Re: FN-FORUM: Includes PHP question
date posted 25th January 2008 12:28
On 25 Jan 2008, at 13:28, John Deaville wrote:
> In the above example - doesn=B9t this have obvious SEO consequences as =
=20
> google
> will not be able to detect the links in the menu ?
That's not the case, in fact.
including a menu with PHP, adds it to the rendered html.
Google sees the rendered html and not the PHP source code.
>
>
> Do you(s) use this technology regularly or discard it for the above =20=
> reason ?
include() away...
search engines act on the rendered code, not the source.
;o)=