# Powermore — crawl rules # ------------------------------------------------------------------ # Anything not explicitly disallowed below is fair game for search # crawlers. The site is a static Next.js export served from Netlify. User-agent: * Allow: / # The /video/ folder holds the decorative hero background loop # (hero-final-v2.webm / .mp4) that autoplays behind the "India's #1 / # Solar Partner for Businesses" headline on the home page. It's not a # video piece of content — there is no watch page, no play controls, # and no VideoObject schema pointing at it. # # Google Search Console was reporting a "Video isn't on a watch page" # indexing error against these URLs because Googlebot was still trying # to treat them as watchable media. Disallowing the folder removes the # URLs from crawl, which clears the error entirely. Disallow: /video/ # CMS + Netlify Identity endpoints — no reason to have them in search. Disallow: /admin/ # Point Googlebot at the sitemap so blog posts / SEO pages are # discovered on the fast path. Sitemap: https://powermore.in/sitemap.xml