Results 1 to 7 of 7

Submitting a sitemap problem

This is a discussion on Submitting a sitemap problem within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I successfully generated my sitemap and am now attempting to submit it to google. I provided them the following link ...

  1. #1
    Member
    Real Name
    Joey
    Join Date
    Sep 2006
    Posts
    57
    Liked
    0 times

    Submitting a sitemap problem

    I successfully generated my sitemap and am now attempting to submit it to google. I provided them the following link http://domainname.com/forum/sitemap_index.xml.gz

    It detected my sitemap and then a few minutes later returned some errors about certain addresses weren't allowed. These particular address were ones that I added to to the extra-urls.txt. They are addresses of the content on my main site, not within the /forum folder.

    How can I fix this so they all get submitted successfully?

    Thanks

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello Joey,

    according to google sitemap protocol you can only add the URLs that reside on the same level as your sitemap or below, i.e. they should be starting with http://domainname.com/forum/ (http://domainname.com/page.html is not allowed in this case).
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Member
    Real Name
    Joey
    Join Date
    Sep 2006
    Posts
    57
    Liked
    0 times
    OK, having another problem. I regenerated my site map and went to the URL of the XML file. The index file is displayed but it's showing that my sitemap files are in a location that does not exist.
    Code:
    <loc>http://www.mydomain.com/forum/sitemap_1.xml.gz</loc> 
     <lastmod>2006-09-25T16:08:59+00:00</lastmod> 
    
     </sitemap>
    When I goto http://www.mydomain.com/forum/sitemap_1.xml.gz that file does not exist there. It's in the /forum/vbseo_sitemap/data folder. I know for a fact, google wont be able to download these since they dont exist.

    What am I doing wrong here?

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Similar to sitemap_index, sitemap_X.xml.gz files are stored in vbseo_sitemap/data/ folder, but can still be accessed via forums root as long as you have mod_rewrite rules in .htaccess file (default vBSEO's .htaccess already has these rules).
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Member
    Real Name
    Joey
    Join Date
    Sep 2006
    Posts
    57
    Liked
    0 times
    If that was the case, I should then be able to browse to http://www.mydomain.com/forum/sitemap_1.xml.gz and have it pull up my file correct? When I go there, the page cannot be found.

    Here is my entire /forum/.htaccess file contents.


    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums)
    #RewriteBase /
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]
    RewriteCond %{REQUEST_FILENAME}index\.php -f
    RewriteRule ^(.*)$ $1index.php [L]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteRule ^$ vbseo.php?vbseourl=index.php [L]
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]


    What am I doing wrong here?

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Yes, /forum/sitemap_1.xml.gz should work fine and it actually seems to work with your domain for me (I just tried this).
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Member
    Real Name
    Joey
    Join Date
    Sep 2006
    Posts
    57
    Liked
    0 times
    I am able to pull the sitemap up via browser now but ran into another problem. See the other thread I created.

    One day I'll get this right...LOL

Similar Threads

  1. Sitemap problem
    By vargrider in forum General Discussion
    Replies: 3
    Last Post: 05-17-2006, 07:38 AM
  2. Memory Problem:
    By TraumTeam in forum Troubleshooting
    Replies: 1
    Last Post: 04-06-2006, 09:24 AM
  3. Sitemap Generator problem
    By Todd in forum Troubleshooting
    Replies: 4
    Last Post: 02-25-2006, 03:00 PM
  4. Problem with the sitemap file
    By Toocool in forum Troubleshooting
    Replies: 3
    Last Post: 01-29-2006, 05:33 PM
  5. Problem with vbSEO Sitemap
    By psico in forum Troubleshooting
    Replies: 3
    Last Post: 11-21-2005, 10:46 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
  •