Sjabloon:NOINDEX: verschil tussen versies

Uit informatiestandaarden
Ga naar: navigatie, zoeken
(Dupe pp)
 
k (1 versie: Van wikipedia)
 
(geen verschil)

Huidige versie van 22 jul 2013 om 08:50

[bewerken] [purge] Template documentation

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