Results 1 to 12 of 12

Sitemap setup

This is a discussion on Sitemap setup within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I'm not getting any reports from my sitemap generator. Any advice?...

  1. #1
    Junior Member
    Real Name
    Tim
    Join Date
    Feb 2007
    Posts
    19
    Liked
    0 times

    Sitemap setup

    I'm not getting any reports from my sitemap generator. Any advice?

  2. #2
    Senior Member
    Real Name
    Michael
    Join Date
    Oct 2005
    Posts
    1,755
    Liked
    1 times
    Blog Entries
    1
    Need a little more information

    For starters, what version of the sitemap are you using? I would downoad the latest version, available in the downloads section here, to make sure you have the latest build of version 1.7.

    Other than that, What reports are you not getting, and do you have vbseo installed as well?

  3. #3
    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
    Another question is did you define which e-mails you want to receive the e-mails from vbulletin settings >> vBSEO Yahoo and Google Sitemap setting ?
    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

  4. #4
    Junior Member
    Real Name
    Tim
    Join Date
    Feb 2007
    Posts
    19
    Liked
    0 times
    Sorry about the lack of information. I'm running vBulletin 3.6.4, vBSEO 3.0.0 RC8 and Sitemap Generator 1.7.

    I followed the installation instructions in the "read me" for Sitemap Generator but left out the following 2 steps because I was told if I was running vBulletin 3.6.x I would not need to do them.

    Open your 'vbroot/.htaccess' file and enter the following code:Apache and mod_rewrite
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

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

    lighthttpd
    url.rewrite-once = ( "^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" )
    D. To Configure:
    1. Go to your ADMIN CP > vBulletin Options > vBSEO Google/Yahoo Sitemap Generator
    2. Edit your settings as desired
    3. Important: Enter your Direct Script Run Code (this is also your password for your automated reports)
    4. Go to your ADMIN CP > Scheduled Tasks > Add New Scheduled Task
    5. Edit new task options:
    • Title: vBSEO - Create Google/Yahoo Sitemap
    • Filename: ./vbseo_sitemap/vbseo_sitemap.php
    • Set task schedule according to your forums activity. For instance, to generate a daily sitemap at 2AM set:
      • Day of the Week: *
      • Day of the Month: *
      • Hour: 2 (or any other)
      • Minute: 0 - - -
    I'm really new to this and don't know a whole lot about it but I'm learning. I did enter an e-mail address in Sitemap Generator settings in Vbulletin but I'm really not sure what everything else should be set to.

    Thanks for all the help from a very confused newbie

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

    I did enter an e-mail address in Sitemap Generator settings in Vbulletin but I'm really not sure what everything else should be set to.
    do you see the reports via vbseo_sitemap/ interface though?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Junior Member
    Real Name
    Tim
    Join Date
    Feb 2007
    Posts
    19
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,



    do you see the reports via vbseo_sitemap/ interface though?
    These are all the options I see for the sitemap generator. Sorry to sound so dumb with this stuff but I really don't know much about this but I really am trying to learn.






  7. #7
    Senior Member BamaStangGuy's Avatar
    Real Name
    Brent Wilson
    Join Date
    Aug 2005
    Location
    Huntsville, Alabama
    Posts
    2,483
    Liked
    0 times
    You need to go to

    http://www.yourdomain.com/yourforumfolder/vbseo_sitemap/

  8. #8
    Senior Member
    Real Name
    P
    Join Date
    Mar 2007
    Posts
    121
    Liked
    0 times

    403 error: vbseo_sitemap

    I get the following 403 message when I want to access


    You don't have permission to access /vbseo_sitemap/ on this server.

    Where do I have to make changes? in htaccess? If yes, where there?

  9. #9
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Try adding index.php to the end.

    http://yourforumurl/vbseo_sitemap/index.php

  10. #10
    Senior Member
    Real Name
    P
    Join Date
    Mar 2007
    Posts
    121
    Liked
    0 times
    Still the same error :(

  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 .htaccess file in vbseo_sitemap/ folder? If so, you should remove it.
    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
    P
    Join Date
    Mar 2007
    Posts
    121
    Liked
    0 times
    yes..now it works...thank you

Similar Threads

  1. vbSEO Sitemap - Google Setup
    By interfx in forum Troubleshooting
    Replies: 2
    Last Post: 03-04-2007, 08:51 AM
  2. Google Sitemap Error
    By Exitilus in forum Troubleshooting
    Replies: 3
    Last Post: 01-18-2007, 05:23 PM
  3. Memory Problem:
    By TraumTeam in forum Troubleshooting
    Replies: 1
    Last Post: 04-06-2006, 09:24 AM
  4. Replies: 0
    Last Post: 12-17-2005, 02:11 PM
  5. Problem with sitemap setup via cpanel cron
    By s2kinteg916 in forum General Discussion
    Replies: 7
    Last Post: 12-14-2005, 12:38 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
  •