Feature #73589
closedadd rel="next" and rel="prev" to pagination
100%
Description
It would be nice if the pagination ViewHelper has the rel tags on the next and prev link, for SEO optimization.
/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Paginate/Index.html:
adding rel="prev" on Line 17 and 20
adding rel="next" on Line 64
Google article for pagination:
https://support.google.com/webmasters/answer/1663744
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46843
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46843
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46843
Updated by Gerrit Code Review over 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46843
Updated by Gerrit Code Review over 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46843
Updated by Gianluigi Martino over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6fe2eccde425f790ff47dfee04f3946bcb3500d5.
Updated by Philipp Parzer over 8 years ago
Thanks a lot.
In which version will this feature come?
As I read in the Code Review, 6.2 won't be touched?
Updated by Björn Jacob over 8 years ago
Features are only allowed in current master. Older versions will never be touched. Therefore, the feature will not be backported to 7 or 6 LTS.
Updated by Philipp Parzer over 8 years ago
After some research it looks like I provided some false information:
Like Georg Ringer did it in his News Extension, the link with the rel attribute has to be in the header.
Georg wrote a HeaderDataViewHelper to add the links.