Results 1 to 12 of 12

Yahoo sitemap - .htaccess

This is a discussion on Yahoo sitemap - .htaccess within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; http://www.example.com/forums/vbseo_sitemap/ Does this suppose to show my yahoo sitemap on there, because it doesn't. It lists my google http://www.sembmusclecarclub.com/for...p_index.xml.gz But ...

  1. #1
    Junior Member
    Real Name
    Erik Gaca
    Join Date
    Oct 2006
    Posts
    20
    Liked
    0 times

    Yahoo sitemap - .htaccess

    http://www.example.com/forums/vbseo_sitemap/

    Does this suppose to show my yahoo sitemap on there, because it doesn't.


    It lists my google http://www.sembmusclecarclub.com/for...p_index.xml.gz

    But not yahoo
    ---------------

    by the way I added my code:

    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml\.gz|txt))$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    like this or do I have to put "RewriteEngine On" again in there? I didn't, because it's already in the default VBSEO code

    HTML Code:
    # 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 vBulletin 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]
    Last edited by SLPLS1; 10-19-2006 at 06:58 AM.

  2. #2
    Junior Member
    Real Name
    Erik Gaca
    Join Date
    Oct 2006
    Posts
    20
    Liked
    0 times
    By the way should I submit my "http://www.sembmusclecarclub.com/forums/sitemap_index.xml.gz" sitemap to google anyways even though the hack already does it?

    I know I have to manually submit yahoo, just can't find my yahoo feed

  3. #3
    eJM
    eJM is offline
    Senior Member eJM's Avatar
    Real Name
    Jim McClain
    Join Date
    May 2006
    Location
    teh Ether
    Posts
    311
    Liked
    2 times
    Sorry I can't answer your questions, but could you please use the features of the vBulletin message editor -- the CODE tags?

    Thanks,

    Jim

  4. #4
    Junior Member
    Real Name
    Erik Gaca
    Join Date
    Oct 2006
    Posts
    20
    Liked
    0 times
    I'd appreciate it if I could get a little help on this please

  5. #5
    Junior Member
    Real Name
    Erik Gaca
    Join Date
    Oct 2006
    Posts
    20
    Liked
    0 times
    Do I have to put my actual url in here, you guys said I didn't have to do this in the install instructions...????
    HTML Code:
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

  6. #6
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Those lines are commented out, and only needed if you wish to redrect yourdomain.com to www.yourdomain.com (To keep all URLs consistent.)

    I replied to your support ticket about the Yahoo sitemaps. Your Yahoo-compatible sitemap would be located here:
    http://www.sembmusclecarclub.com/forums/urllist.txt.gz

  7. #7
    Junior Member
    Real Name
    Erik Gaca
    Join Date
    Oct 2006
    Posts
    20
    Liked
    0 times
    Yeah, but Keith doesn't the yahoo sitemap suppose to show in the ->>>> http://www.example.com/forums/vbseo_sitemap/ like google?

    Doesn't that mean something is wrong with my sitemap?

    Althought everything seems to be working alright...

    Also, should I submit my google sitemap to the google webmaster?

  8. #8
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    If you go to Show Reports List and View Detail on one of the days, it will show the URLLIST file also.

  9. #9
    Junior Member
    Real Name
    Erik Gaca
    Join Date
    Oct 2006
    Posts
    20
    Liked
    0 times
    Ok looks like yahoo isn't working, shouldn't there be urls next to urllist.txt.gz?


    Last edited by SLPLS1; 10-19-2006 at 08:45 PM.

  10. #10
    Junior Member
    Real Name
    Erik Gaca
    Join Date
    Oct 2006
    Posts
    20
    Liked
    0 times
    It's prolly because I had to authenticate my site on yahoo, then the yahoo sitemap will prolly work right?

    By the way my google sitemap said it submitted 56,890 urls, isn't that too much? I though google can only do 50,000,

    I have my settings set at 50,000 in the sitemap options, should I put it back to 20,000?
    Last edited by SLPLS1; 10-19-2006 at 09:12 PM.

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello Erik,

    you should submit your http://yourforumsroot/urllist.txt.gz sitemap to yahoo at http://submit.search.yahoo.com/free/request (yahoo login is required)

    By the way my google sitemap said it submitted 56,890 urls, isn't that too much? I though google can only do 50,000,
    Google allows up to 50,000 URLs per file and vBSEO Sitemap Generator splits your sitemap automatically to multiple files.

  12. #12
    Junior Member
    Real Name
    Erik Gaca
    Join Date
    Oct 2006
    Posts
    20
    Liked
    0 times
    just did that, should work now

Similar Threads

  1. How do I get VBSeo sitemap to notify yahoo?
    By amnesia623 in forum General Discussion
    Replies: 3
    Last Post: 10-04-2006, 06:23 PM
  2. Sitemap an Yahoo übermitteln
    By Majora in forum Deutsch
    Replies: 18
    Last Post: 08-15-2006, 10:54 AM
  3. Yahoo is not downloading sitemap
    By roadart in forum General Discussion
    Replies: 16
    Last Post: 04-17-2006, 02:44 PM
  4. Replies: 0
    Last Post: 12-17-2005, 01:11 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
  •