NeuralCrawl

Tesla / robots.txt snapshot

← back to tesla.com · fetched 2026-06-20T01:10:30Z (18h ago) · HTTP 200 · 3013 bytes · sha256 1b591f1d418e51e5 · raw

final URL: https://www.tesla.com/robots.txt

1#
2# robots.txt
3#
4# This file is to prevent the crawling and indexing of certain parts
5# of your site by web crawlers and spiders run by sites like Yahoo!
6# and Google. By telling these "robots" where not to go on your site,
7# you save bandwidth and server resources.
8#
9# This file will be ignored unless it is at the root of your host:
10# Used: http://example.com/robots.txt
11# Ignored: http://example.com/site/robots.txt
12#
13# For more information about the robots.txt standard, see:
14# http://www.robotstxt.org/robotstxt.html
15
16User-agent: *
17Crawl-delay: 10
18# CSS, JS, Images
19Allow: /misc/*.css$
20Allow: /misc/*.css?
21Allow: /misc/*.js$
22Allow: /misc/*.js?
23Allow: /misc/*.gif
24Allow: /misc/*.jpg
25Allow: /misc/*.jpeg
26Allow: /misc/*.png
27Allow: /modules/*.css$
28Allow: /modules/*.css?
29Allow: /modules/*.js$
30Allow: /modules/*.js?
31Allow: /modules/*.gif
32Allow: /modules/*.jpg
33Allow: /modules/*.jpeg
34Allow: /modules/*.png
35Allow: /profiles/*.css$
36Allow: /profiles/*.css?
37Allow: /profiles/*.js$
38Allow: /profiles/*.js?
39Allow: /profiles/*.gif
40Allow: /profiles/*.jpg
41Allow: /profiles/*.jpeg
42Allow: /profiles/*.png
43Allow: /themes/*.css$
44Allow: /themes/*.css?
45Allow: /themes/*.js$
46Allow: /themes/*.js?
47Allow: /themes/*.gif
48Allow: /themes/*.jpg
49Allow: /themes/*.jpeg
50Allow: /themes/*.png
51# IMCE
52Disallow: /sites/default/files/
53# Directories
54Disallow: /includes/
55Disallow: /misc/
56Disallow: /modules/
57Disallow: /profiles/
58Disallow: /scripts/
59Disallow: /themes/
60# Files
61Disallow: /CHANGELOG.txt
62Disallow: /cron.php
63Disallow: /INSTALL.mysql.txt
64Disallow: /INSTALL.pgsql.txt
65Disallow: /INSTALL.sqlite.txt
66Disallow: /install.php
67Disallow: /INSTALL.txt
68Disallow: /LICENSE.txt
69Disallow: /MAINTAINERS.txt
70Disallow: /update.php
71Disallow: /UPGRADE.txt
72Disallow: /xmlrpc.php
73# Paths (clean URLs)
74Disallow: /admin/
75Disallow: /comment/reply/
76Disallow: /filter/tips/
77Disallow: /node/add/
78Disallow: /search/
79Disallow: /user/register/
80Disallow: /user/password/
81Disallow: /user/login/
82Disallow: /user/logout/
83# Paths (no clean URLs)
84Disallow: /?q=admin/
85Disallow: /?q=comment/reply/
86Disallow: /?q=filter/tips/
87Disallow: /?q=node/add/
88Disallow: /?q=search/
89Disallow: /?q=user/password/
90Disallow: /?q=user/register/
91Disallow: /?q=user/login/
92Disallow: /?q=user/logout/
93Disallow: /?q=user/q=node/
94
95# Disallow indexing of Node pages
96Disallow: /node/
97Disallow: /*/node/
98
99Disallow: /?q=node/
100Disallow: /?q=*/node/
101
102# Disallow indexing of nodequeue pages
103Disallow: /nodequeue/
104Disallow: /*/nodequeue/
105
106# Disallow indexing of pages with referral
107Disallow: /*?referral=
108Disallow: /?referral=
109
110##############################
111# START TESLA CONTENT.
112##############################
113
114# Tesla content landing pages.
115Disallow: /content/*
116Disallow: /new/*
117Disallow: /used/*
118Disallow: /preowned/*
119Disallow: /demo/*
120Disallow: /taxonomy/term/*
121Disallow: /*/taxonomy/term/*
122Allow: /content/dam/tesla-site/
123
124# No indexing of en_eu
125User-agent: Googlebot
126Disallow: /en_eu/
127Disallow: /en_EU/
128
129##############################
130# STOP TESLA CONTENT.
131##############################