Closed Sgoettschkes closed 5 years ago
Any updates on this one?
Ping @mgwidmann
I was also looking for an option to remove the page=1
query string for the 1st page.
I've tested your fork and there's still ?
left in the link like /?
instead of just /
. Not sure if it matters SEO-wise. Probably not.
Perhaps the same logic could be applied to Scrivener.HTML.SEO.header_links/4
. Right now it still returns <link href="?page=1" rel="prev"></link>
when on 2nd page.
fixes #72
The first page of a paginated page should be referred to without the page parameter to make sure Google sees the link as a link to the first page and not have two links (/ and /page=1) link to the same page.