Lorem ipsum dolor sit amet, consectetur adipiscing elit. Test link

Search Suggest

Solve Duplicate Meta Description In Google Search Console

Meta Description

The duplicate meta description is a problem for the people who just started blogging and their template are not yet fully set. This is a problem alarmed by the Google Search Console showing you to fix duplicate meta description in which it shows you the posts that have the same meta description. To solve it then you have to follow some steps that you are going to follow in the google webmaster tools and your template code. This is both blogger and WordPress duplicate meta description idea. 

The most effective way on how to remove duplicate meta descriptions in WordPress is by using Yoast SEO. The plugin will help you put meta description before posting and will also alert you if you have both duplicate meta description or no meta description present. That's the easiest way. If you use you use Yoast and still get duplicate meta description in WordPress then follow the below-listed solutions and both work for blogger and WordPress websites.

To solve meta description in blogger we have to add some specific code that direct the search engine crawlers where to find out content and specify the meta description and the title tags so as to give the correct search results for better SEO. We are going to highlight all the cases of duplicate meta description below and how to solve and fix them for a better blogging future. The result may also be brought about by duplicate content and to solve you have to change the content, title and meta description to show the difference. Duplicate meta description makes search bots confused on the best content to rank between the two leading up to poor ranking. Its always advisable to make different topics and content for every post to better your SEO. Now without wasting more time, let's jump into the solving of duplicate meta descriptions

1. Custom Robots.txt  Solve Duplicate Meta Description

The search engines crawling bots may not crawl through your blogger or WordPress website without robots.txt files which specify which type of content to allow or not for google bots. This could bring about the duplicate meta description problem. To use the robots.txt in blogger, the below format of robots.txt unless your posts are more than 2500 posts. Use it in the Blogger Settings in the search Preferences panel. Add the below code in the Crawlers and indexing section and then paste it under the Custom robots.txt p
User-agent: Mediapartners-Google
Disallow:

User-agent: *
Disallow: /search
Allow: /

Sitemap: https://www.hoit.asia/sitemap.xml

You will have to change the URL www.hoit.asia to your own website URL and then click on save and now your website will have set robots.txt. For WordPress users, they don't have to add robots.txt files since the website has them exactly from the Beginning of the word go when they use Yoast SEO. To know if your website has implemented the robots.txt files well you can use the google search console, just click on the below button to go straight to Google search console and click on test Robots.txt file. The other way to check whether your custom robot.txt are working then add the words robots.txt to your homepage website URL as shown below

https://www.seoblur.co/roborts.txt

That`s it in adding the robot.txt files to solve duplicate meta description errors. That may not be the only problem, let's solve the other problems that bring about duplicate meta descriptions too.

2. Change Custom Robots Header Tags

Below the robots.xtx in blogger search preferences settings sections are where you will find the custom robots header tags. They instruct the crawlers from search engines from what to crawl or not. This custom robot tags define how search engines index your posts and pages. We begin by explaining what robots are after which proceed to header tags and robot header tags. Follow up the below settings to solve duplicate meta descriptions in blogger through custom robots header tags.
 
Step 1.  Go to My Blogs - Search preferences - Crawlers and indexing - You will find the option for 'Custom robots header tags'
Click on the yes Buton To allow Custom robots header tags in blogger.
Step 2. Edit the options by clicking on the options shown below to specify what Google should crawl in google or now.
Step 3. Save Changes.
That's all with using the custom robots header tags to solve duplicate meta description in Google search console. Let's look at the last most efficient method that remains so as to never see the duplicate meta description problems in your website again.

By this moment, the meta description duplication problem I search results should be solved, but for clarity is better to look out if your code specifies where search engines can locate your meta description. For the highlighted reasons lets add a code to your template to finish the error fixing once and for all.

3. Post Description HTML Tags Code.

In this section, we are going to look at the code that search engine bots use to locate your title and meta description to see if they are present in your blogger template code. If we don't find any corresponding code, that may be the biggest problem on why you get duplicate meta descriptions in search results posts. Let's take a look on the code.

Step 1: Go to Blogger.
Step 2: Click on Theme ~ Edit HTML.
Step 3: Click Anywhere in the code and press Ctrl and F Responsively.
Step 4: Search for the below Code.

<meta expr:content='data:blog.metaDescription' name='description'/> 
Step 5: If you find it REPLACE with the below set of codes.
<!-- Fixed Meta Description Error from Seoblur.com tool Search Console -->
<b:if cond='data:blog.pageType != &quot;index&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot; and data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<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>
<!-- Duplicate Meta Description Error Fixing tool Search Console -->
That's all now your website will not show duplicate meta descriptions again. The best way to now get the original meta description working is by fast indexing and rendering so as to get the results fast. To do so you have to access the Google search console and click on Fetch as Google option and click on fetch and render option. The indexing will take place in minutes and you will notice changes in the next 10 hrs of time. Now your duplicate meta description is no more, in case you had difficulty in the process feel free to comment and Contact me for assistance.