# As a condition of accessing this website, you agree to abide by the following # content signals: # (a) If a Content-Signal = yes, you may collect content for the corresponding # use. # (b) If a Content-Signal = no, you may not collect content for the # corresponding use. # (c) If the website operator does not include a Content-Signal for a # corresponding use, the website operator neither grants nor restricts # permission via Content-Signal with respect to the corresponding use. # The content signals and their meanings are: # search: building a search index and providing search results (e.g., returning # hyperlinks and short excerpts from your website's contents). Search does not # include providing AI-generated search summaries. # ai-input: inputting content into one or more AI models (e.g., retrieval # augmented generation, grounding, or other real-time taking of content for # generative AI search answers). # ai-train: training or fine-tuning AI models. # use: how AI systems may consume the content (immediate, reference, or full). # ANY RESTRICTIONS EXPRESSED VIA CONTENT SIGNALS ARE EXPRESS RESERVATIONS OF # RIGHTS UNDER ARTICLE 4 OF THE EUROPEAN UNION DIRECTIVE 2019/790 ON COPYRIGHT # AND RELATED RIGHTS IN THE DIGITAL SINGLE MARKET. # BEGIN Cloudflare Managed content User-agent: * Content-Signal: search=yes,ai-train=no,use=reference Allow: / User-agent: Amazonbot Disallow: / User-agent: Applebot-Extended Disallow: / User-agent: Bytespider Disallow: / User-agent: CCBot Disallow: / User-agent: ClaudeBot Disallow: / User-agent: CloudflareBrowserRenderingCrawler Disallow: / User-agent: Google-Extended Disallow: / User-agent: GPTBot Disallow: / User-agent: meta-externalagent Disallow: / # END Cloudflare Managed Content # https://managewarranty.com/robots.txt User-agent: * Allow: / # Behind the account gate: per-person, unreachable without signing in, and # nothing a search result could usefully land on. These match the `noindex` in # Layout.astro and the sitemap filter in astro.config.mjs — all three have to # agree or Search Console reports the conflict. Disallow: /dashboard/ Disallow: /account/ Disallow: /complaints/ Disallow: /reminders/ Disallow: /api/ # The app puts its own state in query strings. Without this, one product page # becomes dozens of near-duplicate URLs competing with each other. Disallow: /*?item= Disallow: /*?ticket= Disallow: /*?next= # The AdSense crawler reads a page to work out what it is about before serving # ads against it, and it is a separate agent from Googlebot with its own group. # This group must stay at the end of the file: a robots.txt group runs from its # `User-agent` line to the next one, so putting it above the rules for `*` would # silently move those Disallow lines into this group instead. # # The ad crawler is allowed everywhere on purpose. It obeys the page's own # `noindex`, so opening the gated paths to it does not put them in the index; it # only means the pages that do carry ads are understood rather than guessed at. User-agent: Mediapartners-Google Allow: / Sitemap: https://managewarranty.com/sitemap-index.xml