Continental / robots.txt
← back to continental.com · change detected 8d ago (2026-07-29T10:28:28Z) · modified +32 −1
What changed
- Blocked user-agent ‘AmazonProductDiscovery’ entirely
- Added Disallow: /*&tx_condownloadcenter_api* for *
- Added Disallow: /*&tx_conevents_list* for *
- Added Disallow: /*&tx_conrssfeed_list* for *
- Added Disallow: /*&tx_consecuredarea_* for *
- Added Disallow: /*&tx_solr* for *
- Added Disallow: /*?tx_condownloadcenter_api* for *
- Added Disallow: /*?tx_conevents_list* for *
- Added Disallow: /*?tx_conrssfeed_list* for *
- Added Disallow: /*?tx_consecuredarea_* for *
- Added Disallow: /*?tx_solr* for *
Diff old (2026-06-20T01:10:30Z) → new (2026-07-29T10:28:28Z)
| @@ -1,32 +1,63 @@ | ||
| 1 | 1 | User-Agent: * |
| 2 | - Allow: / | |
| 2 | + Allow: / | |
| 3 | + | |
| 3 | 4 | # Only allow URLs generated with frontend routing |
| 4 | 5 | Disallow: /*?id=* |
| 5 | 6 | Disallow: /*&id=* |
| 7 | + | |
| 6 | 8 | # L=0 is the default language |
| 7 | 9 | Disallow: /*?L=0* |
| 8 | 10 | Disallow: /*&L=0* |
| 11 | + | |
| 12 | + # Disallow Solr search result pages | |
| 13 | + Disallow: /*?tx_solr* | |
| 14 | + Disallow: /*&tx_solr* | |
| 15 | + | |
| 16 | + # Disallow events list filter/search results | |
| 17 | + Disallow: /*?tx_conevents_list* | |
| 18 | + Disallow: /*&tx_conevents_list* | |
| 19 | + | |
| 20 | + # Disallow RSS feed year filter | |
| 21 | + Disallow: /*?tx_conrssfeed_list* | |
| 22 | + Disallow: /*&tx_conrssfeed_list* | |
| 23 | + | |
| 24 | + # Disallow downloadcenter API (JSON/binary, no SEO value) | |
| 25 | + Disallow: /*?tx_condownloadcenter_api* | |
| 26 | + Disallow: /*&tx_condownloadcenter_api* | |
| 27 | + | |
| 28 | + # Disallow secured-area tokenized action links (privacy) | |
| 29 | + Disallow: /*?tx_consecuredarea_* | |
| 30 | + Disallow: /*&tx_consecuredarea_* | |
| 9 | 31 | |
| 10 | 32 | # Disallow API PageTypes for jobportal |
| 11 | 33 | Disallow: */api/*/pagetype-jobs/$ |
| 12 | 34 | |
| 13 | 35 | # Disallow folders |
| 14 | 36 | # Disallow: /typo3 |
| 37 | + | |
| 38 | + # Block AmazonProductDiscovery crawler entirely - we do not sell products | |
| 39 | + User-agent: AmazonProductDiscovery | |
| 40 | + Disallow: / | |
| 41 | + | |
| 15 | 42 | # Sitemap: International |
| 16 | 43 | sitemap: https://www.continental.com/en/xmlsitemap |
| 17 | 44 | sitemap: https://www.continental.com/de/xmlsitemap |
| 45 | + | |
| 18 | 46 | # Sitemap: America |
| 19 | 47 | sitemap: https://www.continental.com/en-us/xmlsitemap |
| 20 | 48 | sitemap: https://www.continental.com/es-mx/xmlsitemap |
| 49 | + | |
| 21 | 50 | # Sitemap: Asia |
| 22 | 51 | sitemap: https://www.continental.com/zh-cn/xmlsitemap |
| 23 | 52 | sitemap: https://www.continental.com/ja-jp/xmlsitemap |
| 24 | 53 | sitemap: https://www.continental.com/ko-kr/xmlsitemap |
| 54 | + | |
| 25 | 55 | #Sitemap: Europe |
| 26 | 56 | sitemap: https://www.continental.com/cs-cz/xmlsitemap |
| 27 | 57 | sitemap: https://www.continental.com/fr-fr/xmlsitemap |
| 28 | 58 | sitemap: https://www.continental.com/hu-hu/xmlsitemap |
| 29 | 59 | sitemap: https://www.continental.com/ro-ro/xmlsitemap |
| 60 | + | |
| 30 | 61 | #Sitemap: Jobportal |
| 31 | 62 | sitemap: https://jobs.continental.com/en/xmlsitemap |
| 32 | 63 | sitemap: https://jobs.continental.com/de/xmlsitemap |