/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/pages/examples/noIndex.mdx
25 строк
630 B
Sébastien Lorber
docs: blog + community + dogfood docs should use .mdx extension (#8507)
04 янв 2023, 21:59
Не верифицирован
04 янв 2023, 21:59
3adc4ea
Код
Авторство
О чём код?
# No Index Page example <head> <meta name="robots" content="nOiNdeX, NoFolLoW" /> </head> This page will not be indexed by search engines because it contains the page following [page metadata](/docs/seo#single-page-metadata) markup: ```html <head> <meta name="robots" content="noindex, nofollow" /> </head> ``` :::tip The sitemap plugin filters pages containing a `noindex` content value. This page doesn't appear in Docusaurus [sitemap.xml](pathname:///sitemap.xml) file. ::: :::note Robots directives are [case-insensitive](https://developers.google.com/search/docs/advanced/robots/robots_meta_tag#directives). :::