I have a 10 page website and use the same header for all the pages. Every so often I update my keywords and I have to edit each page individually. I want to place all my meta data in one file so that is all I have to update for it to take effect on all pages. How would I do this? Thanks
There are quite a number of ways to do this, it depends on how clean you want it and what language you are using. I would suggest you check out this link: http://webdesign.about.com/od/ssi/a/aa052002a.htm It details ways to include other files into your pages, using a number of strategy's from JS to SSI. Just pick a way that suits your framework then create a file with the standard header, include that using the method and there you are.