We Studied Over 1 Million Domains to Find the Most Common Technical SEO Issues
[ad_1]
There’s a lot that can go wrong on a website, and every site is going to have some issues to fix.
We looked at 1,002,165 domains to find the most common technical SEO issues. Keep reading to see what we found.
The 15 most common technical SEO issues
These are the issues flagged the most across the 1 million+ domains. The number is the percentage of domains where the issues were found on at least one of their pages.
These are the most common issues, but every website is different. You can use Ahrefs’ Site Audit to get reports about the issues on your own website. This is free for verified sites with an Ahrefs Webmaster Tools (AWT) account.
I made a sheet with the rest of the issues if you just want the data. If you want my commentary on the top issues and prioritization for fixing them, keep reading.
3XX redirect – 95.2% of sites
Most sites use redirects, and it’s not usually anything to worry about. Sites, and the web in general, are always changing. We ran a study that found that ~two-thirds of links to pages on the web disappeared in the nine-year period we looked at.
I’d be concerned if there are redirect loops, where a page gets redirected infinitely, or when there is a long chain of redirects. Google will follow up to five redirect hops in one session. And when it resumes crawling in the next session, it will follow up to five more. Anything over 10 hops won’t consolidate signals (like links) properly to the final URL.
You can find both of these in the “Issues” tab in the Redirects report in Site Audit.
HTTP to HTTPS redirect – 88% of sites
If you see this, great! You want your site to be on HTTPS.
We have this as a notification in Site Audit, and you shouldn’t be concerned unless the redirect is going the other way—from HTTPS to HTTP. You can find the HTTPS to HTTP redirects in the “Issues” tab of the Internal pages report in Site Audit:
A surprising number of sites, >6%, are redirecting the wrong way.
One of the other issues that can happen along with HTTP to HTTPS redirects is “mixed content” issues. You can find this in the “Issues” tab of the Internal pages report in Site Audit:
Some people spend a lot of time updating all of the references to other file types to solve these. There’s a better way.
If you set a Content Security Policy (CSP) for upgrade-insecure-requests, it will solve all of your “mixed content” issues. It only takes a couple of minutes to set a rule in your .htaccess or server config for this.
In .htaccess, you simply add:
<ifModule mod_headers.c>
Header always set Content-Security-Policy "upgrade-insecure-requests;"
</IfModule>
Missing alt attributes – 80.4% of sites
Missing alt attributes is an accessibility issue, which may turn into a legal issue. Most big companies have been sued for ADA compliance issues on their websites, and some get sued multiple times a year. I’d fix this for the main content images, but not for things like placeholder or decorative images where you can leave the alt attributes blank.
For web search, the text in alt attributes counts as text on the page, but that’s really the only role it plays. Its importance is often overstated for SEO, in my opinion. However, it does help with image search and image rankings.
You can find missing alt attributes in the Images report:
Meta description tag missing or empty – 72.9% of sites
Still, there are times when I focus on them. Try to add meta descriptions when creating a page. If it’s missing on a page you really care about or that gets a lot of traffic, you may want to add it. You may also want to add one if you have a unique selling point or offer you think can be compelling for users.
You’ll find the “missing meta description” issue in the Content report in Site Audit.
If you click into the issue, you can sort the pages by “Organic traffic” in the report.
Slow page – 72.3% of sites
We usually deem a page as slow by using our own subjective measure of speed. To get a better idea, I recommend enabling Core Web Vitals in your project’s crawl settings.
This is going to connect you to Google PageSpeed Insights and will pull the Core Web Vitals metrics into Site Audit. These are the metrics Google actually uses in its rankings and are pulled from the same data source.
Some other auditors will pull lab test versions of these metrics. But if the tool isn’t connecting to PageSpeed Insights, you’re not getting the actual Core Web Vitals data, which comes from real-world users of Google Chrome. If they’re showing you Total Blocking Time (TBT) from Lighthouse instead of First Input Delay (FID) or Interaction to Next Paint (INP), that’s an easy way to tell the difference.
We give you the Lighthouse-based test scores, as well as the Core Web Vitals test scores. Check out the Performance report in Site Audit for these issues and more.
Page and SERP titles do not match – 68.5% of sites
You may want to improve the page title if it’s not relevant to the page since it is a ranking factor. You may also want to improve titles for pages getting a lot of search traffic where you think you can do a better job than Google.
You can find the “Page and SERP titles do not match” issue in the “Issues” tab of the Content report in Site Audit.
If you click into the issue, you can sort the pages by “Organic traffic” in the report.
I made a script a while back that you can use to see which of your titles Google changed the most from their original text. It’s really easy to use. Here’s the script and a video of how to use it.
Post a Comment