how to cope with duplicate meta tags

When I go to google web master tools , I look around my blog this situation include checks against error2 that may be faced by a robot or crawler when indexing my blog . Everything went smoothly , there was nothing wrong with my blog until I clicked on the HTML tab suggestion given by google .meta description tagFor those who do not know my friend , how is entered into google web master tools> select the blog you want to check > then select Diagnostics > HTML suggestions and select the tab . Well it turns out there is a little problem with my blog , google detect any duplication or Duplicate Description Description .The intent of this problem is due to some of the pages that have the same description and example pages about the sitemap , but I 've been using the meta tags that are dynamic to my blog to make it more SEO Friendly . Description of a web page or blog , according to experts of SEO key , it plays an important role , some say even more important than the meta keyword tag ! According to my personal hell is important because Google themselves advise us to make the meta tag description , meta tag keyword instead for easier terindkes , other than that description could also help visitors to see the contents of a website or a blog . 
Causes Duplicate DescriptionTo find out the cause duplicate description is actually very easy , if my friend had read my previous post about the dynamic meta tags , then the friend will immediately understand the problem . There mentioned to distinguish pages home page and article pages we can use the code 
<b:if cond='data:blog.pageType == "item"'>

which means that if the page is a page of type article then blah blah blah , and then followed by the command "else " to the page other than the page of the article . 

Addressing Duplicate DescriptionAfter we analyze the causes of duplicate descriptions , then we can overcome this by adding a condition checking , logic like this: " if the page is a description page article then the article title , if not then check again , if the static page as the page about his description tetep corresponding page name , if not a new static page description on the home page aka general description of our blog " gag understand ? : p if ya know the same gag , ane ga also understand hehehehe . The solution is really easy , just add the code checking , so it 'll be like this :

    
<b:if cond='data:blog.pageType == "item"'>
    
< ! - This is a condition when it is on the article page - >
    
<meta expr:content='data:blog.pageName + " | " + data:blog.title + " | " + data:blog.pageName' name='description'/>
    
<b:else/>
    
< ! - This is a condition when it is on a page other than the article - >
    
<meta expr:content='data:blog.pageTitle + " - light article about tips and trik, SEO, blogging, and interesting artikel-artikel lainnya"' name='description'/>
    
< / b : if>

Now with added checks as above then your blog will be spared from the name of the duplicate descriptions to facilitate crawlers to index our blogs and certainly adds points for On Page SEO blog . Helpful Hopefully this article on how to overcome dupikat description / How to cope with meta tags decription / decripstion meta / meta descripsi .

Ditulis Oleh : Admin

Judul Artikel "how to cope with duplicate meta tags" Jika salin Artikel how to cope with duplicate meta tags, mohon mencantumkan sumber link https://www.satelit.net/2014/03/how-to-cope-with-duplicate-meta-tags.html. Salam from Satelit Network

:: Web Hosting Indonesia ::

 
 
Copyright © Satelit Web Hosting