Submit Your Article Forum Rules

Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: .Site Not Indexed in Google In Two Years

  1. #1
    Senior Member
    Join Date
    Feb 2004
    Posts
    111

    .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
    RackXpress.com
    Network Equipment Sales

  2. #2
    WebProWorld MVP Webnauts's Avatar
    Join Date
    Aug 2003
    Location
    European Community
    Posts
    9,028
    Can you tell us the URL so we can have a closer look?

  3. #3
    Senior Member
    Join Date
    Feb 2004
    Posts
    111
    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
    RackXpress.com
    Network Equipment Sales

  4. #4
    WebProWorld MVP Webnauts's Avatar
    Join Date
    Aug 2003
    Location
    European Community
    Posts
    9,028
    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/

  5. #5
    WebProWorld MVP Webnauts's Avatar
    Join Date
    Aug 2003
    Location
    European Community
    Posts
    9,028
    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

  6. #6
    Senior Member
    Join Date
    Feb 2004
    Posts
    111
    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
    RackXpress.com
    Network Equipment Sales

  7. #7
    Senior Member
    Join Date
    Jun 2004
    Posts
    577
    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.

  8. #8
    WebProWorld MVP Webnauts's Avatar
    Join Date
    Aug 2003
    Location
    European Community
    Posts
    9,028
    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

  9. #9
    Senior Member
    Join Date
    Feb 2004
    Posts
    111
    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
    RackXpress.com
    Network Equipment Sales

  10. #10
    Senior Member
    Join Date
    Jun 2004
    Posts
    577
    Let me know when you have fixed those errros and I'll check back.
    So far I still see the DOCTYPE wrong

Page 1 of 2 12 LastLast

Similar Threads

  1. Google never has indexed my site
    By johnnie2130 in forum Google Discussion Forum
    Replies: 31
    Last Post: 07-02-2007, 12:22 AM
  2. Site not indexed in Google and Yahoo
    By rupalis in forum Search Engine Optimization Forum
    Replies: 1
    Last Post: 05-25-2005, 03:14 AM
  3. PLEASE HELP: Site de-indexed from Google?
    By buddhu in forum Google Discussion Forum
    Replies: 7
    Last Post: 01-09-2005, 04:23 PM
  4. Google just indexed one page of my site!
    By megame in forum Google Discussion Forum
    Replies: 4
    Last Post: 11-29-2004, 09:45 AM
  5. High Rankings and Indexed for 4 years now gone.
    By sross in forum Yahoo! Discussion Forum
    Replies: 0
    Last Post: 11-05-2004, 09:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •