I'm currently working on my site www.mychickenrecipes.com and I'm facing a challenge with the right side menu. When adding a new section I will have to add it to ALL pages. Until now it has been possible but as the page count keeps rising I need to find a better way (without having to buy a CMS system or use an "iframe" solution). Any ideas that don't hurt the spiders ability to crawl the site? Thanks
you could use server side includes, but that requires a shtml extension. you could javascript it, that may be easier, then just one document would cover the whole enchilada. so, how many ways can you cook a chicken?
I've found some javascript over at www.coffeecup.com/free-dhtml/ but I was unsure on the spiders ability to crawl it + I still haven't figured out how to add it to all pages at once.... Ways to cook a chicken? Well I expect it to reach 3-4000 ways
I'm getting ready to implement server side includes on a site of mine. So far it's testing great. This site helped me greatly: http://www.ssi-developer.net/ssi/index.shtml#intro