sitemap problems....go away google:)

Discussion in 'Google Sitemaps' started by chucky00, Sep 11, 2008.

  1. #1
    1 problem:
    URL restricted by robots.txt
    URLs roboted out

    my robots.txt content is
    User-agent: *
    Disallow: /
    PHP:
    still google says it's wrong:eek:
    2 problem
    verify your site
    well of course i verify all the websites when i submit them to sitemap right?
    Our system has experienced a temporary problem.
    I added the g.....html empty file still google can't see it

    3 problem
    404 error - not found www..../index.php

    i don't have an index.php or index.html file because i am redirecting the site to home.php using these lines in htaccess:
    RewriteRule ^http://www.site.com/?$ home.php [R]
    DirectoryIndex home.php

    Can anyone help me with these?thank you in advance
     
    chucky00, Sep 11, 2008 IP
  2. hubel

    hubel Grunt

    Messages:
    382
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    168
    #2
    Well your robots.txt file is wrong unless you want to block all robots from your site.

    If you want them to see it change it to

    User-agent: *

    Disallow:
     
    hubel, Sep 11, 2008 IP
  3. chucky00

    chucky00 Banned

    Messages:
    196
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thank you very much

    can you give me a hand on the 3rd problem?
    thanks
     
    chucky00, Sep 11, 2008 IP