Discussions
jsession ids, robots.txt, SEO
Is there any way to eliminate jSession id's totally? Here is my Robots.txt:
User-agent: *
Disallow: /s.nl/
Disallow: /core/
Disallow: /*?sort1desc*
Disallow: /*jsessionid=*
Disallow: /*?sc=*
Crawl-Delay: 10
I used the fifth line to prevent duplicate content that would be created from jsession ids, but that still doesn't really solve the problem... I'd like to prevent the spiders from seeing an jsession ids since they'll be surfing through those instead of indexing the site...
Any other suggestions for my robots.txt?
Thanks,
jacob