> For the complete documentation index, see [llms.txt](https://wiki.spiritshop.com.br/suporte-admin-3.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.spiritshop.com.br/suporte-admin-3.0/admin-e-outros/validar-robots-txt-e-cache-do-google.md).

# Validar robots txt e cache do Google

* **Cache no Google Search Console | robots.txt**

<div data-full-width="true"><figure><img src="/files/PCoWYMtFl4H8NcjVfz7N" alt=""><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="/files/OqNALLIs5Un4YQY1dE0T" alt=""><figcaption><p>verifique a data da ultima indexação realizada pelo google e solicite um novo rastreamento do arquivo robots.txt</p></figcaption></figure></div>

***

***

* **ferramentas p/ verificação do robots.txt online:**

{% embed url="<https://seranking.com/free-tools/robots-txt-tester.html>" %}

{% embed url="<https://tamethebots.com/tools/robotstxt-checker#agent>" %}

***

* **exemplos robots.txt padrão:** [**https://developers.google.com/search/docs/crawling-indexing/robots/create-robots-txt?hl=pt-br**](https://developers.google.com/search/docs/crawling-indexing/robots/create-robots-txt?hl=pt-br)

```

User-agent: Applebot
Allow: /
Disallow: /cart
Disallow: /index.php?spsr=checkout
Disallow: /index.php?spsr=account
Disallow: /checkout
Disallow: /account

User-agent: Bingbot
Allow: /
Disallow: /cart
Disallow: /index.php?spsr=checkout
Disallow: /index.php?spsr=account
Disallow: /checkout
Disallow: /account

User-agent: Googlebot
Allow: /
Disallow: /cart
Disallow: /index.php?spsr=checkout
Disallow: /index.php?spsr=account
Disallow: /checkout
Disallow: /account

User-agent: Googlebot-Image
Allow: /
Disallow: /cart
Disallow: /index.php?spsr=checkout
Disallow: /index.php?spsr=account
Disallow: /checkout
Disallow: /account

User-agent: Mediapartners-Google
Allow: /
Disallow: /cart
Disallow: /index.php?spsr=checkout
Disallow: /index.php?spsr=account
Disallow: /checkout
Disallow: /account

User-agent: Adsbot-Google
Allow: /
Disallow: /cart
Disallow: /index.php?spsr=checkout
Disallow: /index.php?spsr=account
Disallow: /checkout
Disallow: /account

User-agent: AdsBot-Google-Mobile
Allow: /
Disallow: /cart
Disallow: /index.php?spsr=checkout
Disallow: /index.php?spsr=account
Disallow: /checkout
Disallow: /account

User-agent: Storebot-Google
Allow: /
Disallow: /cart
Disallow: /index.php?spsr=checkout
Disallow: /index.php?spsr=account
Disallow: /checkout
Disallow: /account

User-agent: Google-InspectionTool
Allow: /
Disallow: /cart
Disallow: /index.php?spsr=checkout
Disallow: /index.php?spsr=account
Disallow: /checkout
Disallow: /account

User-agent: GoogleOther-Image
Allow: /
Disallow: /cart
Disallow: /index.php?spsr=checkout
Disallow: /index.php?spsr=account
Disallow: /checkout
Disallow: /account

User-agent: msnbot
Allow: /
Disallow: /cart
Disallow: /index.php?spsr=checkout
Disallow: /index.php?spsr=account
Disallow: /checkout
Disallow: /account


User-agent: *
Disallow: /

```

***

* Veja tambem: **Site-map e** [**Google Search Console**](/suporte-admin-3.0/promocoes-e-marketing/enviar-o-sitemap-no-google-search-console.md)**.**
