While reading the celebrating post at FalconHive, I realised an important point has been overlooked by me. Although I have written the articles on importance of Meta tags, and how to add meta tags to specific pages, but the solution to a serious error which is very common in almost all blogger blogs has remained un-answered till now in this blog.
The errors or issues in Blogger/BlogSpot blogs is the duplication of meta description tags and page titles.
Before I tell you the reason behind these errors, let's see what are the consequences of these errors:
Due to any of these issues, search engines like Google and Yahoo may consider your blog as filled with duplicate content and titles, which can confuse their algorithm, and thus may lead to penalization of your blog.
The errors or issues in Blogger/BlogSpot blogs is the duplication of meta description tags and page titles.
Before I tell you the reason behind these errors, let's see what are the consequences of these errors:
Due to any of these issues, search engines like Google and Yahoo may consider your blog as filled with duplicate content and titles, which can confuse their algorithm, and thus may lead to penalization of your blog.
Now the reasons that your blog has these errors:
1. In Blogger, although you can add meta tags to the template easily, but these tags are then used for the entire blog (all the posts). So the description tag, which is only meant for the main/home page gets copied and is displayed for all the pages. Now Google assumes that all your pages are having the same content, which is a serious offense in Search Engine Language !
2. The second issue of duplicate titles arises because Google indexes blog posts and comments separately, and while indexing comments, it again indexes the complete posts. Now this is where a serious problem of duplication of both content and titles takes place.
So you must remove these errors to make a successful and Search Engine Optimized blog.
Finally the solution to the problems:
1. First of all, in the template (Blogger-> dashboard -> Layout -> Edit HTML) find (CTRL+F) the code for meta description tag, something like this:
<meta content="GENERAL_DESCRIPTION_HERE" name="description"/>Now put that tag in an "if" condition, so that it will be displayed ONLY in the HOME PAGE:
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content="GENERAL_DESCRIPTION_HERE" name="description"/>
</b:if>
Replace the text in RED, with your blog's description. Now save the template.
2. For the second issue (duplicate titles); in the same page (Layout -> Edit HTML), click on "Expand Widget Templates".
Then find (CTRL+F) this code:
<a expr:href='data:comment.url' title='comment permalink'>Replace the entire code with this new code:
<data:comment.timestamp/>
</a>
<b:if cond='data:post.commentPagingRequired'>That's it. Now within a week or 2 weeks, you may see the difference and improvement brought to your blog by this method !
<a expr:href='data:comment.url' title='comment permalink'> <data.comment.timestamp/> </a>
<b:else/>
<a expr:href='data:blog.url + "#" + data:comment.anchorName' title='comment permalink'> <data:comment.timestamp/> </a>
</b:if>
NOTE: For my own blog it took around 10-15 days to get these errors removed from Google.
To see the changes, you should have an account in Google's Webmaster Tools. Once you log in to your account you can see the errors at Diagnostics -> Content Analysis.
Credits for the 2nd hack: Cranked.Me
**UPDATE: This screenshot will better explain you, how Google considers the same page as two different pages with same title and content, just because it indexes comments separately:
**UPDATE: Thanks to this hack, now in my own blog (BloggerStop.Net) the number of duplicate meta tags and titles came down from around "250 and 80" to "7 and 28" within 20 days. Now Google is more frequently visiting this blog due to less (the so called) duplicate content :)





























144 comments:
and we should fix it this way even without adding meta tags to specific pages?
Sorry about my previous comment. ;)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I think in addition to that one should have a dynamic meta tag creator to make more search friendly blog ;) May not be a great tip but it will surely help a little bit..like this following code.. :)
" [ b:if cond='data:blog.pageType == "item"' ]
[meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Description'/]
[meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Keywords'/]
[/b:if]"
replace '[' with '<' and ']' with '<'
@ Dav7
Of course if you do not have meta tags in your blog, then there's no need to do the first hack, but as meta tags are very important for every blog/web site so I advice everybody to add them to their blogs and so also do this hack !
And as second problem is common to every blogger/blogspot blog, so no matter whether you have meta tags or not you should do this hack too !
@ Rajeshwar.
Thanks for comment and suggestion, but as I have never tried dynamic meta tags in my blog, so I donno whether they will work or not, have you tried it some where ?
It will be very useful to all of us, if this really works....
Regards
Sai
I was talking about the meta tags to specific pages.
Of course I have the General blog meta tags ;)
just don't have the meta tags to specific pages
ohk..
yes this hack is for all those who have meta tags (mainly the description m.tag) for their home page,
As meta tags for individual are already set to display only in the specific pages so there's no problem of duplication in that case...
thanks !!!
:)
I didn't find this :
<a expr:href='data:comment.url' title='comment permalink'>
<data:comment.timestamp/>
</a>
So,where should I add this code :
<b:if cond='data:post.commentPagingRequired'>
<a expr:href='data:comment.url' title='comment permalink'> <data.comment.timestamp/> </a>
<b:else/>
<a expr:href='data:blog.url + "#" + data:comment.anchorName' title='comment permalink'> <data:comment.timestamp/> </a>
</b:if>
Click on "Expand Widget Templates", then you'll see the code...
Thanks...I got it...
well, I did the changes!
But my meta tag is a bit different:
META NAME='Description' content='blog description goes here'/
hope this is not a problem ;)
Hi Dsai,
Long time no c. Just Learned a new lesson. Thks for it.
After expanding the widgets I could not get,
<a expr:href='data:comment.url' title='comment permalink'>
but it already contained this code,
<b:if cond='data:post.commentPagingRequired'>
I think may be my template already has this coding.
I would be glad to have your visit at my blog, which have been published at last,
Regards,
MOHD__
Tips and Tricks : WinXP, Internet, Blogging, GEC O Level
@ Dav7
It's also the same tag, when you write 'name' in capitals, it just comes in the front of 'content'...
@ Mohd
Ya you might be having it already....keep checking your google webmaster's account for any kind of warnings or errors in your template/blog.
Regards
Sai
@ Mohd,
Just visited your blog too...you are going good, and as you have already asked me, so if you are serious about blogging, then I would suggest you to go for a custom domain too....
Yes I have tried it.I don't know how to test whether this functionality is very useful or not but I think it surely have some impact on keyword density because the title/url of your blog itself become keyword which can be controlled.Thanks for listing.I have found this tip on some SEO based website.
Ya Rajeshwar, even I tried this method, and it is working.....really a good find !
Here's the ready-2-copy code for Dynamic Meta Tags In Blogger:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/>:<data:blog.title/></title>
<meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Description'/>
<meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Keywords'/>
</b:if>Tell me your blog address, as soon I'll write a post on this topic where I would like to link to your blog too....
Cheers !
Regards
Sai
lets wait for that new blog post then :D
Dsai do you write your tweets manually or is it written by RSS service. I mean I usually get a tweet update of your latest posts. How can I do that for my posts?
Regards
Tips and Tricks : WinXP, Internet, Blogging, GEC O Level
@ Mohd
Yes Mohd, it's a Twitter+RSS service, called
TwitterFeed, and along with that here are some more useful Twitter ToolsRegards
Sai
Thanks .. Hope this will be helpfull to all.:)
http://valobasi-bangla.blogspot.com
Hi , thanx for this good post.Yep that needs to be corrected.Will check it as soon as i have time :)
regards
hi, I don't find the code : <a expr:href='data:comment.url' title='comment permalink'>
<data:comment.timestamp/>
</a>
I "Expand Widget Templates", but i don't find it. but i find the second line : <data:comment.timestamp/> ????? what should i do ???
here is my blog : Driss Chraibithanks dyvia ur blog is the best
Hi Soufiane,
Send me your blog's template (you'll get my email-id from the contact page).
;) thank you, you answered so fast ! i sent u my xml and html via e-mail, hope u could find something !
Thanks you Divya :| for your e-mail answers, i did all u say and every think is ok. 8-} Now my comments are linked.
thanks a lot and keep the work ! :X
Okk....that's gud....done everything properly !!!
Happy blogging :)
Wow these tips are really what I was looking for.
Thanks very much.
Besides that , your blog's look is clean and cool.
Well done..
Thanks Amol.....I am glad you were here :)
Hi,
Is this only applicable to the new blogger template? Any help if I am using the older blogger classic template?
Thanks,
Josh
As far as I know, meta tags are not dependent on old/new templates, but I think the second hack(for titles) may not work !
Hi Sai,
I can't even find the codes above on my template.
As I am using the old blogger format. I believe these instructions are only applicable to the new blogger format? Is there a resolution based on the older blogger template?
Josh
Well, Josh how can I tell you which template you are using if you don't leave a link to your blog here, anyways, are you sure you have marked the "Expand Widget Templates" box, before searching for the codes ?
hello Divya, i have a big problem, in google research all my blog posts have the same desciption. i mean all of them have the short description of the blog, and only the URLs are different. i really don't now why this happen i have done all what u say and no change, i have also done the hacks about Duplicate Meta Tags and Titles but no workiding, i have create my blog some days ago, so i don't now if i must undo this hacks and see !
and in google webmaster nearly all my posts are duplicated meta tags.
here my blog Driss Chraibi.
here what i got in googlethank you Divya, hope u can help !
As I have said this hack may take some time to show it's effect in Google search results, for more popular blogs with higher pageranks this hack may work quickly but for newer blogs it may take some time to show the results.
Don't worry, if you have done whatever written in this post, then in a few days you'll observe the results.
ok. thank you divya for your quik answer.
and the fact that the POSTs title and description is replaced by the blog ones, is due to what?????
is it beacause i added the title & description meta tags and also i added a description in the header in Layout ????
Yes when you add anything in the header section, it gets copied to all your blog posts...that is why in the hack above I have used an 'if' condition, through which, now onwards your description details will be shown to search engines only when they are indexing the home-page and not when they are indexing other pages.
OK thank you. and if i remove the description in the header and i leave only the meta tags is it ok ??????
and in google webmaster almost all my pages have duplicated titles and descriptions !!!!!
thanks for all Divya. :D
Welcome Soufiane,
Well you can of course remove the description tag, but then it is one of the imp. meta tags which should be present in blogs/websites, so it is better to have it in 'if' tags, rather than removing it completely.
& don't worry in a few days both at your webmasters a/c and in google search these errors will not be shown.
THANK U for answers
How to know how many duplicate meta tags my blog have?
is there any software or online testing?
thx, you've saved me.
I already had meta tags in my blog when i added the dynamic meta tags you described in your Blog> Does this account to duplicate meta tags? Should i delete the General meta tags? Please help!
@ Admin
Register at Google Webmaster tools (google it).
@ Spywalker's Blog
Welcome dude !
@Anamika
Keep the normal meta tags as it is. (Use meta tags for whichever page you think is unique and popular/important in your blog)
The dynamic tags WILL NOT cause meta tags duplication, but in some cases (if you ever write a post with a small title), then it mayu show up in "short meta tags".
But "short meta tags" are a not a problem,
you can consider these tags and tricks like this:
duplicate meta tags will get you negative marks.
normal meta tags will add points to your blog.
and short meta tags will not add/delete points from your blog.
So by using dynamic meta tags, you may either get positive/nil points.
But anyways as these 'short meta tags' are shown in list of errors in Google Webmaster tools, so I have too removed the dynamic tags from my blog.
Regards
Sai
I tried your heck but Google is still saying duplicate description. why so ?
Hello Kash,
When have you made the changes? cause it took around 2 weeks for my own blog to see the changes...and depending on the popularity of blogs, it may take more/less than 14 days to get the problem solved...
Nice Informative post !!!
I have 63 posts in my blogspot blog but only 26 url are submitted & 10 are indexed for atom.xml sitemap.Duplicate meta descriptions are 20.
Pls help,whether to go ahead with this trick ???
Regards,
www.freesoftwareloot.blogspot.com
Yes of course you must do this hack in your blog !
Hi Sai,
This is my first comment here although I have been following your blog for a while. Your tips here are really very helpful. I am quite scared of SEO, it's very technical for me. But since it is very important, I am taking the plunge with the help you provide here.
Now, here is my concern. After expanding my widget templates, I still could not find the code that you stated above for the second issue to be fixed (regarding the "comments")
But I found another code with .commentPagingRequired
I'm sorry, I would like to post the specific code lines here but it's not letting me post it.
Is it similar? Do you think I have it already? Thank you so much in advance for the help! :)
Here is my blog URL by the way, in case you need to look at it and check:
http://www.wealthybelle.com/
If you need me to send you my template's html, let me know. Thanks again! :)
Hi Che,
Don't worry, the problem is already been rectified in your blog...
I have left a comment on your blog, if you notice that, then you'll find this text over that:
Sai @ Blogger Help on Tuesday, August 04, 2009 8:37:00 PM said...
Now in the above sentence Date/Time is not linked to the comment.
But chk if you chk comments in this blog (BloggerStop) then you'll see that all the comments have similar display of dates, but they are linked to the respective comments. There's no such big advantage of this, but then sometimes if I want to point out some comment, then I can use those links: like this is your first comment on Bloggerstop
And this linking was creating the SEO problem.
Anyways, if you still want to check if comments are separately indexed in your blog, then you can make a Google search like this:
http://www.google.co.in/search?hl=en&q=site%3Awww.wealthybelle.com
In the results, almost all your pages should be displayed and no comments should be displayed as different result/page (See the last image in the post above)
And finally open an a/c in Google Webmasters account and it will tell you whenever an error is detected in your blog.
Hi Sai,
Thank you so much for your very patient explanation, and your aid in my understanding of these technical things. LOL! I appreciate all the help. I have followed you on Twitter by the way (I'm MrsBeast there), I hope you don't mind. Thank you again! :)
hi .. thankyou so much for the info.. applied it and awaiting results.. i had some meta tag and title tag duplication.. i have applied the if condition for my keywords too along with the blog description.. hope it will work..
cu around
Thanx for the post written in a very clear language.My blog is www.techieway.blogspot.com
Hi, Thax for this post, it help me so much, i want to know that will we can give long permalink title in blogger like we can give in wordpress.
Hi Amit,
if you want to add that "permalink" link below all posts, then find this code in your template:
<data:post.body/>
and then paste this line below it:
<a expr:href='data:post.url'>permalink</a>
Hi Divyasai,
I have done the changes as per your instruction. Thanks lot for ur help.
I have a doubt.. How do I find the duplicate meta tag path in webmaster tool? Pls let me know.
So that I will check the duplicate titles (Present)now and compare with later.
Thanks in advance
Giri
Hi Giri
Once you log in, in the left sidebar, under "Diagnostics" click on "HTML suggestions" meta/title duplication errors are reported here.
Thanks for ur reply
It is showing only "Duplicate title tags 3"
is this normal? or I don't have any problem :-)
Giri
Yeah nothing to worry.....and as you have done this hack, soon '0' errors will be reported.
Thanks!
Thanks for the great information. I have a blog for a review site for an as seen on tv product. It only has about 5 posts and I've noticed that they are all indexed - Even though I didn't use the hack. The site is www.necklineslimmerreview.com
Do you think I should use the hack anyway. I'm currently getting 15k monthly visitors.
One more question if anyone can help. I found the hack to hide your labels (keywords) on blogger, but am a bit hesitant to use it. I don't want all of my keywords showing on the page, but am afraid Google bot won't find them either if I use the hack. Can someone please advise.
Thank you!
@TV Fan
Presently you do not need to do the first hack if you do not have meta description tag in your blog but second one is needed for almost all blogs.
If you ever plan to add meta description tag(which is quite useful to all blogs/sites) then use the first hack too.
2. labels and keywords are two different things, hiding labels is fine. But it doesn't mean keywords from your blog will be hidden. Google can itself better decide the Keywords for any blog. If you want my views on that hack/article plz give that link here.
Regards
Sai
i have inserted Meta description but i am not able to perform the first hack as in my blog script i am not able to find this line meta content=GENERAL...... so what should i do now
Yeah, that meta tag is not a default tag in Blogger, you have to manually add it first:
http://bloggerstop.net/2008/10/meta-tags-importance-and-how-to-use.html
It helps in SEO, but if the above mentioned hack is not done then it will work against SEO. So add it to your blog, then apply the above mentioned hack.
Thanks, I have done this. Hope to see the good result.
Divya how you write codes in separate template?
It's called blockquote,
here read this tutorial:
http://bloggerstop.net/2009/04/duplicate-meta-description-and-titles.html
Nice tips. I hope it will help me to remove the duplicate meta descriptions on my page. Thanks!
I just wanted to say thank you! I just noticed the same error happening to me from google, and this allowed for a quick and easy fix.
need help in here Sai..:-t
i can't find this code in my template
[a expr:href='data:comment.url"title='comment permalink']
[data:comment.timestamp/][/a]
(i've already expand widget templates)
could u help me plis?~x(
Thx.
The same answer is for you:
http://bloggerstop.net/2009/04/duplicate-meta-description-and-titles.html#c1246576762418473742
hi Sai..long time not visiting this blog..
i already check the link u given me. but am so sory,i still don't understand how to find the code..
could u xplain more?sory for my stupidity..
thx alot Sai..
the problem has already been rectified in your blog...
I have left a comment on your blog, if you notice that, then you'll find this text over that:
Divya Sai said...
November 14, 2009 5:44 PM
Now in the above sentence Date/Time is not linked(hyperlinked) to the comment.
But if you chk comments in this blog (BloggerStop) then you'll see that all the comments have similar display of dates, but they are linked to the respective comments. There's no such big advantage of this linked comments, but then sometimes if I want to point out some comment, then I can use those links: like this is your latest comment on Bloggerstop
And this linking was creating the SEO problem.
Anyways, if you still want to check if comments are separately indexed in your blog, then you can make a Google search like this:
http://www.google.co.in/search?hl=en&q=site%3Aearn-bucks-in.blogspot.com
In the results, almost all your pages should be displayed and no comments should be displayed as different result/page (See the last image in the post above)
And finally open an a/c in Google Webmasters account and it will tell you whenever an error is detected in your blog.
i think i get my problem here..
i guess the reason why i didn't found the "second" code is because i don't have permalink like your blog,am i right?
so how to hyperlink date with comment?i also want to use it in my blog,i guess it more effective if i want to link to specific comment in my blog.
thx.
In your blog, find this code:
<data:comment.timestamp/>
and wrap it like this:
<a expr:href='data:comment.url' title='comment permalink'>
<data:comment.timestamp/>
</a>
Then once you save the template, re-edit it to apply the above mentioned hack.
sir my monthly archive like jan, feb, march... so as on showing duplicate conttent in webmaster tools, i thing my arhcive and posts both are indexed sperately, help me
Hi Amit,
Here's the solution of your problem, but will definitely take some time to reflect the improved the results in your GWT account:
http://bloggerstop.net/2009/01/show-only-titles-in-blog-archives-with.html
Regards
Sai
thak for this its working for me
now i have problem with 4 duplicate tag with looking like
/2009/07/nagaland-uiversity-kohima-job-vacancy.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%2FrQDW+(%E0%A4%B8%E0%A4%B0%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A5%80+%E0%A4%A8%E0%A5%8C%E0%A4%95%E0%A4%B0%E0%A5%80+-+Govternment+Jobs)
And I have 31 duplicate meta tag description.
That link is that of your feed.
Anyways apply the above hacks, and these duplicate pages will vanish after a few days.
Sir,
i post daily in my blog and when i post my new post it is crawled by google in search within a minute but now 2 days gone i post 15 post and not a single post in showing in google, It showing: my blog url (Post in description) and not giving the URL of the post to see the post.
HELP ME
Thank you sir for responding.
Dear Divya sai,
"
..................data:blog.pageName + data:blog.title + data:blog.pageName' name='Keywords'/>
"
I have used this as meta tag. I am confused whether this metatag will give POST TITLE: BLOG TILE in search engine result?
In google, it shows only title of my blog. How can I change the result in search engine to post title followed by blog title?
thanking you in advance
I think this comment will look better at dynamic meta tags post, and I'll appreciate if you don't comment anonymously.
Anyways in that code, blog.title is kept to serve your purpose, if that is not working try this one too: data:blog.pageTitle
Hi Everyone:
I have read through this entire thread, but I still cannot find out how to resolve the duplicate META description for CLASSIC blogger template (for various reasons I don't want to move to New blogger template).
Does anyone know a fix or hack to correct this problem in the OLD/CLASSIC Blogger template - I have hundreds of posts with duplicate META description and have been looking for a fix for a year now - with no luck.
the site is http://indierockcafe.com
Thanks to anyone who can help. you can also email me at indierockcafe AT gmail - Thanks - I really hope there is a solution for this.
Thanks for the info, I put it to use on my blog @ http://www.DonateForHaiti.org
Happy for you buddy...and I really appreaciate your efforts by creating and raising a blog dedicated for such a noble cause. Keep up the good work...good luck !
I can't find the second code on my site. can you pleaase help me? my site is http://pinoysportsandhobby.blogspot.com By the day, do you know how to embed post form on blogger?
@niwrek,
I need to see a post from your blog with some comments, can you plz pass me on the link to any of such posts?
Hi Divya,
Great site, I appreciate the effort you put forth in creating this site and helping others with our "blogger" issues.
I believe I applied a hack to my blog at Petwithallergies.blogspot.com to display the post title and then the blog title for each unique post.
My question is although I am no longer getting an error message about duplicate meta descriptions - I have never seen my comments show up in search results as you displayed above. In the search engines it is still displaying the Blog title although when you click on a post title, it is displaying the post title and then the blog title.
Can you please assist me in correcting this? I will send you a copy of my xml file. I eagerly await your assistance. Thanks in advance for your help.
Stacey
Hey Stacey,
The problem isn't related to your template code. Although you have updated your blog, but it'll take some time to see this change in Google search results.
Some of your posts are already updated, see this search result page:
Google Search For pet with allergies blog
where posts like,
real-dogs-dont-eat-kibble, and
is-your-dogs-diet-killing-them
are being shown exactly as you want, but for other posts it'll some more time.
BTW, you should make one change in your blog, you have placed this code:
<script type='text/javascript'>
var fade = false;
function showFull(id) {
...
...
...
...
</script>
above the tag <head>, but you should actually place it above this tag:
</head>
Hi Divya,
Thanks so much for your prompt response and your expert help!
Thanks for checking out my site and template. Glad to know that the hack I applied will show the post/blog titles and comments in search engines. Another question - when I looked at the search you provided for my site - I did notice that some of the titles for certain blog posts where still showing the Blog title instead of post title/blog title. So as Google updates this will change or do I have to do something to change this.
Thanks for the tip about moving the script code. Is javascript code you are referring to this?
[b:if cond='data:blog.pageType != "item"']
[script type='text/javascript]
var fade = false; function showFull(id) { v
...
...
...
spans[i].style.display = 'none';
}
}
[/script]
[/b:if]"
*replaced the <> with [] so it would display in this comment.
Just want to make sure I move the complete code and noticed the [b:] before it and the [b:if] after it - should that be moved also?
Another questions regarding SEO - I want to run a contest (i have a prize) for my blog and was wondering what would be the best way to encourage backlinks to social media sites like technorati, delicious, etc. I am looking to boost my placement for certain keywords to help my search engine ranking but can figure out how to tie that in with a contest. What would you suggest?
Your help is greatly appreciated and you are super awesome to assist fellow bloggers! I will be adding your blog to my blog roll.
All the best,
Stacey
Yeah, your work of swapping the titles is done, now it's Googles turn to index the page titles properly, but it'll take some time as I have said in my previous comment.
And yes while shifting that code, include those b:if tags too..
Well while organising contests, you have to make sure that participation is as easy as possible and at the same time try to gain some authority (linkbacks) from those bloggers, who love to participate in contests.
So my suggestion is to make these things compulsary:
1. tweeting about your contest.
2. subscribing to your blog.
and make these optional:
1. blogging about your contest, with links to your blog,
2. Putting up banners of your blog-contest at their blogs.
3. bookmarking your blog at various sites, like delicious/digg/SU etc,
4. Follow you at twitter,
You are most welcome to ask/share anything and everything Stacey....Good luck with your blog...
Happy blogging :)
Regards
Sai
Hi Divya,
Thanks again for the super suggestions and quick response.
I have added you to my blog roll.
I will make the change to my html code as suggested.
Before I run the contest, I will run the details by you, if you don't mind.
I also tried to sign up for the forum but was getting an error message about a confirmation code being too short or invalid. But I didn't see a confirmation code.
I will be back with more questions :)
Have a super weekend!
Stacey
Thanks again for a great post. I wanted to ask permission to link to your site from mine. I come here to answer any questions I have before going anywhere else. 90% of the time you have the answers and there dead on. I wanted to know if search engines started to look down on dong this too many times. Right now I have it only on one other page (personal training pograms in the top menu bar) but plan on using it on more later tonight after work. I assume I just keep adding them right under the head tag and I'll be fine. Thanks again for the post
http://www.trainwithhank.com
Hey Hank, I would be more than happy if you mention my blog on yours...thanks for that :)
Couldn't get your second point...can you please rephrase your query ?
Hi Divya,
I sent you an email previously but have not received a response. Got so spoiled with your immediate responses!
So as I mentioned before, I applied the hack as you described and now my blog post titles and blog title are appearing in Google. Excellent! But the descriptions are all the same. Bad!
I know I saw this somewhere else that there is a way to give each post a unique description and unique keywords. Can you instruct me on how to do this? As mentioned although my titles are now unique my descriptions are not (neither are my keywords or tags for each post).
Also how did you add that cool floating thingy on the right hand corner of your blog that takes you to the top? I want to add one like this that also navigates my blog (top, Home) but also have a subscription link.
Hope to hear from you soon!
Stacey
Hey Stacey,
Even I love to pamper my readers :) so don't worry & expect the same immediate response from me ...
Actually for the last 3 days I was really busy at my college fest. So couldn't respond to your mails. Anyways I'll hopefully reply to your mails within an hour/two.
okay...coming to this specific comment of yours:
As you are seeing a common description to all your pages (which is supposed to be only for the homepage), so apply hack/solution #1 from this post (copy-paste the code highlighted in red), that will hide the same description against your other pages.
Now to give unique description tags to each of your posts/articles, use Dynamic Meta Tags
NOTE: Dynamic tags are not really necessary (but avoiding the duplication problem is a MUST).
Rather than using dynamic tags, you may select some best posts from your blog (according to you and also those posts which already receive max. traffic) and add unique-specific tags to them using this method
PS: Keywords tags are not at all necessary now. Google is now smart enough to filter out the keywords itself from the posts.
Being quite a good procrastinator, I'm really thankful you for reminded me to reply you... :)
Hi Divya,
So very glad to hear from you! Missed your help, very, very much! College is extremely important so DO YOUR HOMEWORK! LOL!
I will definitely work on the hack to get unique descriptions and forget about the unique keywords for each post.
I wish all bloggers are as helpful as you are - YOU ARE THE BEST!
By the way, my doggies said "WOOF" or "HELLO!"
Talk soon,
Stacey @ natural remedies for dogs
Haha...I wasn't busy with any of my homework, in fact cause of participating in so many events at the college festival now I'm tired and all my body is still aching...but couldn't go to sleep...away from my pc :D
thank you for your encouragment...Say woof to your doggies too :)
@Stacey,
Use this tutorial to add that floating 'Back To Top' button to your blog.
And, use ALMOST same code to add a subscribe/twitter/feedback button. Just change the position (distance of the button from the bottom of the screen has to be changed, have a look at the code and you'll understand what I'm talking about)and the icon.
Hi Divya,
I tried to apply hack #1 to get my general description to only display for the home page but got a parsing error and xml error. (Couldn't paste it here, for some reason pasting is disabled on the comments). I put b:if before the description metatag and put the /b:if after the description metatag and got the errors. Will email you the specifics.
Will wait to add the dynamic metatags for when I figure out why I am getting the above error.
Thanks again
Stacey @ Natural Remedies for dogs
Divya,
Never mind, I must have typed something wrong and now the template saved using hack #1 without any errors.
I also put in the dynamic metatags - will go back when I have time, will take out that dyanmic metatag coding and put in the coding for separate metatags for each high traffic post.
Now I will work on the floating thingy for the sidebar...so much to do...
All the best,
Stacey @ Home Remedies for Dogs and Cats
Hi Stacey!
Just now replied to your mail...
just make sure that you use 'and' instead of '&',
because '&' in xml is not the same as in english :)
Hi Divya,
Just wanted to give everyone a heads up about the dynamic metatag code for post descriptions. I applied it to my blog and now the post title is showing up as the post description in Google. So I guess there is no shortcut - will have to go to each high traffic post and put in an individual description metatag for each post.
Stacey @ Home Remedies for Dogs and Cats
Hey, what if I am not using the default blogger comments module. I am using disqus comments in my blogger blog. If this hack is gonna work with that too??
Thanks in advance :-)
Actually there's no problem in using this hack, but if you do not want to go for it, then first check your Google webmaster account. If it is displaying any duplicate titles, then you must apply that hack.
Divya,
I think you were responding to Manual, but I checked my Webmaster account and I did at one time have duplicate titles, but none now. The only problem is the blog post title and blog title are showing up as my description for each post.
Also I am not seeing my comments show up as a separate entry when I do a site search on Google. Any idea why?
Thanks again,
Stacey Home remedies for Dogs and Cats
@Stacey,
I have replied to your latest mail, wherein I have asked you to delete the code for dynamic tags, simply delete it and add unique tags for only some of your special posts. This will stop showing your "blog title+page title" in description and keywords meta-tags
@Stacey
It is for your own good, that comments are not being shown as separate entries in G-search, otherwise you'll face the problem of duplicate titles.
Hi Divya,
Testing to see if I can copy and paste in the comments box. I didn't realize that I could open frame in a new tab - so that is what I did and the copy and paste works.
>>@Stacey
It is for your own good, that comments are not being shown as separate entries in G-search, otherwise you'll face the problem of duplicate titles.<<
But in the regular comment box, copy and paste does not work for me - I also can't navigate - the home, end, etc. keys do not work.
Please let your other visitors know that if they want to copy and paste something into a comment they have to right click - click on "This Frame" and then click on "Open Frame in New Tab" for Firefox.
Stacey @ Natural remedies for dogs and cats
Thanks for testing it Stacey, here's the post: Unable To Paste Text While Commenting In Blogger Blogs ? [Problem Fixed]
Hope you, your blog and your pets are all doing fine :)
Blogger rejects meta tags but your code worked, thanks!
hi, thank you for sharing this but I am having trouble looking for the GENERAL_DESCRIPTION_HER name="description. I have also expanded widget template and cannot find it?
However, b:if cond='data:blog.url == data:blog.homepageUrl'> is already on in my html page?
I have also added the second part with no problem and I am wondering if this is enough to make it work or I still need to fix the missing part and if so, wjat can I do about it?
Thank you very much.
@Lisa,
Find this code in your blog:
<meta content='Beauty skincare and makeup. Articles and tutorials.' name='description'/>
and enclose it within those <b:if ...
...
</b:if>
tags.
Thanks for the hacks!
But I can't find second code for second hack.
In HTML files i found :
So I use only first hack. Is it OK?
Now where should I put the second hack?
Thank you very much for your help.
umm, i'm still having trouble with trying to find:
I expanded the widget template, and ctrl+f the code exactly as its pasted, but i couldn't find it.:((
Let me know if i;m doing anything wrong. Any help would be appreciated :-/
@tenovjkt and Maryyam,
Send your blog templates via my contact page.
Thank you for the tip. I just noticed the problem from Google Webmaster Tools and ended up here. And now Im waiting for the all mighty big G to crowl the blog again.
thanks a lot for this tutorial
but i am not find this as said in ur 2nd point
already added meta tags by following this post & the other add meta tag post
and i have already expanded the widgets
@Help,
Your blog address?
Thanks for this, my video blog is currently having this issue with 255 duplicate meta descriptions.
Hopefully after this hack, the duplication error will improve :)
thanks ,thanks i was searching this trick in internet for a long time ,thanks again
Thanks, Hope That My blog will be optimized for google search, Thank you again !
Thanks a lot! It's so helpful,thank you!
I cannot input 2nd part of this post...
PLZ HELP ME
This line
Plz help me...
<a expr:href="data:
Cannot find this part..
You have to mainly find a code with this code in it:
title='comment permalink'
And delete it (entire code of 2/3 lines, just as in the post above). But before doing this, take a back up of your present blog-template by downloading it.
Can't find this line..
title='comment permalink'
PLZ HELP ME
Hello,
first you blog is amazing & helful thanks alot for this trick...
http://bigtos.blogspot.com = Free Roms NDS GBA
Didn't find this in Edit HTML Window.
meta content="GENERAL_DESCRIPTION_HERE" name="description"
Any suggestions please?
Sir....
I've done this too. It has eliminated almost all of my duplicate tags. I still get a few. The URLs that are duplicated are the post URL and then the post URL with the comments ending
URL
URL#comments
It doesn't happen on all posts just a few.
If you have applied the above mentioned fixes to your blog, then within a few days all your errors will be gone. But keep checking GWT for your own good.
Hi Sai,
This is such a great site. good informations.
Hi Divya-i hav a blog older than 1.5 yrs but i am not getting that much of traffic than other blog younger than mine.it's due to restricted url by Robot text or meta description duplication.then how to solve those prob.plz help buddy.
Divya-where to add the dynamic meta tags?
To add the dynamic tags, follow this tutorial:
Dynamic Meta Tas
Thankyou so much. I applied to my new technology blog site: http://ldigita.blogspot.com
hhe... nice tricks....... i've applied it on my blog..... thanks!!!! its great job.. i hope it works...... :D
in the first condition , u have written some text in red. in that do we need to add our actual home page url in place of home page url
No need to add any URL. I have updated the post, Now simply replace the text in red with your blog's general description.
Thanks You for this helpfull information ;;) i'am applied it on my blog coz google webmaster detect 30 duplicate meta and tittle tags ~x(
http://alltimetv.com/livetv/zee-tv-usa/
my blog has duplicate meta description
here is the code
<title><data:blog.pageTitle/></title>
</b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='GENERAL DESCRIBTION' name='description'/>
</b:if>
<meta content='MY,KEY,WORD' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>
<link href='http://lokasi-gambar-kamu.com/favicon.ico' rel='shortcut icon' type='image/x-icon'/>
<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Description'/>
<meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Keywords'/>
</b:if>
<b:skin><![CDATA[/*
i have bookmarked this page
please answer
many thx
Should i add if tag to keywords meta tag also? I have a problem nw. When i search for a keyword in a page+my domain it shows home page and specific page. Is it because , the same word is also in homepage? Is it a problem? How can i correct it
Thanks a lot . You were a huge help !
Allowed HTML tags: <b>, <i> and <a>
Join and share your views with other bloggers at BloggerStop Community
Comment Like This! and Optimize your blog...
SPAMMER OF THE MONTH: www[.]Seeking4Hosting[.]com