File tree Expand file tree Collapse file tree 1 file changed +21
-26
lines changed Expand file tree Collapse file tree 1 file changed +21
-26
lines changed Original file line number Diff line number Diff line change 5
5
User-agent: *
6
6
7
7
# do not search root directory by default.
8
- Disallow: /
9
- Allow: /_sitemap/
10
-
11
- # but allow some subdirectories:
12
- Allow: /stable/
13
-
14
- # versions should be searched. Note sitemap.xml downweights them...
15
- Allow: /5.*/
16
- Allow: /4.*/
17
- Allow: /3.*/
18
- Allow: /2.*/
19
- Allow: /1.*/
20
-
21
- # packages that should still be searched:
22
- Allow: /cmocean/
23
- Allow: /mpl-probscale/
24
- Allow: /mpl_toolkits/
25
- Allow: /xkcd/
26
- Allow: /cycler/
27
- Allow: /matplotblog/
28
- Allow: /pytest-mpl/
29
- Allow: /basemap/
30
- Allow: /mpl-bench/
31
- Allow: /mpl-altair/
32
- Allow: /devdocs/
33
-
8
+ Disallow: /users/
9
+ Disallow: /tutorials/
10
+ Disallow: /thirdpartypackages/
11
+ Disallow: /resources/
12
+ Disallow: /glossary/
13
+ Disallow: /gallery/
14
+ Disallow: /faq/
15
+ Disallow: /examples/
16
+ Disallow: /devel/
17
+ Disallow: /api/
18
+ Disallow: /_static/
19
+ Disallow: /_sources/
20
+ Disallow: /_modules/
21
+ Disallow: /_images/
22
+ Disallow: /_downloads/
23
+ Disallow: /citing.html
24
+ Disallow: /contents.html
25
+ Disallow: /genindex.html
26
+ Disallow: /index.html
27
+ Disallow: /py-modindex.html
28
+ Disallow: /search.html
34
29
35
30
# tell robots this is sitemap
36
31
Sitemap: https://matplotlib.org/_sitemap/sitemap.xml
You can’t perform that action at this time.
0 commit comments