Quote:
|
Originally Posted by ace5548 Navaldesign,
Interestingly enough when I did drag the menu.php page from the right side of the FTP file I drug it to my desk top and opened it up in dreamweaver.
The source indicated that it only had one head section. (Previously I had taken out the page title, as you suggested, and published.)
But, even when I re-published the page there was still two head sections. I'm starting to not get this and getting frustrated. |
Ok, let me explain:
the main page (i.e. products, or services or whatever else) has it's own head part.
The menu page, on the other hand, has it's own, because it is created as a page.
So, when the main page calls the menu page, it automatically implements the whole memu page code, including it's head. That's why, whilst each page has only one head, when you view it on the browser, it has two: because it is the effect of combining the two files together.
There is no problem if you have two heads. The problem would exist, if the menupage had, inside the head section, metatags, description etc, as the SE would not know which one (the one in the main page head or the one in the menu page head) is the correct one.