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 .
Posting Komentar
Click to see the code!
To insert emoticon you must added at least one space before the code.