[
https://issues.apache.org/jira/browse/CB-7889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187437#comment-14187437
]
Michael Brooks commented on CB-7889:
------------------------------------
The above commit will have the following logic:
*When 4.0.0 is the latest release:*
- All English 4.0.0 documentation will be indexed by a search engine
- All other documentation will ignored
*When 4.1.0 becomes the latest release:*
- All English 4.1.0 will be indexed
- All other documentation will be ignored (including 4.0.0)
I used the following tag to prevent indexing:
{noformat}
<meta name="robots" content="noindex">
{noformat}
Let me know if there are any issues with this approach!
> Add noindex meta tag to old releases
> ------------------------------------
>
> Key: CB-7889
> URL: https://issues.apache.org/jira/browse/CB-7889
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Docs
> Affects Versions: 4.0.0
> Reporter: Michael Brooks
> Assignee: Michael Brooks
> Fix For: 4.0.0
>
>
> Search results often turn up old versions of the documentation.
> In order to prevent this, we can use the noindex meta tag on outdated
> versions of the documentation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]