11 SEO checks you can do​ in under 3 seconds


SEO Pro extension is in Mozilla Firefox!

The SEO Pro extension is almost 4 years old 🤯

And it's always been available only to Chrome users. Till now.

This week, SEO Pro has been reviewed and approved by Mozilla Firefox. So now you can install it in your FF browser. Enjoy!

I wanted to make this email as valuable as possible for you (as always!). So here are 11 things you can do with the SEO Pro extension in under 3 seconds (because your time is super valuable, my SEO friend).

1️⃣ See all main page information at a glance, including:

✅ Title tag

✅ Meta description

✅ Canonical URL

✅ Meta robots

✅ Core Web Vitals

✅ Word count on the page

2️⃣ Export page copy in 1 click:

You can then use it for further analysis.

Sooooo simple!

3️⃣ Instantly check Core Web Vitals metrics for a page

The SEO Pro extension shows the Core Web Vitals:

• LCP (largest contentful paint)

• INP (interaction to next paint)

• CLS (cumulative layout shift)

4️⃣ Quickly spot indexing and canonicalization issues

SEO Pro will show you:

• If meta-robots is set to ‘noindex’

• Canonical is different from the page URL

5️⃣ Easily analyze the headings hierarchy

✅ See how many H1s on the page

✅ Spot any heading opportunities your competitors are using.

💡 Export all the headings found on a page in a CSV with just 1 click!

6️⃣ See status codes and redirect chains at a glance

Instantly check the page HTTP response.

💪 Pro tip: You can also check if the most common duplicates – like http/https and www/non-www – are handled properly on the website you’re analyzing.

7️⃣ Get the number of links on a page, their type and anchor text

✅ Internal links

✅ External links

✅Anchor text for each of these links

💪 Pro tip: Export the links and their anchor text for further analysis

8️⃣ Highlight nofollow links on a page

You can easily see nofollow links on any page with the SEO Pro extension.

9️⃣ Spot missing images Alt tags

On the Images tab, you can easily see the alt tags of the images on a page.

It will help you quickly spot the images that are missing alt tags.

💪 Pro tip: Export all images along with their dimensions in a CSV in 1 click for further analysis

🔟 See what a page preview will look like when shared on social media

No need to look for Open graph tags in the source code anymore! The SEO pro extension will show you the preview image, website, title and description of any page so that you can make sure it looks great when you share it online.

1️⃣1️⃣ Check schema markup

SEO Pro extension makes it easy for you to check all types of Schema markup so that you don’t need to open the Rich Snippets tool and wait minutes for it to show the results.

If you're not using this free SEO Pro extension yet, get it here - Chrome, Mozilla.

An announcement for my fellow entrepreneurs

I'm looking to speak to 10 female entrepreneurs who are currently working with clients, mostly 1:1, as service providers or coaches and are looking to launch a signature course to scale their business.

It will be just a friendly 30-minute chat with no pitch at the end. I'm doing market research and will appreciate your help.

To participate, please reply to this email and let me know:

  • Your industry
  • What's the area/topic of the course you're looking to launch
  • How long have you been an entrepreneur

I'll personally get back to everyone who replies. Thanks 🙌

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