Page 11 of 19 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 LastLast
Results 151 to 165 of 275
Like Tree2Likes

Verifying your vBSEO Google/Yahoo Sitemap Generator is Installed Correctly

This is a discussion on Verifying your vBSEO Google/Yahoo Sitemap Generator is Installed Correctly within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; I have installed vBSEO Sitemap Generator 2.6 on my forum and i have entered to: http://www.maemoadictos.com/sitemap_index.xml.gz but dont work :S...

  1. #151
    Junior Member
    Real Name
    Miguel
    Join Date
    Jan 2010
    Posts
    24
    Liked
    0 times
    I have installed vBSEO Sitemap Generator 2.6 on my forum and i have entered to: http://www.maemoadictos.com/sitemap_index.xml.gz but dont work :S

  2. #152
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Hello Miguel,

    What are your rewrite rules in your .htaccess file?
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #153
    Junior Member
    Real Name
    Miguel
    Join Date
    Jan 2010
    Posts
    24
    Liked
    0 times
    Hi: Michael Biddle
    I have this on .htaccess
    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 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_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

  4. #154
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Hello,

    What if you remove the bottom line, does it work?
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #155
    Junior Member
    Real Name
    Miguel
    Join Date
    Jan 2010
    Posts
    24
    Liked
    0 times
    No: gives this error:
    Sitemap file not found

    Maeby is needed to generate it manually?

  6. #156
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Is your sitemap physically in your vbseo_sitemap/data folder?
    The Forum Hosting - Forum Hosting from the Forum Experts

  7. #157
    Junior Member
    Real Name
    Miguel
    Join Date
    Jan 2010
    Posts
    24
    Liked
    0 times
    No, there is no .xml file over there, only index.php and .htaccess how can i generate it manually?

  8. #158
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    It should run nightly. You can login to the vbseo_sitemap and click the manually generate link.
    The Forum Hosting - Forum Hosting from the Forum Experts

  9. #159
    Junior Member
    Real Name
    Miguel
    Join Date
    Jan 2010
    Posts
    24
    Liked
    0 times
    I dont know the password to enter over that panel, how can i change it?

  10. #160
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Quote Originally Posted by Miguel86 View Post
    I dont know the password to enter over that panel, how can i change it?
    You can change the password in your adminCP, login and under the vBSEO menu there is vBSEO sitemap settings you can change the password and a few other settings here.

    Ceri

  11. #161
    Junior Member
    Real Name
    Miguel
    Join Date
    Jan 2010
    Posts
    24
    Liked
    0 times
    Ok thanks i have entered. Only 1 question, if i have more than 50000 url which is the urls that i need to send to google? because per file can only be maximun 50000 url so need to be on different urls sitemap.

  12. #162
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Hi Miguel,

    vBSEO will split after as many URL's you set and will create a sitemap_index which is all you will need to link to in Google Webmaster tools it then links to the rest of the sitemaps for you.

    Ceri

  13. #163
    Senior Member
    Real Name
    Marvin Hlavac
    Join Date
    Oct 2007
    Posts
    233
    Liked
    13 times
    A couple of days ago I noticed a site map error in Google Webmaster Tools (picture attached bellow).

    The site map always worked fine, and I haven't don't any changes in the past week. I did change my host last month, but I think I would have noticed this error earlier if it had been caused by the move to the new host.

    Could anyone please look at my site map and tell me if it looks OK, or what could I try to correct it.

    Code:
    http://www.laptopgpsworld.com/sitemap_index.xml.gz
    Attached Thumbnails Attached Thumbnails sitemap-report.gif  

  14. #164
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Your sitemap file is working as expected
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  15. #165
    Senior Member
    Real Name
    Marvin Hlavac
    Join Date
    Oct 2007
    Posts
    233
    Liked
    13 times
    Mert, thanks. But I still wonder why Google Webmaster Tools reports the error.

    I observed that my site map, when opened in a web browser, is not formatted in a tree structure like I see it in other websites. Is this normal:

    Code:
    http://www.laptopgpsworld.com/sitemap_1.xml.gz
    Could this be the issue, or this shouldn't matter?

Page 11 of 19 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 LastLast

Similar Threads

  1. vBSEO Google/Yahoo Sitemap Generator installed?
    By ehmax in forum General Discussion
    Replies: 5
    Last Post: 12-25-2007, 09:34 PM
  2. Installed vBSEO + vBSEO Google/Yahoo Sitemap Generator v.2.0
    By Garala in forum General Discussion
    Replies: 2
    Last Post: 11-08-2007, 11:27 PM
  3. vBSEO Google/Yahoo Sitemap Generator
    By Joe Ward in forum Pre-Sales Questions
    Replies: 0
    Last Post: 05-21-2006, 05:36 PM
  4. vBSEO Google/Yahoo Sitemap Generator
    By vnjporg in forum General Discussion
    Replies: 12
    Last Post: 03-16-2006, 03:36 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
  •