|
ThomasMobley -> RE: dynamic web pages! (9/8/2007 16:03:18)
|
I'm very curious about this as well. I work for a web developer in Walterboro, and she insists that one page be created with menus, banners, headers, footers, etc, and then for each page in the site you copy that first page and make any changes needed in content. The sole exception is applications, which I do, but even there I'm not allowed to include things like banners, footers, etc.... Now I'm starting to do a lot of the actual static pages for her, and the whole copy the template, rename it, change the content thing bugs me a tad. Some of the pages are just huge, and it would make more sense to me to clean it up a bit with some includes. My personal web site has a div in the banner where quotes are fed in through an asp include file that randomly selects one. I wouldn't expect that to be much good to spiders anyway, but my menus are dynamically generated by an asp file and written into the navigation div. I do that because these are articles or pictures and I can just add a directory or file and these are automatically included in the menu with no interaction on my part...are the spiders able to see those links? Also, the content is selected depending on a passed parameter and loaded via an asp function as well. Of the entire page the only thing that is actually typed in and static is the header banner and head section, which I would also like to be dynamically generated based on the page being loaded. There are only two actual pages, one for articles and one for pictures, and the content is just read and placed into the content area. I don't really care that much about my own site being spidered or ranked, but it would sure be nice if we could use includes for the things that are repeated throughout our customers web sites....not to mention having to change every instance of something on every page if it has to be changed. Is she correct that you will never get a SE ranking and the spiders ignore you if you're pages are loaded via asp and includes?
|
|
|
|