Allow og image api in robots.txt (#5283)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/5286/head
parent
d6fc551950
commit
5dc5eadf28
|
@ -2,3 +2,6 @@ User-agent: *
|
||||||
Disallow: /sandbox
|
Disallow: /sandbox
|
||||||
Disallow: /api
|
Disallow: /api
|
||||||
Disallow: /static/locales
|
Disallow: /static/locales
|
||||||
|
|
||||||
|
# Specifically allow access to OG Image api, otherwise eg Twitter won't render these images.
|
||||||
|
Allow: /api/social/og/image
|
Loading…
Reference in New Issue