Re: Single Menu Page with Bv and PHP
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.
Originally posted by ace5548
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.
Comment