Sjabloon:NOINDEX/doc
40px | This is a documentation subpage for Sjabloon:NOINDEX. It contains usage information, categories, interlanguage links and other content that is not part of the original sjabloon page. |
Usage
This template adds __NOINDEX__, which may remove the page from some search engines and automatically categorizes pages in Category:Noindexed pages. By default, it displays no content.
Parameters:
|visible = yes
– makes the template display a line of plain text to inform editors that the page is excluded from search engine indexing:
This page has been removed from search engines' indexes.
Warnings
Note: to avoid unexpected results or unnecessary duplication, read Wikipedia:Controlling search engine indexing to make sure you are familiar with the different ways noindexing is done.
__NOINDEX__ is disabled in article space and this template consequently has no effect there.
Note: major search engines should respect the NOINDEX tag, but it may take days or even weeks for content already indexed to be removed from them.
TemplateData
<TemplateData> {
"description": "This template adds _NOINDEX_ to a page, a search engine tag that prevents indexing", "params": { "visible": { "label": "Visible", "description": "When set to 'yes', the template will display a message stating that the page is not indexed.", "type": "string", "required": false } }
} </TemplateData>
Notes