After finding out about how to use meta tags for search engines, I found that the only way I can make use of meta tags is to use redirection. E.G, using a blank index.htm with the meta tags for search and title, etc etc, and redirected to the php page using <meta http-equiv="REFRESH" content="0;url=index.php"> but.....search engines will ignore redirection, so that means that php pages can not be crawled, if this is the case, then I need to convert all my php pages into html.
the php site can be checked out at there is only one page that makes use of mixed html and php, but that's only part of the template used, the main index file is pure php.
Does anybody know how I can use html meta tags (or a php equivelant) in a php script?
the php site can be checked out at there is only one page that makes use of mixed html and php, but that's only part of the template used, the main index file is pure php.
Does anybody know how I can use html meta tags (or a php equivelant) in a php script?