Opened 13 years ago
Closed 12 years ago
#24375 closed enhancement (wontfix)
Enhancement for paginate_links(), Add rel="next" & rel="prev"
| Reported by: | megainfo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | template |
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
- Resolution → wontfix
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch general-template.php