4 Commits

Author SHA1 Message Date
Max Hilbrunner
fd5f6f4909 Appease our great search engine overlords
This hopefully fixes all translated pages showing up in search engine results, and makes the STABLE version of each page canonical.
In turn, this allows us to re-enable indexing of the version-specific pages (see robots.txt changes), as search engines should prefer the canonical (stable) version, and only show the other versions if no canonical (stable) version exists (i.e. because that feature is only in latest, or was removed in stable).

It adds proper canonical links for all generated pages, and fixes the existing links between the various translations of a page by both ensuring the pages links to itself with the proper language tag, and by properly linking to the full path of other translated versions.
2020-04-21 13:32:55 +02:00
Rémi Verschelde
78ff355d9b Fix 2.1 version in robots.txt 2020-03-16 12:17:36 +01:00
Hugo Locurcio
48579bcfdf Prevent the 3.2 branch from being indexed by search engines
See #3002 for rationale.
2020-02-03 23:23:20 +01:00
Nathan Lovato
72e37935e7 Add robots.txt file to prevent indexing outdated docs (#3002)
Closes #2912
2020-01-18 19:30:20 +01:00