Wow! Just amazing ...


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:

๐Ÿ˜Ž Solid expertise +

๐Ÿค proper communication =

๐Ÿ† win-win

โ€‹

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:

  • Get a seat at the table of technical discussions
  • Is respected and trusted by your collegues and boss
  • Get a promotion and a pay increase
  • Find a new job more easily
  • Get more clients that trust you and are ready to pay your rates

Sounds good, right?

โ€‹

Here's what you can do now to increase your impact in the company or while working with clients:

โ€‹

๐Ÿ‘‰๐Ÿป Increase the level of your skillset if you feel you're missing on something or often second-guess yourself and your decisions

โ€‹

๐Ÿ‘‰๐Ÿป Create solid processes for everything you do day-to-day, for example, website audits (grab a free tech SEO audit checklist here).

โ€‹

๐Ÿ‘‰๐Ÿป Learn to prioritize SEO issues and communicate them clearly, adjusting your language to the team you're talking to: developers, C-suite, etc.

โ€‹

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).

Smart SEO Newsletter

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.

Read more from Smart SEO Newsletter

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...