Page 1 of 2 1 2 LastLast
Results 1 to 15 of 28

I'm lost...

This is a discussion on I'm lost... within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I have installed 1.7 and when I go to submit my sitemap to Google it wants me to either upload ...

  1. #1
    Senior Member
    Real Name
    John
    Join Date
    Aug 2005
    Posts
    121
    Liked
    0 times

    I'm lost...

    I have installed 1.7 and when I go to submit my sitemap to Google it wants me to either upload a html file they generate or a meta tag. How am I supposed to submit the files that vbseo provides?
    Transverse Styles - Exceptional Forum Creations

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    That's just to verify that you own the site. Follow those directions first, then you can Add Sitemaps.

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    The html file is required for "site verification" only, and that allows you to see google crawling stats and other useful details.

    For the sitemap submission you should open http://www.google.com/webmasters/sitemaps/siteoverview and:
    1. Submit "http://www.yourforumsroot/" in the "Add Site" input field
    2. Click "Add a Sitemap" link in the sites list table and provide http://www.yourforumsroot/sitemap_index.xml.gz as sitemap URL.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #4
    Senior Member
    Real Name
    John
    Join Date
    Aug 2005
    Posts
    121
    Liked
    0 times
    so the sitemap_index.xml.gz file needs to be in the forum root rather than the vbseo_sitemap/data folder?
    Transverse Styles - Exceptional Forum Creations

  5. #5
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    No, the .htaccess rule makes it *appear* to be in the forum root. The forum root URL/path is the one you submit, and it should find it.

  6. #6
    Senior Member
    Real Name
    John
    Join Date
    Aug 2005
    Posts
    121
    Liked
    0 times
    Okay thanks, I will check back here if it returns any errors once it checks status. I take it 1.7 works with version 3.6.2?
    Transverse Styles - Exceptional Forum Creations

  7. #7
    Senior Member BamaStangGuy's Avatar
    Real Name
    Brent Wilson
    Join Date
    Aug 2005
    Location
    Huntsville, Alabama
    Posts
    2,483
    Liked
    0 times
    Yes it works fine

  8. #8
    Senior Member
    Real Name
    John
    Join Date
    Aug 2005
    Posts
    121
    Liked
    0 times
    hmmm...Google returned a 404 not found error. I have edited the .htaccess file as directed...any thoughts?
    Transverse Styles - Exceptional Forum Creations

  9. #9
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    If you're using vBSEO, you don't need to edit the .htaccess, since the Sitemap rule is already included.

  10. #10
    Senior Member
    Real Name
    John
    Join Date
    Aug 2005
    Posts
    121
    Liked
    0 times
    Quote Originally Posted by Keith Cohen View Post
    If you're using vBSEO, you don't need to edit the .htaccess, since the Sitemap rule is already included.
    okay, made that correction and resubmitted the sitemap and now I get this error from google:

    Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit.
    Transverse Styles - Exceptional Forum Creations

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Do you have default vBSEO .htaccess file in your forums root or it is modified somehow?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #12
    Senior Member
    Real Name
    John
    Join Date
    Aug 2005
    Posts
    121
    Liked
    0 times
    The only modifications are some rewrite rules to redirect some hotlinkers
    Transverse Styles - Exceptional Forum Creations

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please post your .htaccess here
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  14. #14
    Senior Member
    Real Name
    John
    Join Date
    Aug 2005
    Posts
    121
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Please post your .htaccess here
    here it is:

    # 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]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    Options +FollowSymlinks
    RewriteEngine On
    RewriteCond %{HTTP_REFERER} ^vbguys - Home
    RewriteRule /* cowlist Landing Page [R,L]
    RewriteCond %{HTTP_REFERER} ^vBulletin.net.ru
    RewriteRule /* cowlist Landing Page [R,L]
    RewriteCond %{HTTP_REFERER} ^anonym.to | Anonym surfen und anonym Email versenden
    RewriteRule /* cowlist Landing Page [R,L]
    RewriteCond %{HTTP_REFERER} ^Blizzard Sector - Powered by vBulletin
    RewriteRule /* cowlist Landing Page [R,L]
    RewriteCond %{HTTP_REFERER} ^MJ Türkiye - Ýçerik Yönetim Sistemleri - Türkiyenin CMS Uzmaný
    RewriteRule /* cowlist Landing Page [R,L]
    RewriteCond %{HTTP_REFERER} ^美雅ä¸*文网
    RewriteRule /* cowlist Landing Page [R,L]
    RewriteCond %{HTTP_REFERER} ^HybRiD-Soft // v4
    RewriteRule /* cowlist Landing Page [R,L]
    RewriteCond %{HTTP_REFERER} ^T-Warez (Powered by Invision Power Board)
    RewriteRule /* cowlist Landing Page [R,L]
    RewriteCond %{HTTP_REFERER} ^::+: ãÌãæÚÉ ÊÑÇíÏäÊ ÇáÚÑÈíå :+::
    RewriteRule /* cowlist Landing Page [R,L]
    Transverse Styles - Exceptional Forum Creations

  15. #15
    Senior Member TECK's Avatar
    Real Name
    Floren Munteanu
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    788
    Liked
    0 times
    Blog Entries
    2
    Isn't Cowlist.com violates the vBSEO EULA? No adult sites related.
    So the others links... ?
    This is a pirate site for vBulletin, people discuss about nulled versions etc.:
    vBGuys (Powered by Invision Power Board)

    Reported.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. I'm lost... losing 1000's of indexed pages on google.
    By Corey in forum General Discussion
    Replies: 8
    Last Post: 05-25-2006, 10:04 AM
  2. Lost connection
    By Ghostsuit in forum Troubleshooting
    Replies: 2
    Last Post: 03-07-2006, 04:37 PM
  3. lost google ranking :(
    By piepo in forum Analysis: Traffic & SERPS
    Replies: 3
    Last Post: 01-07-2006, 05:19 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
  •