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

Contradicting Sitemaps?

This is a discussion on Contradicting Sitemaps? within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; I have a question regarding contradicting sitemaps.. I am creating a sitemap for my site's root directory. It would only ...

  1. #1
    EGS
    EGS is offline
    Senior Member EGS's Avatar
    Real Name
    Justice McCay
    Join Date
    May 2008
    Location
    New Jersey
    Posts
    117
    Liked
    0 times
    Blog Entries
    1

    Question Contradicting Sitemaps?

    I have a question regarding contradicting sitemaps..

    I am creating a sitemap for my site's root directory. It would only make sense to include my forum's directory within that sitemap (/forum).

    I am thinking of setting that directory's priority to 0.7, however, I noticed that vBSEO's sitemap plugin has the priority of the forum set (within the forum's directory with the sitemap that it creates) set to 1.0.

    If I set the forum directory within my root sitemap's priority to 0.7, will it contradict the forum directory's sitemap and its priorities?

    How shall I do this? Should I just put the sitemap in my root sitemap for further reference instead, ie do <sitemap> instead of <url> for the sitemap and its priorities?

    Urgent response would be appreciated.
    Thanks.

  2. #2
    EGS
    EGS is offline
    Senior Member EGS's Avatar
    Real Name
    Justice McCay
    Join Date
    May 2008
    Location
    New Jersey
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    ..anyone?

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    I don't think this is a problem. You can find more details on priority attribute here: sitemaps.org - Protocol

  4. #4
    EGS
    EGS is offline
    Senior Member EGS's Avatar
    Real Name
    Justice McCay
    Join Date
    May 2008
    Location
    New Jersey
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    Quote Originally Posted by Oleg Ignatiuk View Post
    I don't think this is a problem. You can find more details on priority attribute here: sitemaps.org - Protocol
    Should I just set the priority of the forum directory or should I set the sitemap setting for the forum directory.

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    I would set the same priority for forum in both sitemaps.

  6. #6
    EGS
    EGS is offline
    Senior Member EGS's Avatar
    Real Name
    Justice McCay
    Join Date
    May 2008
    Location
    New Jersey
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    Quote Originally Posted by Oleg Ignatiuk View Post
    I would set the same priority for forum in both sitemaps.
    What do you mean?
    In my forum's root sitemap, I'd be setting the forum directory priority to 0.7...if I were to do it as a URL.

    In the forum's sitemap file, it's automatically set as 1.0...so if I did it as a sitemap in my root sitemap for my forum sitemap, would both my root directory and forum directory priority be set 1.0?

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You can change forums homepage priority in functions_vbseo_sitemap.php file:
    FIND:
    PHP Code:
    vbseo_add_url($vbseo_vars['bburl'].'/'1.0); 
    and replace 1.0 with desired number.

  8. #8
    EGS
    EGS is offline
    Senior Member EGS's Avatar
    Real Name
    Justice McCay
    Join Date
    May 2008
    Location
    New Jersey
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    Quote Originally Posted by Oleg Ignatiuk View Post
    You can change forums homepage priority in functions_vbseo_sitemap.php file:
    FIND:
    PHP Code:
    vbseo_add_url($vbseo_vars['bburl'].'/'1.0); 
    and replace 1.0 with desired number.
    But I don't know..should it be 1.0 or what ?

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

  10. #10
    EGS
    EGS is offline
    Senior Member EGS's Avatar
    Real Name
    Justice McCay
    Join Date
    May 2008
    Location
    New Jersey
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    Quote Originally Posted by Oleg Ignatiuk View Post
    We recommend 1.0.
    So is having the forum's directory and the root directory (the main pages) set to 1.0 okay..?

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

  12. #12
    EGS
    EGS is offline
    Senior Member EGS's Avatar
    Real Name
    Justice McCay
    Join Date
    May 2008
    Location
    New Jersey
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    Can I just add this bit of code to my root sitemap so that it can find my other sitemaps?

    Code:
    <sitemap>
    <loc>
    http://www.link-to-site/forum-directory/sitemap-file-name.xml.gz
    </loc>
    <lastmod>2008-06-02T02:00:22+00:00</lastmod>
    </sitemap>

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You can submit forums sitemap index separately in webmaster account.

  14. #14
    EGS
    EGS is offline
    Senior Member EGS's Avatar
    Real Name
    Justice McCay
    Join Date
    May 2008
    Location
    New Jersey
    Posts
    117
    Liked
    0 times
    Blog Entries
    1
    Quote Originally Posted by Oleg Ignatiuk View Post
    You can submit forums sitemap index separately in webmaster account.
    Yes, I know...but shouldn't I still have the <sitemap> in my root's sitemap for the forums?

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

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Sitemaps
    By ctbo in forum General Discussion
    Replies: 10
    Last Post: 07-19-2008, 02:37 PM
  2. What to do with sitemaps?
    By armee25 in forum General Discussion
    Replies: 3
    Last Post: 04-05-2008, 12:33 AM
  3. submitting sitemaps...
    By fatal1980 in forum General Discussion
    Replies: 1
    Last Post: 05-24-2007, 03:33 PM
  4. Thanks for the SiteMaps!
    By noppid in forum General Discussion
    Replies: 1
    Last Post: 03-08-2006, 11:53 PM
  5. Google Sitemaps?
    By Ben in forum Sitemap Features Archive
    Replies: 10
    Last Post: 11-21-2005, 11:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •