Page 9 of 19 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 LastLast
Results 121 to 135 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; Originally Posted by Michael Biddle Without having the mod rewrite, your sitemap generator will not work. Also, your board still ...

  1. #121
    Junior Member
    Real Name
    Charles Lee
    Join Date
    Apr 2009
    Posts
    5
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    Without having the mod rewrite, your sitemap generator will not work. Also, your board still does not have the SEOd URLs. I would open a ticket with FTP and admincp access to troubleshoot your issue.
    Alright I opened a ticket this morning!

    Hopefully I will be able to get things up and running soon.

    Thanks.

  2. #122
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Responded to the ticket.
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #123
    Senior Member
    Real Name
    Darko
    Join Date
    Apr 2009
    Posts
    167
    Liked
    0 times
    How to regenerate sitemap?
    I can see someone said control panel /vbseo_sitemap/ but I am not finding this . Can someone be more specific?

    Thank you

    EDIT:

    Oh, I found it

  4. #124
    Member
    Real Name
    Jon
    Join Date
    Aug 2009
    Posts
    72
    Liked
    0 times
    Can anyone answer this - how often should I regenerate my site map - or does it get done automatically and thus I can now forget about it?

    Thanks in advance.

  5. #125
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Quote Originally Posted by systemsfortraders View Post
    Can anyone answer this - how often should I regenerate my site map - or does it get done automatically and thus I can now forget about it?

    Thanks in advance.
    Generate your sitemap manually for first time and then vBSEO Sitemap will generate your sitemap automatically

  6. #126
    Member
    Real Name
    Jon
    Join Date
    Aug 2009
    Posts
    72
    Liked
    0 times
    Thanks - done that and added it to Google webmaster tools too. I assume Google periodically looks for the new file too rather than having to be told - e.g. I don't have to update Google webmaster tools every week or so do I ?

    Thanks again and sorry I should have covered this question in the original one !

  7. #127
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Quote Originally Posted by systemsfortraders View Post
    Thanks - done that and added it to Google webmaster tools too. I assume Google periodically looks for the new file too rather than having to be told - e.g. I don't have to update Google webmaster tools every week or so do I ?

    Thanks again and sorry I should have covered this question in the original one !
    vBSEO Sitemap will notify all search engines with your new sitemap

  8. #128
    Member
    Real Name
    Jon
    Join Date
    Aug 2009
    Posts
    72
    Liked
    0 times
    Thanks

  9. #129
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    You are welcome

  10. #130
    Junior Member
    Real Name
    palooo
    Join Date
    Oct 2008
    Posts
    2
    Liked
    0 times
    welcome

  11. #131
    Junior Member
    Real Name
    David Wallace
    Join Date
    Jul 2009
    Posts
    4
    Liked
    0 times

    .htaccess causing problems?

    Hi,

    I ahve been scratching my head on this for a dew days
    The sitemap generates ok and i get a email telling me about it, but I cannot access it in the forum root and nor can google

    its a linux server, modrewrite is supported

    this is my .htaccess file - any ideas?

    # 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 /vbuploadfiles/

    RewriteCond %{HTTP_HOST} !^Millennium Divers Club
    RewriteRule (.*) http://www.millenniumdivers.org/vbuploadfiles/$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]

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

    make sure that you have 0755 permissions set for vbseo_sitemap/ folder.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  13. #133
    Junior Member
    Real Name
    David Wallace
    Join Date
    Jul 2009
    Posts
    4
    Liked
    0 times
    Fantastic

    thanks

  14. #134
    Junior Member
    Real Name
    Mataz
    Join Date
    Aug 2009
    Posts
    11
    Liked
    0 times
    when I went to the sitemap's link on my browser it didn't download?

    how can I fix this
    thank you

  15. #135
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Quote Originally Posted by CIGAROO View Post
    when I went to the sitemap's link on my browser it didn't download?

    how can I fix this
    thank you
    What's your forum URL ? So I can check your sitemap

Page 9 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
  •