Opened 13 years ago
Closed 12 years ago
#24375 closed enhancement (wontfix)
Enhancement for paginate_links(), Add rel="next" & rel="prev"
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | template | Cc: |
Description
Hi all,
By cheking the code of paginate_links() to make new SEO enhancements for buddypress(check the buddypress trac
https://buddypress.trac.wordpress.org/ticket/4981).
There is no filter in paginate_links or param to include attributs to a href links.
I suggest to wordpress team to add a filter (or directly a rel="next" rel="prev" attribut to the href with next and prev class).
For more information about SEO and Pagination, please check this video :
http://www.youtube.com/watch?d&v=njn8uXTWiGg
Regards,
Mounir
Attachments (2)
Change History (7)
#5
@
12 years ago
- Milestone Future Release deleted
- Resolution set to wontfix
- Status changed from new to closed
As noted in #25336:
Discussed the issue of rel attributes with ocean90 at #wcchh14 contributor day.
As joostdevalk pointed out, adding rel attributes doesn't necessarily help SEO. An article on the Official Google Webmaster Blog even suggests:
rel=”next” and rel=”prev” only need to be declared within the <head> section, not within the document <body>
Since we already do define these in the head section of applicable documents, this should not be necessary.
Patch general-template.php