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: Pages without character encoding declared
/by JL FaverioEstimated reading time: 1 minute
Estimated reading time: 1 minuteIssue: Without a declared character encoding, web browsers might display your page incorrectly, leading to poor user experience. Search engines may also rank such pages lower. Fix: Specify a character encoding for your webpage, preferably UTF-8, […]
How to fix: Pages with no hreflang and lang attributes
/by JL FaverioEstimated reading time: 2 minutes
Estimated reading time: 2 minutesIssue: Pages without hreflang and lang attributes make it harder for search engines to show the correct language version of your site to users. This can confuse search engines and lead to misrepresentation in search results. […]
How to fix: Pages with too many parameters in their URLs
/by JL FaverioEstimated reading time: 2 minutes
Estimated reading time: 2 minutesIssue: URLs with too many parameters (e.g., ?id=123&name=test&page=2&sort=asc) are hard for users to understand and may confuse search engines, leading to indexing problems. Fix: Limit the number of URL parameters to four or fewer for better […]
How to fix: Broken external images
/by JL FaverioEstimated reading time: 2 minutes
Estimated reading time: 2 minutesIssue: Broken external images don’t display properly, creating a poor user experience and signaling to search engines that your site may be poorly maintained. Fix: Identify and fix broken external images by replacing them, removing them, […]
How to fix: Images without alt attributes
/by JL FaverioEstimated reading time: 2 minutes
Estimated reading time: 2 minutesIssue: Missing alt attributes on images means search engines can’t understand your images’ content, lowering your chances of ranking in image search. It also reduces accessibility for visually impaired users. Fix: Add relevant alt attributes to […]
How to fix: Pages with temporary redirects
/by JL FaverioEstimated reading time: 1 minute
Estimated reading time: 1 minuteIssue: Temporary redirects (302/307) don’t pass SEO value (link juice) to the new page and signal that the move is not permanent. Misusing them can harm your search rankings. Fix: Replace unnecessary temporary redirects with permanent […]