This site triggers the double_slash_url SEO audit issue. Every internal link below
points to a real, crawlable page whose URL path contains //.
The crawler follows these links and finds live pages at double-slash URLs:
/blog//how-to-optimise-seo/products//widget-pro/services//consulting/docs//getting-startedThese links are correctly formed — no //:
_redirects catch-all routes every unmatched
path to /catch-all.html with a 200 rewrite. This means paths like
/blog//how-to-optimise-seo return a 200 response (not 404), so the SE Ranking
crawler treats them as real pages and flags double_slash_url.