Estimated reading time: 1 minute

How to fix: AMP HTML issues

Estimated reading time: 1 minute

Estimated reading time: 1 minuteIssue: AMP pages need to follow specific HTML rules to work and show up in mobile search results. If they don’t, they won’t load correctly or be indexed. Fix: Check the “Issue Description” for details on […]

How to fix: Redirect chains and loops

Estimated reading time: 1 minute

Estimated reading time: 1 minuteIssue: Redirect chains (too many redirects in a row) and loops (redirects that never end) confuse search engines and slow your site, hurting your SEO and user experience. Fix: Limit chains to a maximum of three […]

How to fix: No redirect or canonical to HTTPS homepage from HTTP version

Estimated reading time: 1 minute

Estimated reading time: 1 minuteIssue: Running both HTTP and HTTPS versions of your homepage confuses search engines, which hurts your SEO and traffic. Fix: Redirect the HTTP version to the HTTPS version using a 301 redirect. Or, mark the HTTPS […]

How to fix: Issues with mixed content

Estimated reading time: 1 minute

Estimated reading time: 1 minuteIssue: Mixing secure (HTTPS) and non-secure (HTTP) content causes security warnings, making users lose trust in your site. Fix: Change all HTTP links on your site to HTTPS. If an external link doesn’t have an HTTPS […]

How to fix: Issues with incorrect certificate name

Estimated reading time: 1 minute

Estimated reading time: 1 minuteIssue: If your SSL certificate name doesn’t match your domain or subdomain, browsers will block users with an error, hurting your traffic. Fix: Have your admin install the correct SSL certificate. Consider a wildcard or multi-domain […]

How to fix: Issues with old security protocol

Estimated reading time: 1 minute

Estimated reading time: 1 minuteIssue: Using outdated security protocols (like SSL or old TLS 1.0) makes your site vulnerable to attacks. Fix: Upgrade to the latest security protocol versions to keep your site safe. Tip: Keeping protocols updated protects your […]