Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Discussions > Publishing Trouble > post pages dont get indexed my google any more!!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
hellalt  
View profile  
 More options Dec 8 2007, 9:41 pm
From: hellalt
Date: Sat, 8 Dec 2007 18:41:31 -0800 (PST)
Local: Sat, Dec 8 2007 9:41 pm
Subject: post pages dont get indexed my google any more!!
hey there
i run http://electrogothic.blogspot.com/
since the last week my last unique post pages are no loger indexed by
google.
i have enable post pages set to yes and archiving to weekly
i post around 25 posts per week.
up till last week my unique post pages were 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 archive pages like http://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 archive pages like
http://electrogothic.blogspot.com/2007_11_25_archive.html or
http://electrogothic.blogspot.com/2007_11_18_archive.html
i really dont get it.
please help me
my traffic rank dropped 80% due to unique post pages not appearing in
google anymore.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hellalt  
View profile  
 More options Dec 9 2007, 9:58 am
From: hellalt
Date: Sun, 9 Dec 2007 06:58:39 -0800 (PST)
Local: Sun, Dec 9 2007 9:58 am
Subject: Re: post pages dont get indexed my google any more!!
help someone?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
The Home Equity Theft Reporter  
View profile  
 More options Dec 9 2007, 10:12 am
From: The Home Equity Theft Reporter
Date: Sun, 9 Dec 2007 07:12:49 -0800 (PST)
Local: Sun, Dec 9 2007 10:12 am
Subject: Re: post pages dont get indexed my google any more!!
I think I have a similar problem.

I run The Home Equity Theft Reporter (http://
HomeEquityTheft.blogspot.com).

My unique post pages aren'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 blog pages (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 unique post pages on 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
returns post pages from 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
pages are returned on this search. I've put up 24 posts during this
time. It used to be that after publishing a post, it would take less
than an hour for the post to show up when doing this "Google Blog
Search." Now, none of the post titles 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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
boots71  
View profile  
 More options Dec 14 2007, 8:38 am
From: boots71
Date: Fri, 14 Dec 2007 05:38:27 -0800 (PST)
Local: Fri, Dec 14 2007 8:38 am
Subject: Re: post pages dont get indexed my google any more!!

On Dec 9, 7:12 am, The Home Equity Theft Reporter wrote:

Hello. You may want to set your archives pages to "no archives" in the
blogger settings.  Classic example of duplicate content.  Google
indexes your archives instead of the post pages(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 archives pages...

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hellalt  
View profile  
 More options Dec 20 2007, 11:28 pm
From: hellalt
Date: Thu, 20 Dec 2007 20:28:44 -0800 (PST)
Local: Thurs, Dec 20 2007 11:28 pm
Subject: Re: post pages dont get indexed my google any more!!
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
boots711  
View profile  
 More options Dec 28 2007, 8:05 pm
From: boots711
Date: Fri, 28 Dec 2007 17:05:26 -0800 (PST)
Local: Fri, Dec 28 2007 8:05 pm
Subject: Re: post pages dont get indexed my google any more!!

On Dec 20, 8:28 pm, hellalt wrote:

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »