: GoogleWebMasterTools: duplicated description meta tag I have noticed that in the Google Search Console (formerly Webmaster Tools) two of my URLs show up with duplicated description meta tag. The
I have noticed that in the Google Search Console (formerly Webmaster Tools) two of my URLs show up with duplicated description meta tag. The URLs are :
example.com/blog/ www.example.com/blog/page/2/
Obviously they correspond to the pagination of my blog home page. Is there a way to fix this?
[EDIT]
I forgot to mention I use Wordpress.
More posts by @Angie530
3 Comments
Sorted by latest first Latest Oldest Best
There is a quick and dirty fix for it if you install all in one SEO plugin
and then you go to "Remove Descriptions For Paginated Pages" so that meta descriptions will not show on page 2 / page 3 / page 4 and so on...
After 1 week, the error in google webmaster tools will disappear.
Its tricky but I believe best way to handle this issue is that don't use the Meta description tag on both pages. If your page have content, Google will automatically crawl the content from pages.
Pagination with rel=“next” and rel=“prev”
<link rel="canonical" href="http://www.example.com/blog/page/2/" />
<link rel="prev" href="/blog/" />
<link rel="next" href="/blog/page/3" />
The prev/next say to bots "You're on a section of the site which has pages. The canonical is where you are now, treat the prev url as the previous page and the next as next page, all with the same sort of content, so the duplicate is because of the pages".
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.