We have implemented a script where we can list all the supported models for a certain brand from database; HP Inks The script starts where it says; <!-- Start the print model generating script--> If you look at the page, everything looks perfect; a generic description (which will be optimized soon enough), and the list of models supported. Also we are dynamically creating individual pages for every model listed within that page (which must help with SEO in the long run). Here comes my question about search engine spiders and how they see your webpage. If you right click > view sources, there are no models within the page codes; however, with the help of script, they are dynamically generated and can be seen on actual webpage. I've read on one of the google forums saying that Google bots can stuck at scripts, and can't crawl further. Well, should i worry about that script, or google spiders can actually jump to those brand specific dynamic pages through that landing page? Thanks in advance for your opinions,