I am lazy and don't want to create the headers and footers of the pages
of a site for each page and when the common sections of the site change
I don't want to go and change every page. I have been using php's
include function to import the html that is the same on all pages. How
will that effect the searchability of my site? Since the full html page
does not actually exist until the link is clicked can the search engines
still tell what the page is about? I can pass arguments to include()
that can have key words, title, etc that are unique for each page. But
that isn't there until the link is active.
Thanks,
Will