File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed
Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 1+ # Docs: https://developers.google.com/search/docs/advanced/robots/intro
2+ # Note old files will still be indexed if they have links to them,
3+ # hopefully they are weighted less...
4+
15User-agent: *
6+
7+ # do not search root directory by default.
28Disallow: /
3- Disallow: /examples/ # outdated location. Current examples are in /gallery/.
4- Allow: /cmocean/
5- Allow: /mpl-probscale/
6- Allow: /mpl_toolkits/
7- Allow: /xkcd/
9+
10+ # but allow some subdirectories:
811Allow: /stable/
12+
13+ # versions should be searched. Note sitemap.xml downweights them...
914Allow: /5.*/
1015Allow: /4.*/
1116Allow: /3.*/
1217Allow: /2.*/
1318Allow: /1.*/
19+
20+ # packages that should still be searched:
21+ Allow: /cmocean/
22+ Allow: /mpl-probscale/
23+ Allow: /mpl_toolkits/
24+ Allow: /xkcd/
25+
26+ # tell robots this is sitemap
27+ Sitemap: https://matplotlib.org/sitemap.xml
You can’t perform that action at this time.
0 commit comments