The most valuable lesson I learnt is that I can be a genius, but if I can't communicate in ways where people can understand and digest, I'm no different than a sitting fool.
โ
โZafran Zaba, Lead SEO Strategist This is part of the Tech SEO Pro course testimonial I received the other day. And I felt inspired. It reminded me why I created the course and have been sharing so much information through my free newsletters and LinkedIn posts: โZafran then mentioned that "Since Tech SEO Pro, the SEO implementation rate within my department has SKYROCKETED in less than 2 months!" This is the real IMPACT. When you make such an impact as a technical SEO, you:
Sounds good, right? โAll these things will get you far in your career. And if you want to save time and you're open to learning in a very structured, non-BS way, here's how I can help you: โTech SEO Pro CourseโIt's your shortcut to becoming a pro in technical SEO without becoming a developer. It will give you the needed expertise, a confidence boost and processes to make more impact and earn more as a technical SEO. โ โGet SEO Implemented CourseโThis is your trsuted guide to speaking the same language with developers and C-suite so that you're heard and your SEO recommendations are implemented. (You can save on the Get SEO Implemented course if you add it while buying the Tech SEO Pro course).
|
I'll help you trade an imposter syndrome for a technical SEO superpower. My mission is to break down and simplify complex technical SEO things so that you can understand and use them to advance your SEO career.
Do you know what the Critical rendering path is? Itโs what your browser goes through in order to build a beautiful usable page from your source code. It requires communication between the server and browser: Steps to render a page in a browser (Critical rendering path) Begin constructing the DOM by parsing HTML incrementally Request CSS and JS files Parse CSS and construct CSSOM Execute JS, build a render tree Merge Document and CSS Object Models Run layout and paint Optimizing critical...
This shouldnโt come as a surprise to you: Google uses rendered HTML of your page to evaluate the pageโs optimization. First, letโs make sure weโre on the same page here. What is rendered HTML? Rendered HTML is displayed after CSS and JavaScript are processed. It means that if youโre only relying on the source code for your SEO efforts, itโs easy to miss many important things that can be altered by JavaScript, such as: Rewritten title tag A sneaked noindex tag A removed canonical Added/removed...
Critical knowledge alert ๐จ๐จ๐จ As a technical SEO, itโs crucial you know the difference between source code and rendered HTML them. Source code It is the initial code of the page before any JavaScript files are executed and CSS files are parsed. Itโs the code you see when viewing the source code of a page in your browser. Rendered HTML It is displayed after CSS and JavaScript are processed. When you inspect an element on a page using Chrome dev tools, youโre looking at the rendered HTML. Why is...