Yoast / developer

The Yoast Developer portal based on Docusaurus
6 stars 15 forks source link

Pagination and dupe meta descriptions #247

Closed alexmoss closed 9 months ago

alexmoss commented 1 year ago

Please give us a description of the issue

Paginated URLs are using the same meta description, causing duplication issues. All listed URLs affected can be found here.

Not only does this include pagination, but also other pages that will have been duplicated and the meta description overlooked (rows 31-40 inclusive in the link above) and should be made unique.

Rows 41 onwards do not apply to this issue.

petaryoast commented 9 months ago

@alexmoss if MD is for an "archive" page (please see changelogs), how would we go about making MD unique for each page? (eg Page 1, page 2 etc)

alexmoss commented 9 months ago

Yes exactly - eg "Yoast developer blog archive for [archive name], page [page number]"

petaryoast commented 9 months ago

Very nice. Thanks!