Estimated reading time: 1 minute

How to fix: Issues with blocked internal resources in robots.txt

Estimated reading time: 2 minutes

Estimated reading time: 2 minutesIssue: Blocking internal resources like CSS, JavaScript, or images in your robots.txt file prevents search engines from fully rendering your webpages. This can negatively affect indexing and rankings. Fix: Update your robots.txt file to allow access […]

How to fix: Uncompressed pages

Estimated reading time: 1 minute

Estimated reading time: 1 minuteIssue: Uncompressed pages don’t use compression like Gzip or Brotli, making them larger and slower to load. This leads to poor user experience and can hurt search engine rankings. Fix: Enable compression on your web server […]

How to fix: Links on HTTPS pages leading to HTTP page

Estimated reading time: 1 minute

Estimated reading time: 1 minuteIssue: Links on HTTPS pages that point to HTTP pages can confuse search engines about which version to prioritize and may lead to mixed content issues, affecting SEO and security. Fix: Replace all HTTP links with […]

How to fix: HTTP URLs in sitemap.xml for HTTPS site

Estimated reading time: 2 minutes

Estimated reading time: 2 minutesIssue: If your sitemap.xml contains HTTP URLs for a website that uses HTTPS, it can confuse search engines, leading to incomplete or inefficient crawling of your site. Fix: Update your sitemap.xml to ensure all URLs use […]

How to fix: Homepage does not use HTTPS encryption

Estimated reading time: 1 minute

Estimated reading time: 1 minuteIssue: If your homepage doesn’t use HTTPS, it’s less secure and may rank lower in search results because Google prioritizes secure websites. Fix: Switch your homepage (and entire website) to HTTPS by installing an SSL certificate. […]

How to fix: Subdomains don’t support SNI

Estimated reading time: 1 minute

Estimated reading time: 1 minuteIssue: If your web server doesn’t support Server Name Indication (SNI), it may be unable to securely serve multiple subdomains on a single IP address, affecting security and user trust. Fix: Verify that your server supports […]