On Dec 20, 8:28 pm, hellalt wrote:
> could u tell me what the code is and where to add it exactly to keep
> google away from my archive??
> On Dec 14, 3:38 pm, boots71 wrote:
> > On Dec 9, 7:12 am, The Home Equity Theft Reporter wrote:
> > > I think I have a similar problem.
> > > I run The Home Equity Theft Reporter (http://
> > > HomeEquityTheft.blogspot.com).
> > > My uniquepostpagesaren't showing up on Google either.
> > > I have the following search command for a link appearing on the
> > > sidebar on the right side of my blogpages(the words linked are "The
> > > Home Equity Theft Reporter"):
> > >http://blogsearch.google.com/blogsearch?as_q=&num=100&hl=en&ctz=300&c...
> > > Clicking this link allows the reader to do a "Google Blog Search" of
> > > all the uniquepostpageson my blog, and generates a list of titles
> > > of practically all the blog posts on my blog.
> > > I've clicked this link for the last couple of days and the search
> > > returnspostpagesfrom my blog up through 12/5/07. Up to 12/5, I've
> > > had no problem. Beginning on 12/6/07, however, none of my unique posts
> > >pagesare returned on this search. I've put up 24 posts during this
> > > time. It used to be that after publishing apost, it would take less
> > > than an hour for thepostto show up when doing this "Google Blog
> > > Search." Now, none of theposttitles are showing up.
> > > I've also done a general "Google Web Search" for a selcted number of
> > > the unique posts I've published since 12/6/07, and they are not
> > > showing up on the results of the general "Google Web Search" either.
> > > Thanks in advance if there's anyone out there who can shed light on
> > > this problem.
> > > The Home Equity Theft Reporter
> > > On Dec 8, 9:41 pm, hellalt wrote:
> > > > hey there
> > > > i runhttp://electrogothic.blogspot.com/
> > > > since the last week my last uniquepostpagesare no loger indexed by
> > > > google.
> > > > i have enablepostpagesset to yes and archiving to weekly
> > > > ipostaround 25 posts per week.
> > > > up till last week my uniquepostpageswere indexed in google
> > > > since last week when i posted around 35 posts none of their unique
> > > > page was indexed by google.
> > > > i only get google index for my main page electrogothic.blogspot.com or
> > > > for archivepageslikehttp://electrogothic.blogspot.com/2007_12_02_archive.html.
> > > > not only that but also some of the posts i ve posted earlier seem to
> > > > appear in google only in archivepageslikehttp://electrogothic.blogspot.com/2007_11_25_archive.htmlorhttp://ele...
> > > > i really dont get it.
> > > > please help me
> > > > my traffic rank dropped 80% due to uniquepostpagesnot appearing in
> > > > google anymore.
> > Hello. You may want to set your archivespagesto "no archives" in the
> > blogger settings. Classic example of duplicate content. Google
> > indexes your archives instead of thepostpages(they're identical).
> > Also, you may want to keep archives
> > settings and include the noindex tag into the code so that Googlebot
> > does not index the archivespages...
1. Go to your HTML Editor for your blog on blogger dashboard.
2. Find this line of code;
<head>
3. then copy this code below, and paste them right after the code
above;
<b:if cond='data:blog.pageType == "archive"'><meta
content='noindex,follow' name='robots'/></b:if><b:if
cond='data:blog.pageType == "index"'><b:if cond='data:blog.url !=
data:blog.homepageUrl'><meta content='noindex,follow' name='robots'/></
b:if></b:if>
so it will looks like this below;
<head><b:if cond='data:blog.pageType == "archive"'><meta
content='noindex,follow' name='robots'/></b:if><b:if
cond='data:blog.pageType == "index"'><b:if cond='data:blog.url !=
data:blog.homepageUrl'><meta content='noindex,follow' name='robots'/></
b:if></b:if>
4. save your template
5. refresh your blog and done.
to see if you did it or not, just view the html source code of your
categories page on your site, if you see this line, then it means you
did it. if not, please try again all the steps above.
just please remember to always backup your templates first before make
any changing or modifying.