1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Sitemap for forums?

Discussion in 'Google Sitemaps' started by froinlaven, Jan 3, 2006.

  1. #1
    I've read that forums are sometimes hard for google and other search engines to crawl. Would adding a sitemap for a forum help combat this problem? If so, does anyone know a good way to generate a sitemap for a phpbb forum?

    I use a wordpress plugin for my blog, so I dunno what would be good for a forum.
     
    froinlaven, Jan 3, 2006 IP
  2. ServerUnion

    ServerUnion Peon

    Messages:
    3,611
    Likes Received:
    296
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What forum software do you use?

    It may help some. Getting static type links with mod_rewrite mods and some links to internal pages will help a lot too.

    Good luck...
     
    ServerUnion, Jan 3, 2006 IP
  3. froinlaven

    froinlaven Peon

    Messages:
    67
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I use phpbb. I think I'll try that static link thing. It worked well with my blog (instead of having a link like ?p=1012). I installed a mod for phpbb that I found for the sitemap thing. Just wondering if anyone found success with it. Thanks!
     
    froinlaven, Jan 3, 2006 IP
  4. sixty6

    sixty6 Well-Known Member

    Messages:
    1,748
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    190
    #4
    But why must there be a specific software for forums? Use any Sitemap generator to create feeds in XML for Google. They will all create it the same way, by crawling your website. Use this until you get around 750 posts:
    http://www.sitemaps.blocklayer.com/
    and register with Google Sitemaps at:
    https://www.google.com/webmasters/sitemaps/login

    The Google Sitemap shows the Page Rank of your websites, which is really helpful!
     
    sixty6, Jan 3, 2006 IP
  5. froinlaven

    froinlaven Peon

    Messages:
    67
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I installed a program in my forum that (I think) updates the sitemap dynamically. So I don't have to mess with generating one whenever the content changes. At least I don't think I do...
     
    froinlaven, Jan 4, 2006 IP
  6. MaxPowers

    MaxPowers Peon

    Messages:
    261
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    That would cover your forums, but not the rest of the site. Use an automated sitemap service like AutoMapIt to do all the work for you and to get you rentire site on the sitemap.

    Clean URLs are very helpful, but the PHPSESSID will creep up on phpBB if cookies are not enabled.... and search spiders don't support cookies. If the following line of code works on your server configuration it will help to eliminate passing the PHPSESSID variable in the URL...

    phpbb/common.php

    at the bottom of the file....

    ini_set("session.use_only_cookies","1");
    ?>

    This should ensure that the spiders don't get the PHPSESSID in the URL when they visit your forums.
     
    MaxPowers, Jan 4, 2006 IP
  7. tkluge

    tkluge Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Hi!

    Some of the sitemap tools (e.g. GSiteCrawler and phpSitemapNG) can exclude session ids automatically. I would suggest to see if there is a plugin for phpBB - if not than you should use a crawler-based sitemap tool (like the two mentioned above).
    If somebody of you is familiar with phpBB we could create an input plugin for phpSitemapNG.

    Best regards,
    Tobias
     
    tkluge, Jan 6, 2006 IP
  8. Seiya

    Seiya Peon

    Messages:
    4,666
    Likes Received:
    404
    Best Answers:
    0
    Trophy Points:
    0
    #8

    if thats all it took im gonna be so pissed cus i had to isntall some long mod to disable sessions n it messed up the way my users login, sometimes ittakes 3-4 times til u can actually login :////
     
    Seiya, Jan 6, 2006 IP