Duplicate Meta Description and Titles Issues In Blogger

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.

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="data:blog.metaDescription" name="description"/>
</b:if>


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'>
<data:comment.timestamp/>
</a>
Replace the entire code with this new 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 + &quot;#&quot; + data:comment.anchorName' title='comment permalink'> <data:comment.timestamp/> </a>
</b:if>
That's it. Now within a week or 2 weeks, you may see the difference and improvement brought to your blog by this method !
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 :)

ProBlogger - Inspiring Others Realize Their Dreams!

Share this

Related Posts

212 comments

Write comments «Oldest   ‹Older   1 – 200 of 212   Newer›   Newest»
April 28, 2009 3:25 AM delete

and we should fix it this way even without adding meta tags to specific pages?

Reply
avatar
April 28, 2009 6:11 AM delete This comment has been removed by the author.
avatar
April 28, 2009 6:18 AM delete

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 '<'

Reply
avatar
April 28, 2009 8:15 AM delete

@ 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

Reply
avatar
April 28, 2009 8:41 AM delete

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

Reply
avatar
April 28, 2009 8:59 AM delete

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...

Reply
avatar
AB
April 28, 2009 11:56 AM delete

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 + &quot;#&quot; + data:comment.anchorName' title='comment permalink'> <data:comment.timestamp/> </a>
</b:if>

Reply
avatar
April 28, 2009 12:23 PM delete

Click on "Expand Widget Templates", then you'll see the code...

Reply
avatar
April 29, 2009 3:33 AM delete

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

Reply
avatar
April 29, 2009 9:30 AM delete

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

Reply
avatar
April 29, 2009 11:25 AM delete

@ 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

Reply
avatar
April 29, 2009 11:40 AM delete

@ 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....

Reply
avatar
April 30, 2009 3:50 AM delete

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.

Reply
avatar
April 30, 2009 5:39 AM delete

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 == &quot;item&quot;'>
<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

Reply
avatar
April 30, 2009 8:12 AM delete

lets wait for that new blog post then

Reply
avatar
April 30, 2009 8:16 AM delete

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

Reply
avatar
April 30, 2009 8:36 AM delete

@ Mohd

Yes Mohd, it's a Twitter+RSS service, called
TwitterFeed, and along with that here are some more useful Twitter ToolsRegards
Sai

Reply
avatar
May 02, 2009 8:16 AM delete

Thanks .. Hope this will be helpfull to all.

http://valobasi-bangla.blogspot.com

Reply
avatar
May 12, 2009 10:31 AM delete

Hi , thanx for this good post.Yep that needs to be corrected.Will check it as soon as i have time

regards

Reply
avatar
May 25, 2009 5:40 PM delete

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

Reply
avatar
May 26, 2009 2:12 AM delete

Hi Soufiane,
Send me your blog's template (you'll get my email-id from the contact page).

Reply
avatar
May 26, 2009 6:25 AM delete

;) thank you, you answered so fast ! i sent u my xml and html via e-mail, hope u could find something !

Reply
avatar
May 26, 2009 12:04 PM delete

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

Reply
avatar
May 26, 2009 12:43 PM delete

Okk....that's gud....done everything properly !!!
Happy blogging

Reply
avatar
May 28, 2009 11:44 AM delete

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..

Reply
avatar
May 28, 2009 11:52 AM delete

Thanks Amol.....I am glad you were here

Reply
avatar
Anonymous
May 29, 2009 2:31 PM delete

Hi,

Is this only applicable to the new blogger template? Any help if I am using the older blogger classic template?

Thanks,

Josh

Reply
avatar
Sai
May 29, 2009 2:39 PM delete

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 !

Reply
avatar
Anonymous
May 29, 2009 2:48 PM delete

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

Reply
avatar
May 30, 2009 1:23 AM delete

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 ?

Reply
avatar
May 30, 2009 5:44 AM delete

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 !

Reply
avatar
May 30, 2009 5:58 AM delete

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.

Reply
avatar
May 30, 2009 6:11 AM delete

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 ????

Reply
avatar
May 30, 2009 10:52 AM delete

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.

Reply
avatar
May 30, 2009 11:52 AM delete

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.

Reply
avatar
May 30, 2009 1:00 PM delete

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.

Reply
avatar
Anonymous
May 30, 2009 2:13 PM delete

THANK U for answers

Reply
avatar
June 20, 2009 12:12 PM delete

How to know how many duplicate meta tags my blog have?

is there any software or online testing?

Reply
avatar
Anonymous
July 08, 2009 5:02 PM delete

thx, you've saved me.

Reply
avatar
July 09, 2009 7:52 AM delete

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!

Reply
avatar
July 09, 2009 9:32 AM delete

@ 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

Reply
avatar
July 10, 2009 6:08 PM delete

I tried your heck but Google is still saying duplicate description. why so ?

Reply
avatar
July 10, 2009 11:35 PM delete

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...

Reply
avatar
July 26, 2009 9:56 PM delete

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

Reply
avatar
July 27, 2009 9:36 AM delete

Yes of course you must do this hack in your blog !

Reply
avatar
Che
August 04, 2009 3:56 AM delete

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!

Reply
avatar
August 04, 2009 8:49 AM delete

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.

Reply
avatar
Che
August 04, 2009 9:26 AM delete

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!

Reply
avatar
September 15, 2009 11:15 PM delete

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

Reply
avatar
September 20, 2009 7:30 AM delete

Thanx for the post written in a very clear language.My blog is www.techieway.blogspot.com

Reply
avatar
September 20, 2009 7:57 AM delete

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.

Reply
avatar
September 22, 2009 8:58 AM delete

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>

Reply
avatar
September 29, 2009 9:05 AM delete

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

Reply
avatar
September 29, 2009 9:11 AM delete

Hi Giri

Once you log in, in the left sidebar, under "Diagnostics" click on "HTML suggestions" meta/title duplication errors are reported here.

Reply
avatar
September 29, 2009 1:58 PM delete

Thanks for ur reply

It is showing only "Duplicate title tags 3"

is this normal? or I don't have any problem :-)

Giri

Reply
avatar
September 29, 2009 2:13 PM delete

Yeah nothing to worry.....and as you have done this hack, soon '0' errors will be reported.

Reply
avatar
October 06, 2009 12:10 AM delete

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!

Reply
avatar
October 06, 2009 9:01 AM delete

@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

Reply
avatar
October 18, 2009 8:04 AM delete

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

Reply
avatar
October 18, 2009 8:23 AM delete

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.

Reply
avatar
October 18, 2009 1:41 PM delete

Thanks, I have done this. Hope to see the good result.
Divya how you write codes in separate template?

Reply
avatar
October 18, 2009 1:59 PM delete

It's called blockquote,
here read this tutorial:
http://bloggerstop.net/2009/04/duplicate-meta-description-and-titles.html

Reply
avatar
October 19, 2009 7:30 PM delete

Nice tips. I hope it will help me to remove the duplicate meta descriptions on my page. Thanks!

Reply
avatar
October 29, 2009 3:28 PM delete

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.

Reply
avatar
November 06, 2009 3:59 AM delete

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.

Reply
avatar
November 06, 2009 4:30 AM delete

The same answer is for you:
http://bloggerstop.net/2009/04/duplicate-meta-description-and-titles.html#c1246576762418473742

Reply
avatar
November 14, 2009 12:37 AM delete

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..

Reply
avatar
November 14, 2009 5:53 AM delete

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.

Reply
avatar
November 15, 2009 8:16 AM delete

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.

Reply
avatar
November 15, 2009 8:27 AM delete

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.

Reply
avatar
November 16, 2009 8:38 PM delete

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

Reply
avatar
November 17, 2009 9:54 AM delete

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

Reply
avatar
December 07, 2009 1:24 AM delete

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)

Reply
avatar
December 07, 2009 1:26 AM delete

And I have 31 duplicate meta tag description.

Reply
avatar
December 07, 2009 6:45 AM delete

That link is that of your feed.
Anyways apply the above hacks, and these duplicate pages will vanish after a few days.

Reply
avatar
December 26, 2009 8:52 AM delete

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.

Reply
avatar
Anonymous
January 14, 2010 11:50 AM delete

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

Reply
avatar
January 14, 2010 12:25 PM delete

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

Reply
avatar
January 16, 2010 1:12 AM delete

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.

Reply
avatar
January 25, 2010 10:48 AM delete

Thanks for the info, I put it to use on my blog @ http://www.DonateForHaiti.org

Reply
avatar
January 25, 2010 11:03 AM delete

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 !

Reply
avatar
January 28, 2010 8:54 AM delete

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?

Reply
avatar
January 28, 2010 9:15 AM delete

@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?

Reply
avatar
January 28, 2010 11:27 PM delete

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

Reply
avatar
January 30, 2010 3:23 AM delete

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>

Reply
avatar
January 30, 2010 9:00 AM delete

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

Reply
avatar
January 30, 2010 9:29 AM delete

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

Reply
avatar
January 30, 2010 10:06 AM delete

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

Reply
avatar
February 05, 2010 7:56 PM delete

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

Reply
avatar
February 07, 2010 10:42 AM delete

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 ?

Reply
avatar
February 07, 2010 12:05 PM delete

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

Reply
avatar
February 07, 2010 12:56 PM delete

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...

Reply
avatar
February 07, 2010 1:00 PM delete

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

Reply
avatar
February 07, 2010 1:26 PM delete

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

thank you for your encouragment...Say woof to your doggies too

Reply
avatar
February 07, 2010 2:28 PM delete

@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.

Reply
avatar
February 08, 2010 10:53 AM delete

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

Reply
avatar
February 08, 2010 11:09 AM delete

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

Reply
avatar
February 08, 2010 11:10 AM delete

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

Reply
avatar
February 09, 2010 12:06 PM delete

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

Reply
avatar
February 10, 2010 1:48 PM delete

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 :-)

Reply
avatar
February 10, 2010 1:55 PM delete

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.

Reply
avatar
February 10, 2010 2:56 PM delete

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

Reply
avatar
February 10, 2010 10:42 PM delete

@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

Reply
avatar
February 10, 2010 10:45 PM delete

@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.

Reply
avatar
February 11, 2010 9:38 AM delete

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

Reply
avatar
February 13, 2010 2:11 PM delete

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

Reply
avatar
Anonymous
February 17, 2010 2:39 PM delete

Blogger rejects meta tags but your code worked, thanks!

Reply
avatar
Anonymous
February 25, 2010 4:31 AM delete

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.

Reply
avatar
February 25, 2010 5:50 AM delete

@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.

Reply
avatar
February 28, 2010 3:36 AM delete

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.

Reply
avatar
March 13, 2010 2:38 AM delete

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 :-/

Reply
avatar
March 13, 2010 10:09 AM delete

@tenovjkt and Maryyam,
Send your blog templates via my contact page.

Reply
avatar
March 31, 2010 7:01 AM delete

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.

Reply
avatar
Help
April 08, 2010 7:53 AM delete

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

Reply
avatar
help
April 08, 2010 7:56 AM delete

and i have already expanded the widgets

Reply
avatar
BP
April 17, 2010 12:04 PM delete

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

Reply
avatar
April 23, 2010 6:56 PM delete

thanks ,thanks i was searching this trick in internet for a long time ,thanks again

Reply
avatar
April 30, 2010 5:51 AM delete

Thanks, Hope That My blog will be optimized for google search, Thank you again !

Reply
avatar
May 08, 2010 7:16 PM delete

Thanks a lot! It's so helpful,thank you!

Reply
avatar
June 08, 2010 9:27 AM delete

I cannot input 2nd part of this post...
PLZ HELP ME





This line
Plz help me...

Reply
avatar
kkk
June 08, 2010 9:29 AM delete





<a expr:href="data:
Cannot find this part..

Reply
avatar
June 08, 2010 10:55 AM delete

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.

Reply
avatar
June 09, 2010 9:39 AM delete

Can't find this line..

title='comment permalink'
PLZ HELP ME

Reply
avatar
June 10, 2010 5:00 PM delete

Hello,

first you blog is amazing & helful thanks alot for this trick...

http://bigtos.blogspot.com = Free Roms NDS GBA

Reply
avatar
July 13, 2010 9:58 AM delete

Didn't find this in Edit HTML Window.

meta content="GENERAL_DESCRIPTION_HERE" name="description"


Any suggestions please?

Reply
avatar
July 15, 2010 7:03 AM delete

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.

Reply
avatar
July 15, 2010 9:52 AM delete

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.

Reply
avatar
AH
July 15, 2010 10:49 AM delete

Hi Sai,

This is such a great site. good informations.

Reply
avatar
July 18, 2010 4:48 PM delete

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.

Reply
avatar
July 18, 2010 4:55 PM delete

Divya-where to add the dynamic meta tags?

Reply
avatar
July 19, 2010 11:40 PM delete

To add the dynamic tags, follow this tutorial:
Dynamic Meta Tas

Reply
avatar
July 23, 2010 5:50 AM delete

Thankyou so much. I applied to my new technology blog site: http://ldigita.blogspot.com

Reply
avatar
July 26, 2010 9:06 AM delete

hhe... nice tricks....... i've applied it on my blog..... thanks!!!! its great job.. i hope it works......

Reply
avatar
August 01, 2010 6:00 AM delete

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

Reply
avatar
August 01, 2010 6:11 AM delete

No need to add any URL. I have updated the post, Now simply replace the text in red with your blog's general description.

Reply
avatar
August 01, 2010 12:00 PM delete

Thanks You for this helpfull information ;;) i'am applied it on my blog coz google webmaster detect 30 duplicate meta and tittle tags ~x(

Reply
avatar
August 09, 2010 8:32 AM delete

http://alltimetv.com/livetv/zee-tv-usa/

Reply
avatar
HW
August 16, 2010 7:28 AM delete

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 == &quot;item&quot;'>
<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

Reply
avatar
August 24, 2010 2:24 PM delete

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

Reply
avatar
August 25, 2010 4:18 PM delete

Thanks a lot . You were a huge help !

Reply
avatar
September 16, 2010 8:37 AM delete

Hi Div,

I just go through your post "Duplicate Meta Description and Titles Issues In Blogger" & add this description condition in my blog but i can't find any comment text
but i also have problem in Duplicate meta descriptions & Duplicate title tags.

And in crawl error section all errors are related to label pages.........1 from these error is

http://sarkarivacancies.blogspot.com/search/label/(RBI)
URL restricted by robots.txt

please help me to solve this

thanks
jyoti

Reply
avatar
September 16, 2010 8:44 AM delete

Hey Divya why are my comment is deleted from this page

Reply
avatar
September 16, 2010 12:43 PM delete

I didin't find meta-description tag in your posts, so I think that problem will be soon out of your Google-WT account too.
For comments issue just make sure you have ticked the tick-box "Expand Widget Templates" and you will find the code.

Don't worry about the Label tags, that restriction by Robots.txt file is for your own good - that avoids content duplication. And anyways you can never edit robots file in Blogger - that's exclusively controled by Blogger.com for all blogs.

Reply
avatar
September 17, 2010 3:08 AM delete

thanks Div
I find this and add this coment text.

And now in my crawl error section there are 818 label pages error out of my 888 total posts and how can i remove or clear the error pages of label section. And how to increase my google indexed pages.

In my crawler access section always 200 success status is comes what is this? Is this are nmbr of pages google index with no errors

thanks
Jyoti

Reply
avatar
September 20, 2010 5:10 AM delete

thanks Div
I find this and add this coment text.

And now in my crawl error section there are 818 label pages error out of my 888 total posts and how can i remove or clear the error pages of label section. And how to increase my google indexed pages.

In my crawler access section always 200 success status is comes what is this? Is this are nmbr of pages google index with no errors

thanks
Jyoti

Reply
avatar
September 20, 2010 1:54 PM delete

Label pages are different from posts.
In case of posts:
The more indexed pages - the better
If around 90 of 100 posts are indexed it is considered really good.

In case of label urls, NOT even a single url should be indexed.

200 is the logarithmic language of a successful crawl.

Reply
avatar
September 21, 2010 2:23 AM delete

thanks again Divya
u r really doing a good job!

One more query to solve: In sitemap section
status: Red Cross
Type: Unknown
URL Submitted: 26
URLs in web index: 1

So how 90 from 100 posts indexed i think only 26 pages indexed from all posts and 818 are label pages and not indexed.
And how to remove this red mark from sitemap status section

thanks in advance
jyoti

Reply
avatar
September 30, 2010 3:05 AM delete

thanks again Divya
u r really doing a good job!

One more query to solve: In sitemap section
status: Red Cross
Type: Unknown
URL Submitted: 26
URLs in web index: 1

So how 90 from 100 posts indexed i think only 26 pages indexed from all posts and 818 are label pages and not indexed.
And how to remove this red mark from sitemap status section

thanks in advance
jyoti


please answer my query

Reply
avatar
September 30, 2010 3:08 AM delete

Div,

After 12 days only 2 pages are reduced in duplicate meta descriptions/title pages after applying this hack.

Why??

thanks
jyoti

Reply
avatar
September 30, 2010 3:04 PM delete

Okk, i misinterpreted ur prvs comment.
Anyways, don't worry about the label pages, they are meant NOT to be indexed. If they are indexed then they'll do all bad and no good (that's content duplication in tech. terms).

If your sitemap is showing errors, then delete it and resubmit it. Or try any other format of submitting sitemap:
http://bloggerstop.net/2008/11/blogger-help-how-to-add-sitemap-to.html?showComment=1258609702272#c5351173915910602282 (Comment #56)

Reply
avatar
October 05, 2010 1:55 PM delete

Hi Sai,

I am back for more
I just came across this post of yours and I have added the hack to my blog. The only thing is I don't understand 100% what I am doing as this is all codey stuff but I did it anyway because it sounds important enough. Are you able to quickly check the code on my blog and see if it is how it should be? That would be awesome! Thanks for this post!

www.giddyfingers.com

Marsy

Reply
avatar
October 13, 2010 11:42 AM delete

http://sarkarivacancies.blogspot.com/2010_02_16_archive.html

thanks u very much Sai,

ok i will go thru this sitemap errors and try to solve with ur help.
now new problem starts in crawl error "Not found ‎(2)‎" pls help me to solve this.
thanks again for ur answer
error pages are:--------

http://sarkarivacancies.blogspot.com/2010/03/trainee-posts-in-steel-authority-of.html

http://sarkarivacancies.blogspot.com/2010/02/department-of-food-and-civil-supplies.html

http://sarkarivacancies.blogspot.com/

http://sarkarivacancies.blogspot.com/2010_02_18_archive.html

Reply
avatar
December 16, 2010 6:54 AM delete

I have made the changes as mentioned. Now lets see what difference this makes.
One question I have for some reason my google analytics page shows 0 pages view for the last three weeks even though on my blog the page views shows daily are around 700 - 800. There are no crawl errors, no site map errors.

Reply
avatar
December 17, 2010 2:19 AM delete

Well if the problem is of Google Analytics, then just make sure that the code that they is intact in your template. TO reconfirm this, delete the current code from your template and paste it again from your G-Analytics account.

Reply
avatar
January 11, 2011 5:57 PM delete

thanks for the useful tips....my blog in 48 duplicate title tags and 2 duplicate meta description now...so hope the tips is solve the problem....

Reply
avatar
January 13, 2011 1:19 PM delete

Bravo! I found such a problem this morning. I didn't really know what to do then i forgot it at once as i really didn't know what to do. I couldn't really imagine that browsing your site would give the answer. Yes, I found it! Thanks a bunch Sai. I can't wait to see the result. I will be back soon to show you the report. Many Thanks!

Regards,
Azmee

Reply
avatar
January 16, 2011 9:19 AM delete

@Azmee

Glad I could help you
Do tell me the improvement you'll see in your blog.

Reply
avatar
January 19, 2011 8:16 AM delete

help me, i am not able to find this in my blog


<*a* expr:href='data:comment.url' title='comment permalink'>

my blog is

www.paradiseofcomics.blogspot.com


and do tell me how can i display image on title bar of my blog, like you have "s" as image. thanks..

ur blog is awesome..

using star coz of its not accepting

Reply
avatar
January 26, 2011 6:10 AM delete

I always add meta description to each posts in blogger. But still the description for the indexed post which comes in blogger is different, Any solution guys?

Reply
avatar
January 30, 2011 6:47 AM delete

How to add conditional meta tag in CLASSIC blogger template.

Reply
avatar
February 08, 2011 9:08 AM delete

Hi Divya. This is one among many things to be checked while optimising search for blogger. Check out my last post:5 Main Points To Remember While 'Blogger' SEO. As part of explaining duplicate meta tags I have linked to your post as well.

Reply
avatar
February 08, 2011 10:08 PM delete

Hello Sir,

I am really tense because of my google ranking. A month ago, my blog www.unripebeauty.blogspot.com (Adult blog. Sorry to mention the name here. But I added here for your reference) was doing very well in SERP. I was getting an average of 300 visitors with more than 1200 Page Views everyday. Many of my keywords were ranking on 1st Page in Google's SERP. But suddenly something happenes and my traffic got dropped and even the keywords lost their position to 3rd to 4th pages and some of them lose upto 200 position.

When I check the HTML Suggestions in Webmaster Tool report, it says 198 Duplicate Meta Description and 2 Duplicate Title Tags. More over Crawl Errors shows: Not Found (10), Restricted By Robots.txt (167) and unreachable (2).

According to my experience, it all starts happening after when I start addding Labels to all of my posts. Duplicate Meta Description encounter when I addded Celebrities Index section in my blog.

Now, when I search Google using the site:sitename string it shows good results but more than half posts show the same description. The pages which has Duplicate Meta Description are the Celebrities Index Pages from A to Z. I am using Labels under Celebrities Index to redirect to particular pages.

Yesterday, I have applied both the hacks described by you. But still I am in doubt that if I am doing it right way.

So you are requested to give me your few minutes and let me know what I am doing wrong. I will be highly thankful to you.

Reply
avatar
February 09, 2011 11:16 AM delete

Hi Divya,

THANKS!
With your hacks all my errors removed but more errors are come with title pages. If title heading & 1st/2nd line of post have same word is this issue duplicate title problem ??

And what happens if i remove all labels from my blog home page, with doing this all errors r remove or not and what role label words plays in SEO.

thanks & regards
jyoti

Reply
avatar
February 09, 2011 11:53 AM delete

@Rajiv,

Don't worry, all the errors you have seen in your account will go off within a few days, if you have done the above mentioned hacks correctly.
And don't worry about the "Restricted By Robots.txt (167)" urls: it is all for your good.
If the "Not Found (10)" articles are linked by someone you know or if you can contact the person, then ask them to update the links to your blog - they are most probably linking to a post that once existed on your blog, and not now.

@Rajiv and Jyoti
Once you are done with these hacks, I can assure you of 100% fix of the duplicate meta tags problem, but then a 100% fix for duplicate titles tags is not possible. But don't worry, as it won't pose such a serious effect to your SERP rankings.

Regards
Sai

Reply
avatar
February 14, 2011 9:52 AM delete

Thanks a lot for your reply. Google Webmaster Tool last updated my site on 10th February and surprisingly it removed many errors but not all.

For others I would like describe something here about Remove URL command. If any of you had removed some pages from your website and then you have use the Remove URL option in Webmaster Tool then have patience because it takes some time to remove them.

Now my website stats are: Not Found (1), Restricted By Robots.txt (503) and Unreachable (2).

I would also like to mention here that number of "Restricted By" links got increase because I have added a few more Labels to my old and new posts.

But here is still something that I want to clarify and I hope it will also help other peoples like me.

On 10th February when Google crawled or index my site it was showing Duplicate Meta Description on 179 pages instead of 198. So I thought that your hack is working but today on 14th February when Google again updated my site the Duplicate Meta Description number again increase to 211. I have added a few more post in my blog in last 4 to 5 days.

I am confuse that why is this happening again. Kindly have a deep look in my website and let me know that what is wrong.

I don't want to lose my ranking again. Because of your hack I again got my keyword position "Janet Montgomery Skins" on 4th Position in Google SERP. Where a few days before it was on 25th to 40th average position. My visitors also got increase.

But I am affraid because of Duplicate Meta Description. I am planning to remove all Labels and using Text Links instead but it is going to take ages to complete this task. I am also surprize that why Labels have this kind of problem and what is the use of them if they return Duplicate Meta Description.

Or is that I am unnecessarily worring and your hack will remove all the duplicate meta descriptions in a few days. I am worring because the number again got increase from 179 to 211.

Kindly help. I will be highly thankful to you.

Reply
avatar
February 14, 2011 1:34 PM delete

Hey Rajiv,

Do not worry at all for the "Restricted By Robots.txt" ...the number against this error doesn't matter at all, whether it is 1 or 1000.
This just shows that some of the URLs on your blog are restricted for Google bot - by Blogger.com itself. It is done so that you DO NOT face the problem of content duplication.
Bottomline: Simply IGNORE that error and there is NO NEED to remove labels from your blog.....labels help visitors and anything that helps visitors - is liked by Google.

Regarding Duplicate meta tags:
That's a serious error, and I hope you have already seen the benefits of removing that error and the problems that are caused by that.
It will take some time to completely solve this thing, but yeah during that you may see some fluctuations in the number of pages/posts with the error.

Reply
avatar
February 18, 2011 11:02 PM delete

Hi Sai, its been more than one month since I first commented on this page. I had also promised you to report the result. So sorry for reporting too late. And yes! It works and keeps working. There were about 47 duplicate meta descriptions and now it has been reduced to 5, and there were also 16 duplicate title tags and now it has been reduced to 2. I never thought before about the use of < b if cond > for this function. Thanks Sai, I am very glad 'cuz now the traffic resulted from search engine is getting increased. I have just gone blogging for about 3 months, I love HTML and CSS so much and your blog has become one of my favorite resources. You've got nice blog, and even I like the way you fight plagiarism. It inspires me much on being brave to fight plagiarists. I will surely write about this blog soon.

Regards,
Ahmad Khoirul Azmee
(just a newbie)

Reply
avatar
February 24, 2011 9:16 PM delete

Hi There,

and I thanks from my side too. Now, I can be relax because Duplicate Meta Descriptions reduce to 80 Pages as on 23 Feb 2011.

But still I am not happing with my traffic. I am continiously blogging from last 2 months and posting almost everyday. The traffic was good before but suddenly this problem occur and day by day I loose my visitors. Even my main search keyword 'Janet Montgomery' is not even in 1st 100 now.

This is for reference: My blog is nearly 2 years old but because of some circumentances I stop blogging. Then I start blogging again on 15th December. At that time my blog's ALEXA ranking was nearly 25,00,000 and in only between 2 months it gain very attractive figure of 619265. But after that Duplicate Meta Description it again rises to 648815.

In last 2 months, my average visitors were nearly 350. But nowadays the reduce to an average of 150 only.

Currently an average of 93% of blog traffic is coming from Search Engine (Not only through keywords but through Google Referral Links) and only 7% visitors are Direct Vistors.

So can you suggest some good tips to improve my visitors and how I can attract more attention of visitors and Search Engines? and I have a little doubt about the page sizes. My homepage is under 80KBs. But as per Google Webmaster Tool on 20th Feb. 2011 my site performance is "slower than 63% of sites". Whereas on 18th Feb 2011 when my homepage size was under 60KB it was showing "Faster than 60% of sites".

Because of this I am showing only 1 Post on my homepage from last 3 days. A little bit CONFUSE because of this. So please help.

Thanks and Regards.
Rajiv Kohli

Reply
avatar
March 11, 2011 2:31 AM delete

Hi Sai.

Thanks for the clear step-by-step guide! You've been very helpful. I've bookmarked your page and am crossing my fingers with the results.

Currently, the same meta description applies to my home page and the rest of my blog pages (eeek). I've followed your instructions to the dot though and will keep you posted re: duplicate tags.

Do you have any tutorial on how to add a separate meta description and title tag for other Blogger pages? I tried several workarounds suggested by other bloggers but none of them are working. What I mean to say is that after saving the changes, I keep on getting "template error" messages whenever I view my blog site.

Reply
avatar
March 11, 2011 11:26 AM delete

Hey there,

Once you are done with the modifications, just relax for a few days and you will see the results within a few days or weeks. You can yourself read the comments above, it works without exceptions.

To add meta tags to individual pages (add only to important ones), read this tutorial:
http://bloggerstop.net/2008/11/how-to-add-separate-meta-tags-for_25.html

Although there is a tutorial to add meta tags automatically to ALL your posts, but I won't recommend it to you, as it may cause another meta tags error: short meta tags (although much smaller as compared to duplicate tags):
http://bloggerstop.net/2009/04/dynamic-meta-tags-for-bloggerblogspot.html

Reply
avatar
March 16, 2011 1:30 PM delete

Sai .... Bro help me plzz ... em in a Big trouble ..... i had a Domain www.h4king.net for my hack-krishna.blogspot.com
n My Domain xpired .. i Didnt renew it ... n Now my whole rankings came Down .... What 2 Do ... Just tell me a Solution 2 fix in Google Webmaster. its not Verifying my Blog
plzz Bro help me @_@

Reply
avatar
March 16, 2011 1:48 PM delete

@Krishna,

When domain address changes, so you do lose the backlinks too. Now as the domain has been purchased by someone else, we can't do anything in that respect.
If you know people who have linked to you as "h4king" as them to change it to your blogspot address.

At Google webmaster tools, delete the h4king address, and then re-add your blogspot address from the list of your blogs (it is shown to you as soon as you log in at GWT - no need to verify i think)

Reply
avatar
March 23, 2011 6:54 PM delete

hey thanks alot Bro
well haa i didnt find dat Xact code

[a expr:href='data:comment.url' title='comment permalink']
[data:comment.timestamp/]
[/a]

ders sumthng ealted to it but little strange code in my Template .... Dunno whether i hav edited it B4 for anythng or nt .. Wat 2 Do Bro :/

Reply
avatar
March 31, 2011 9:16 AM delete

Thanks so much for this post.

I'll see the results in a couple of weeks for my page http://yoyepunto.blogspot.com with Webmaster Tools.

Thanks again!

Reply
avatar
April 18, 2011 9:37 AM delete

Hi!

I am having trouble now with this. GWT says something about issues regarding Short Meta Descriptions.

How do I fix this?

Reply
avatar
April 18, 2011 2:44 PM delete

@Nacho

If you are using Dynamic Meta Tags:
http://bloggerstop.net/2009/04/dynamic-meta-tags-for-bloggerblogspot.html

Then stop using them.

If you are using them, then click on the error, identify the pages for which the error message is being shown and then edit the meta tags for those pages, by adding some more information to them.

Reply
avatar
June 23, 2011 4:25 AM delete

Keep us updated about this I would like to hear more on this topic! Thanks and i am waiting for next post, so when it will come?

Reply
avatar
June 28, 2011 12:41 AM delete

This is great! it helped me fixed my errors on: http://www.androidsim.net/2009/08/how-to-1-how-to-install-usb-driver-on.html

Reply
avatar
July 14, 2011 2:18 PM delete

Great, I will now try it on my blog. thanks

Reply
avatar
August 13, 2011 2:48 AM delete

Thanks for this tip. Tried on my blog, hope to see some results soon.

isaactan.net

Reply
avatar
August 23, 2011 11:36 AM delete

Thank you so much. This is very useful post. I have applied these tags to my HTML. Let's see it will work for me or not.

Reply
avatar
August 28, 2011 3:17 AM delete

I hope this one will fix my issue. Thanks for your info. Bythe way is this work for blogger new Awesome template?

Reply
avatar
September 19, 2011 1:50 AM delete

Thanks for the help. Implemented this over my blog. I hope this will work and my blog traffic will get back to normal.

Reply
avatar
September 19, 2011 1:59 PM delete

hi frnd i follow what you said exactly and its been 2 months and no improvement yaar please help me to find out the solution i have 1st problem when i check my site all post are coming with same description please help me my site is http://www.getfinancialstatus.com/
computer tips and tricks

Reply
avatar
October 04, 2011 8:25 PM delete

good share. My meta tag more good than before :-*

Reply
avatar
October 06, 2011 11:45 AM delete

2 Months ago I applied these tags in my blog HTML. after 15 days or so I checked webmaster tool HTML suggestion and there was no duplicate meta description at all and My blog has got double visitors. But now, after 2 months the duplicate meta description issue is back. 4 days ago I checked Webmaster there were 15 duplicate meta descriptions and right now its 50. I checked My blog HTML, The settings were same as you told in this blog post but I think these tags are not working anymore. Kindly help me to solve this problem. Google search is also impacted by this and visitors are decreasing day by day.

Reply
avatar
October 16, 2011 11:55 AM delete

Thanks for these tips, hope to solve my duplicate meta description problems with this tutorial.

Reply
avatar
Anonymous
October 23, 2011 3:38 PM delete

Great . Used on http://locker4u.blogspot.com/

Reply
avatar
November 11, 2011 9:46 AM delete

I have meta tags for desription,keywords.

So my question is do i only need to replace description tag or keywords tag too?

Reply
avatar
November 16, 2011 3:37 AM delete

Thankyou for this posting,it was just what i needed. hope it works.

Reply
avatar
November 25, 2011 11:25 AM delete

Thank you so much Mr.Admin.. You help me a lot with your tips to fix duplicate meta description..

Reply
avatar
December 24, 2011 5:34 PM delete

nice sharing thanks a lot. about duplicate meta description is really good info

Reply
avatar
January 04, 2012 11:25 PM delete

Thanks for this wonderful trick. Let me see if this will work for me. :]

Reply
avatar
January 20, 2012 6:58 AM delete

I had same meta description for all the pages of my blog.Now i have made the changes as u said.
waiting to see the changes in search engines.
Thank you.

Reply
avatar
«Oldest   ‹Older   1 – 200 of 212   Newer›   Newest»

Comments are moderated on this blog

Allowed HTML tags: <b>, <i> and <a>

Comment Like This! and Optimize your blog EmoticonEmoticon

:)
:(
=(
^_^
:D
=D
=)D
|o|
@@,
;)
:-bd
:-d
:p
:ng