or will this hurt my spiderability and search engine rankings?
JMann2380
7:46 pm on May 11, 2009 (gmt 0)
I am designing a website that calls the menu from an include using php. Is this ok? Or is it best to make the menu static on each page? The site is small so it wouldn't be a big deal to make them static.
Thanks!
g1smd
8:19 pm on May 11, 2009 (gmt 0)
'Includes' are just the thing for a menu.
Have to change the menu? Just one file to alter.
The include can be static or dynamically generated.
JMann2380
8:38 pm on May 11, 2009 (gmt 0)
Thanks, is it best to use .php or .shtml when using includes?
JMann2380
8:45 pm on May 11, 2009 (gmt 0)
or to change the htaccess file to allow .html pages to display includes? or does it not matter?