Quote:
Originally Posted by redmark
What most webmasters do to include html code to their pages like a menu on top of every pages of the site that can be updated without manually change all these pages.
What is the right way to do this for seo, server speed and user friendly
I need step by step details for server configuration
Thanks in advance
|
There is no single right way. There are various ways to pull iit off. As was said above you can use php and php includes OR you can use SSI (Server Side Includes).
It depends on what you are building and what kind of framework (cms) you may be inside of.
Each method has trade offs in speed, generally the more complex the scheme the longer it takes to complete.
As far as seo and user friendliness that has everything to do with the actual web design and absolutely nothing to do with how you include the html code (unless you are doing something funky like having your pages written entirely from a javascript call. If you are doing that you are purposely not making it seo friendly.)
.