mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
Fix robots and meta
This commit is contained in:
parent
fd9ae0f0e0
commit
c921ba109a
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
"SITENAME": "spaCy",
|
"SITENAME": "spaCy",
|
||||||
"SLOGAN": "Industrial-strength Natural Language Processing in Python",
|
"SLOGAN": "Industrial-strength Natural Language Processing in Python",
|
||||||
"SITE_URL": "https://spacy.io",
|
"SITE_URL": "https://alpha.spacy.io",
|
||||||
"EMAIL": "contact@explosion.ai",
|
"EMAIL": "contact@explosion.ai",
|
||||||
|
|
||||||
"COMPANY": "Explosion AI",
|
"COMPANY": "Explosion AI",
|
||||||
|
@ -14,8 +14,8 @@
|
||||||
|
|
||||||
"SPACY_VERSION": "1.8",
|
"SPACY_VERSION": "1.8",
|
||||||
"LATEST_NEWS": {
|
"LATEST_NEWS": {
|
||||||
"url": "https://survey.spacy.io/",
|
"url": "https://github.com/explosion/spaCy/releases/tag/v2.0.0-alpha",
|
||||||
"title": "Take the spaCy user survey and help us improve the library!"
|
"title": "Test spaCy v2.0.0 alpha!"
|
||||||
},
|
},
|
||||||
|
|
||||||
"SOCIAL": {
|
"SOCIAL": {
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
//- 💫 ROBOTS.TXT
|
//- 💫 ROBOTS.TXT
|
||||||
|
|
||||||
if environment != "deploy" || ALPHA
|
if environment != "deploy"
|
||||||
| User-agent: *
|
| User-agent: *
|
||||||
| Disallow: /
|
| Disallow: /
|
||||||
|
|
||||||
|
if ALPHA
|
||||||
|
| User-agent: Googlebot
|
||||||
|
| Disallow: /
|
||||||
|
|
Loading…
Reference in New Issue
Block a user