"Ezoic is a must have automatic testing tool for serious publishers."
300% Rise in
AdSense Earnings
Get results from Day 1
It's FREE
Read The Case Study
Fixing duplicate meta titles and descriptions —
People used to search; how to solve duplicate meta descriptions error in webmaster tool or search console? How to fix duplicate meta descriptions WordPress? Why are duplicate meta descriptions bad? How to fix duplicate title tags in WordPress? How to remove duplicate meta descriptions in bloggers site for posts/homepage? And so on.
You too stuck and searching about this issue encountered in Google Webmaster Tool [it's called as a Search Console now!]. If you are not aware of this problem, then you need to check your search console dashboard, go to 'search appearance' >> 'HTML improvements'. If your search console showing "Duplicate meta descriptions" error, then you need to go through this page. And improved search engine design detect every and critical error from each of your web page. Don't duplicate your meta descriptions anywhere and if you found this error, try to immediately fix duplicate meta description in your website including Blogger/ WordPress/ Website.
I checked most of the web optimization tools & had used Google web tools, but this Search Console is the best in all and its FREE for better & maintaining quick indexing your web pages in search engines. Moreover, if you have not seen this 'Duplicate meta descriptions' issue in your search console derived from Google search architecture, then I still recommended following these steps described below. It may help your site's visitors to have a better experience, website performance, and SEO website ranking. This tutorial is all about how to fix duplicate meta descriptions? How to remove duplicate meta descriptions? Just keep reading and follow all the steps shown below.

How To Fix Duplicate Meta Descriptions Error Showing Search Console
No need to go into details about how does google search work and how Google search architecture detects these errors. There is a simple solution to get rid of this error. Your google webmaster tools (now it is "search console") find duplicate meta descriptions in your blogger or Wordpress website.Follow these steps to fix the pages with duplicate meta descriptions:
Step 1: Edit Custom robots.txt
- Check your ROBOT.TXT file. Go to https://www.yoursiteurl.com/robot.txt
- Edit robots.txt in blogger: Go to My Blogs >> Search preferences >> Crawlers and indexing >> You will find the option for 'Custom robots.txt'
- Click on edit and paste the following text into it.
User-agent: Mediapartners-Google*[Change https://www.yoursite.com/ with your own domain]
Allow: /
User-agent: Googlebot-Image
Allow: /
User-agent: Adsbot-Google
Allow: /
User-agent: Googlebot-Mobile
Allow: /
User-agent: Twitterbot
Allow: /
User-agent: *
Disallow: /search
Disallow: /cgi-bin/
Allow: /
User-agent: *
Disallow: /*.html
Allow: /*.html$
Sitemap: https://www.yoursite.com/atom.xml?redirect=false&start-index=1&max-results=500 Sitemap: https://www.yoursite.com/sitemap.xml
Here you can also add your sitemap as https://www.yoursite.com/sitemap.xml
- Now save changes and check and verify robots.txt again.
You may also like to read; Get Star Rating Review In Google Search Results [SERP] - Install Review and Rating System to Rich Snippet
Step 2: Edit Custom robots header tags
Just below the 'Custom robots.txt' option there is option for 'Custom robots header tags'Click on edit and make the changes as shown in below pic.

Step 3: Edit each post description from blogger HTML
- Go to HTML of your website.
- Find
<meta expr:content='data:blog.metaDescription' name='description'/>
- And replace it with following code:
<!-- Fix Duplicate Meta Description Error from Webmaster tool Search Console -->
<b:if cond='data:blog.pageType != "index"'>
<b:if cond='data:blog.pageType != "item" and data:blog.pageType != "static_page"'>
<b:if cond='data:blog.metaDescription != ""'>
<b:if cond='data:blog.url != data:blog.homepageUrl'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
</b:if>
</b:if>
</b:if>
<!-- Fix Duplicate Meta Description Error from Webmaster tool Search Console -->
All the above steps will help you to remove duplicate meta description warnings and it will be fixed after your pages get re-indexed again on Google Webmaster tool. Check your search console after a few days and let me know your website results via the comment section shown below.