Hi everyone I saw this part from google guideline Allow search bots to crawl your sites without session IDs or arguments that track their path through the site. These techniques are useful for tracking individual user behavior, but the access pattern of bots is entirely different. Using these techniques may result in incomplete indexing of your site, as bots may not be able to eliminate URLs that look different but actually point to the same page. I dont know programming but my site is using session ID and its not been indexed until now. How do we setup to allow the spiders according to google ? is it .htaccess ? what to write ? thanks sincerely, smile
as long as the url in the browser doesnot use " &id= " , its okay right ? what about affiliate links hidden in the content and pictures ? but the page title is not &id= thanks a lot for your help smile
If the url uses any kind of random tracking variable then its bad. Hiding affiliate links is another matter, it depends what you are doing.