You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a news list has multiple pages, while the url has ?page-1/2/3 etc, there's no opportunity to set different meta titles or descriptions for each page, which Google gets upset about as they're duplicates.
An easy fix would be a slug for the page that can be added to the title/description to add "Page 1/2/3" which is enough of a difference to keep Google happy.
A related issue would be to combine /news and /news?page=1 into 1, as they're the same page and also counts as duplicate content when not blocked.
The text was updated successfully, but these errors were encountered:
When a news list has multiple pages, while the url has ?page-1/2/3 etc, there's no opportunity to set different meta titles or descriptions for each page, which Google gets upset about as they're duplicates.
An easy fix would be a slug for the page that can be added to the title/description to add "Page 1/2/3" which is enough of a difference to keep Google happy.
A related issue would be to combine /news and /news?page=1 into 1, as they're the same page and also counts as duplicate content when not blocked.
The text was updated successfully, but these errors were encountered: