Results 1 to 2 of 2

Ability to add/delete URLs

This is a discussion on Ability to add/delete URLs within the Sitemap Features Archive forums, part of the vBulletin Links & Resources category; I'm using the vbadvanced & my sitemap keeps showing index.php?home because I have to define it in... someplace It had ...

  1. #1
    Member
    Join Date
    Jan 2006
    Posts
    32
    Liked
    0 times

    Ability to add/delete URLs

    I'm using the vbadvanced
    & my sitemap keeps showing
    index.php?home
    because I have to define it in... someplace

    It had me thinking
    I'm love it if we could manually add a few URLs
    to the sitemap
    or tell it to not include a few...
    IDN Forums - The latest thing in domaining
    Powered by vbSEO

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

    you can add any non-included URLs to the sitemap by manually editing the "extra-urls.txt" file.

    As for vba pages exlusion, you can do that by modifying the vbseo_sm_vba.php addon code in the following way:
    FIND:
    while ($mod = $db->fetch_array($mods))
    ADD BELOW:
    if($mod['name']!='home')

Similar Threads

  1. Sitemap generating a lot more urls
    By poprulz in forum Troubleshooting
    Replies: 13
    Last Post: 02-28-2007, 04:15 PM
  2. Google Sitemap-Listing of old url's option-from 1.7
    By T2DMan in forum Member Articles
    Replies: 0
    Last Post: 04-02-2006, 08:46 AM
  3. what to do with old urls?
    By Jonathan in forum General Discussion
    Replies: 6
    Last Post: 08-04-2005, 03:57 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
  •