Results 1 to 4 of 4

/sitemap.xml and forum/vbseo sitemap

This is a discussion on /sitemap.xml and forum/vbseo sitemap within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Hello, Did i do this right? I have a sitemap for the main site and one for the forum. They ...

  1. #1
    Senior Member Julio's Avatar
    Real Name
    Julio
    Join Date
    Aug 2006
    Location
    Bronx, NY
    Posts
    312
    Liked
    0 times

    /sitemap.xml and forum/vbseo sitemap

    Hello,

    Did i do this right? I have a sitemap for the main site and one for the forum. They are both in the google sitemap page.

  2. #2
    Senior Member
    Real Name
    A.D
    Join Date
    Oct 2007
    Location
    France
    Posts
    159
    Liked
    0 times
    As soon as you do not direct link to the forum/vbseo sitemap/data/ folder I think you can place the rewrite in any directory you like, on mine I have configured the rewrite in the http server root and the forum root to have my sitemap file accessible via the link website.com/sitemap_1.xml.gz and /forum/sitemap_1.xml.gz, also added both to yahoo and google master tools.

  3. #3
    Senior Member Julio's Avatar
    Real Name
    Julio
    Join Date
    Aug 2006
    Location
    Bronx, NY
    Posts
    312
    Liked
    0 times
    Mine are just /sitemap.xml and /forum/sitemap_1.xml.gz nothing in the rewrite url.

    Both are submitted to google and yahoo. In the /sitemap.xml file i have
    Code:
     
         <url>
      <loc>http://www.noobgamers.com/forum/</loc> 
     
      <priority>0.5</priority> 
     
      <changefreq>daily</changefreq> 
     
      </url>
    Should i take it off?
    Last edited by Julio; 04-16-2008 at 08:16 PM.

  4. #4
    Senior Member
    Real Name
    A.D
    Join Date
    Oct 2007
    Location
    France
    Posts
    159
    Liked
    0 times
    yes but instead of to write the .xml with only one link I would have do a new .htaccess file , you write in it
    Code:
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    this is the exact same .htaccess file you have in the forum root, then you place it in the web server root and then the same full sitemap file will be available from both location, server + forum root without the need to place and maintain updated manually any real sitemap files in your root directories because the rewrite does all the job to redirect sitemap requests in the vbseo_sitemap dir.

Similar Threads

  1. sitemap generatorun yaptığı sitemap ile roottaki sitemap
    By chaostheory_ozzy in forum Türkçe
    Replies: 15
    Last Post: 07-07-2008, 06:12 AM
  2. vBSEO Sitemap Generator generated incorrect sitemap URL
    By X1C3W5 in forum Troubleshooting
    Replies: 2
    Last Post: 01-02-2008, 11:45 AM
  3. Sitemap and non-forum content
    By robert paulson in forum General Discussion
    Replies: 1
    Last Post: 12-29-2007, 10:45 AM
  4. vBSEO Sitemap Generator 2.1 - sitemap not found
    By nyunyu in forum Troubleshooting
    Replies: 14
    Last Post: 12-11-2007, 11:27 PM
  5. Using 3rd party sitemap generator w/VBSEO sitemap
    By serphog in forum General Discussion
    Replies: 1
    Last Post: 04-12-2007, 12:50 PM

Posting Permissions

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