Forum Moderators: open
I was wondering if anyone has any suggestions on what script to use to fix this? Paid or free scripts will both be considered.
Thanks.
Try linking from a page that is frequently visited by google bot and keep the URL simple, could you post an examplified news story URL?
[SITE.com...]
Is that a bad URL to have?
Basically I am looking to do another site like this but I don't want to use the same news script if it's going to cause indexing problems.
&id=
Bingo! Google hates URLs with "id=something" in them, because they look like session IDs - and as session IDs are for individuals, they are not followed by Googlebot because they can't be reused (as they result in potentially broken links in their results).
As they aren't session IDs in your case, you need to look at rewriting the script and replacing "id" with something less obvious.
Also, five variables is a lot, whatever they're called - two or three would be better - or just use mod_rewrite to get some nicer-looking URLs.
If you can, get rid of as many variables as you can, I've only ever seen pages with a max of 3 variables performing well, and anything in the URL that has the letters i and d together - link it them up to your home page for a few days and they should be indexed :)