Estimated reading time: 1 minute
Tags / Topics
5xx status codes (1)
AMP pages (3)
blocked external resources (1)
Bluesky plugins (2)
broken external images (1)
broken external links (1)
broken internal links (1)
canonical tags (4)
chrome extensions (1)
code snippets (1)
DNS resolution issues (1)
duplicate H1 and title tags (1)
hreflang and lang attributes (1)
HTTPS compatibility (1)
HTTP URLs in sitemap (1)
images without alt tags (1)
low text to HTML ratio (1)
malware removal (1)
minify CSS files (1)
minify HTML (2)
more than one H1 tag (1)
not enough text in title tags (1)
orphan pages (1)
orphan pages in sitemap (1)
pages without doctype (1)
pages without H1 (1)
pages with redirects (1)
pages with temporary redirects (1)
Semrush site audit tips (92)
SEO tips (2)
SEO tools (1)
server status codes (1)
sitemap not found (1)
title tags with too much text (1)
too many on-page links (1)
uncompressed CSS files (1)
uncompressed JavaScript files (1)
underscore in URL (1)
web dev tools (1)
website maintenance (2)
website security (2)
web tools (1)
without character encoding (1)
without meta descriptions (1)
WordPress plugins (2)
How to fix: Size of HTML on a page is too large
/by JL FaverioEstimated reading time: 1 minute
Estimated reading time: 1 minuteQuick fixes to enhance page load speed by minimizing the HTML code size. Minify HTML Code Streamline your code by removing spaces, line breaks, and comments. Use tools like HTML Minifier to automate this process. Optimize […]
How to fix: Pages with no viewport tag
/by JL FaverioEstimated reading time: 1 minute
Estimated reading time: 1 minuteIssue: Missing viewport tags make your site look unoptimized on mobile devices, potentially hurting user experience and mobile rankings. Fix: Add a viewport meta tag to each page to ensure proper scaling on mobile devices. Test […]
How to fix: Pages with a WWW resolve issue
/by JL FaverioEstimated reading time: 1 minute
Estimated reading time: 1 minuteIssue: If your site can be accessed with or without “www” (e.g., both www.example.com and example.com), search engines might treat these as separate pages, splitting SEO value between them and hurting rankings. Fix: Decide which version […]
How to fix: Incorrect pages found in sitemap.xml
/by JL FaverioEstimated reading time: 1 minute
Estimated reading time: 1 minuteIssue: Your sitemap.xml should only list clean URLs that lead directly to unique, active pages. Including redirects, duplicate content, or error pages (non-200 status codes) can confuse search engines, waste crawl resources, or even get your […]
How to fix: Format errors in sitemap.xml files
/by JL FaverioEstimated reading time: 1 minute
Estimated reading time: 1 minuteIssue: A sitemap.xml file with formatting errors can’t be read by search engines, which may cause them to ignore it entirely. This means they could miss important pages on your site, impacting your search visibility and […]
How to fix: Format errors in Robots.txt file
/by JL FaverioEstimated reading time: 1 minute
Estimated reading time: 1 minuteIssue: Errors in your robots.txt file can block search engines from important pages or expose private content. Misconfigurations here can harm your search rankings and SEO efforts. Fix: Use Google’s robots.txt Tester to find and fix […]