|
This is my first post on here so I hope it is helpful. I was playing around with an idea of making a site where the content was loaded into the page with ajax. So I changed my links to LinkButtons and made these pass the ID of the page to load. After getting this running I thought to myself, using these link buttons I have just hidden all my content from any search engine as the LinkButton's href attribute is a javascript call and a searchengine will not be able to follow this. Then I came up with an Idea, wh not change the link so that the normal href would pass a query string with the id to the page to load this way if the user has javascript off or a search engne is crawling the site they will still be able to see the content, and if the...
|