WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Search Engines > Google Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Google Discussion Forum Google Discussion forum is for topics specifically related to Google. There is a subforum dedicated to AdSense/AdWords subjects.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-17-2006, 05:49 PM
Curious George Curious George is offline
WebProWorld Pro
 

Join Date: Feb 2004
Location: Washington DC Metro Area
Posts: 114
Curious George RepRank 0
Default .Site Not Indexed in Google In Two Years

Hi Friends,

I created an e-commerce site for a friend about 2 years ago. The site for reasons beyond my comprehension has NOT gotten indexed by almighty Google. The site stats shows that the last time Googlebot crawled the site was August 17th (earlier today). The domain is in good standing - not banned or blacklisted. I have not experience this before with any site I have worked on.

I hope someone here can help resolve this Google mystery. I look forward to useful insight on what can be done to get out of this sticky mess.
Thanks!

Curious George
__________________
Curiousity kills the cat but not George .

International Gallery of Arts
metro-find.com
Network Equipment Sales
Reply With Quote
  #2 (permalink)  
Old 08-17-2006, 07:58 PM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,987
Webnauts RepRank 3Webnauts RepRank 3
Default

Can you tell us the URL so we can have a closer look?
Reply With Quote
  #3 (permalink)  
Old 08-17-2006, 08:08 PM
Curious George Curious George is offline
WebProWorld Pro
 

Join Date: Feb 2004
Location: Washington DC Metro Area
Posts: 114
Curious George RepRank 0
Default

Quote:
Originally Posted by Webnauts
Can you tell us the URL so we can have a closer look?
It is neswarehouse.com.

Thanks!

George
__________________
Curiousity kills the cat but not George .

International Gallery of Arts
metro-find.com
Network Equipment Sales
Reply With Quote
  #4 (permalink)  
Old 08-17-2006, 08:22 PM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,987
Webnauts RepRank 3Webnauts RepRank 3
Default

George I do not know the structure of your site. Could it be that you are excluding things you shoulnd't in your robots.txt?

User-Agent: *
Disallow: /admin/
Disallow: /download/
Disallow: /includes/
Disallow: /template/
Disallow: /templates/
Reply With Quote
  #5 (permalink)  
Old 08-17-2006, 08:27 PM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,987
Webnauts RepRank 3Webnauts RepRank 3
Default

I also see that you are spamming with your keywords meta tags, as they are not relevant to the content.

I would suggest you anyway to check your pages and fix all that.

Here are two useful tools for that:

1. http://www.submitexpress.com/analyzer/
2. http://www.webnauts.net/check.html#int-seo
Reply With Quote
  #6 (permalink)  
Old 08-17-2006, 08:35 PM
Curious George Curious George is offline
WebProWorld Pro
 

Join Date: Feb 2004
Location: Washington DC Metro Area
Posts: 114
Curious George RepRank 0
Default

Quote:
Originally Posted by Webnauts
George I do not know the structure of your site. Could it be that you are excluding things you shoulnd't in your robots.txt?

User-Agent: *
Disallow: /admin/
Disallow: /download/
Disallow: /includes/
Disallow: /template/
Disallow: /templates/
The robots.txt file was just add this afternoon.

Thanks!

George
__________________
Curiousity kills the cat but not George .

International Gallery of Arts
metro-find.com
Network Equipment Sales
Reply With Quote
  #7 (permalink)  
Old 08-17-2006, 09:15 PM
google junky google junky is offline
WebProWorld Veteran
 

Join Date: Jun 2004
Location: Indiana
Posts: 484
google junky RepRank 0
Default

W3C validation can't even get past line 1 which is your DOCTYPE.
The DOCTYPE is not writtem correctly.

Code:
Currently as 
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

Should be
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

If you want to do it the way it is really supposed to be then use this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
When selecting to view the cource using W3C it shows there is none.
Try adding the correct DOCTYPE and then we will see where to go from there.

This HTML tag is a new one on me.
Code:
<html dir="ltr" lang="en">
What is the purpose of this rather than just using <html>?


This line is not written as HTML.
<META name="verify-v1" content="VSliQfXoKlRcH+wImt5FfmqKq1WhVlQpv9Ci3mWX8 70=" />
The forward slash doesn't belong.
I'm not quite sure what this line is for either.
Reply With Quote
  #8 (permalink)  
Old 08-17-2006, 09:36 PM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,987
Webnauts RepRank 3Webnauts RepRank 3
Default

Google Junky,

this <html dir="LTR" lang="en"> is correct.

The dir="LTR means "left to right" which is redudant though.

The lang="en" is required. That is for sure correct.

But!!! I found on the page 68 markup errors and 23 warnings. And for sure the page is not an HTML document. I do not want to start a discussion here if Search Engines care about that or not (I guess you know why), but I would seriously suggest that the pages must be fixed.

Here are some tools to start with: http://www.webnauts.net/check.html
Reply With Quote
  #9 (permalink)  
Old 08-17-2006, 11:25 PM
Curious George Curious George is offline
WebProWorld Pro
 

Join Date: Feb 2004
Location: Washington DC Metro Area
Posts: 114
Curious George RepRank 0
Default

Quote:
Originally Posted by google junky
This line is not written as HTML.
<META name="verify-v1" content="VSliQfXoKlRcH+wImt5FfmqKq1WhVlQpv9Ci3mWX8 70=" />
The forward slash doesn't belong.
I'm not quite sure what this line is for either.
That is validation tag generated by Google. I only inserted it into the file.

Thanks!

George
__________________
Curiousity kills the cat but not George .

International Gallery of Arts
metro-find.com
Network Equipment Sales
Reply With Quote
  #10 (permalink)  
Old 08-17-2006, 11:35 PM
google junky google junky is offline
WebProWorld Veteran
 

Join Date: Jun 2004
Location: Indiana
Posts: 484
google junky RepRank 0
Default

Let me know when you have fixed those errros and I'll check back.
So far I still see the DOCTYPE wrong
Reply With Quote
  #11 (permalink)  
Old 08-18-2006, 08:00 AM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,987
Webnauts RepRank 3Webnauts RepRank 3
Default

I will check again too when errors are gone.
Reply With Quote
  #12 (permalink)  
Old 10-25-2006, 11:02 AM
Curious George Curious George is offline
WebProWorld Pro
 

Join Date: Feb 2004
Location: Washington DC Metro Area
Posts: 114
Curious George RepRank 0
Default

The issue has been resolved.

It was caused by the site being cloaked from Google and MSN bots. I have enabled the sessions by search engine bots. I guess if a bot couldn't start a session, it won't have anything to index.

I used cloaking detector found at http://www.linkvendor.com/seo-tools/...-detector.html to test the change. Before the change, "the site in Google view" section of the page was blank. It meant that the site was cloaked from Google and probably MSN Live.

The site now appears in Google's SERP. I am still waiting for MSN Live to update their index as well.

I appreciate all your assistance.

Thanks!

Curious George
__________________
Curiousity kills the cat but not George .

International Gallery of Arts
metro-find.com
Network Equipment Sales
Reply With Quote
Reply

  WebProWorld > Search Engines > Google Discussion Forum
Tags: google, indexed, site, two, years



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Search Engine Friendly URLs by vBSEO 3.0.0