Web Spiders and bots vs ASP dynamic
Ok, I heard a lot of spiders have a problem with dynamic content on a website. Meaning, if I had meta tags that generated from a dynamic function on every page, they would not find them. Is this true?
I have default.asp that looks like this in basic code:
Code:
Top(); //Contains <HTML META> tags
Content is inserted here;
Bottom() //containts all the </HTML> Statements
If a spider hits a page, it SHOULD recieve the full content of the page since the server generates the URL on the spot... right?....