Duplicate Meta Descriptions and Title Tags when Paginating.
When you break a long post into 3 pages: http://www.example.com/blogs/blog-name http://www.example.com/blogs/blog-name?page=2 http://www.example.com/blogs/blog-name?page=3
This will display the same title and description across all 3 pages and Google will penalize you for duplicate content.
Anyone ran into this problem or have a fix?
Then put a querystring macro after your context macro. Check to see if your "page" parameter is null, if not add the value to the "Page" string.
As of right now, I'm using "{%blogpostsummary|(striptags)true%}" to generate Blog description under Properties > Metadata > Page description. I want to append something like " - Page 2" to the Title and Meta Description.
Thanks Brenden Kehren.
Here's what I put on the Master Page under Properties > Metadata > Page title: {%CurrentDocument.DocumentName|(identity)GlobalAdministrator%}
Hope that helps!
Please, sign in to be able to submit a new answer.