> For the complete documentation index, see [llms.txt](https://wiki.spiritshop.com.br/portal-bridgestone-b2c/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/portal-bridgestone-b2c/marketing/valida-el-archivo-robots.txt-y-la-cache-de-google.md).

# Valida el archivo robots.txt y la caché de Google

* **Caché en Google Search Console | robots.txt**

<div data-full-width="true"><figure><img src="https://2892729283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGFWy3qnL2JMOrtbz6MW1%2Fuploads%2FjXIVQZCAVavkWB6YY6iA%2Fimage.png?alt=media&amp;token=b2832c0b-5a89-49f2-a9b2-a71ce2c1fa65" alt=""><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="https://2892729283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGFWy3qnL2JMOrtbz6MW1%2Fuploads%2FEp0E0WfSvJKWWWhdUH7Y%2Fimage.png?alt=media&amp;token=d27a46e4-abe5-4a13-ac8e-bd173abe2143" alt=""><figcaption></figcaption></figure></div>

Comprueba la fecha de la última indexación realizada por Google y solicita un nuevo rastreo del archivo robots.txt.

***

***

* Herramientas para consultar robots.txt en línea:

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

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

***

* Ejemplos estándar de robots.tx&#x74;**:** [**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: /

```
