Hi
Our site will have 100+ pages. We want to have a common footer so are considering using:
<?php include 'footer.php' ?>
...so we only have to code the footer once per HTML page.
The footer will be keyword rich.
Will this strategy be ok from a Google perspective? Ie with 100+ pages with the same footer, if we use PHP include will google only 'see' the footer once for our site (not 100+ times), and hence only process the keyword-rich footer once? Hence we should forget using php include, and just copy/paste the footer for each page.
Or will Google see it for every page, 100+ of our site? So using PHP include is fine.
Any help would be appreciated.










