Hi all, My site uses php and uses variables from the url to navigate.
E.g
www.mydomain.com/?section=widgets&size=big&colour=blue
MSN crawls through my site with no problems, but Google and Yahoo only seem to index a few pages at the lowest level (&colour=blue) so I'm thinking about changing my site to:
www.mydomain.com/widgets/big/blue/
- Is this a mod rewrite? Any good introductions to this?
- Will I 'really' see a difference in spidering/indexing? (Providing I have good inbound links)
- My site has been live for around 5 months, is it a bad idea to change now? (I'm not currently indexed in Google/Yahoo in the first #*$!xxx thousand pages).