MrSandman666
Programmer
Hello everybody. I got a HUGE Problem!.
I work for a company who designs and hosts websites. We designed our own Content Management System and we built a site using that system. The problem is: The client want's us to register his site at search Engines. Now, all the index.php script is, is a number of includes.
It looks kinda like this:
<?php
include("includefile1.inc"
;
include("includefile2.inc"
;
include("includefile3.inc"
;
include("header.inc"
;
include("main.inc"
;
include("footer.inc"
;
?>
Do you have any idea what we could do to make this website findable in a search engine? The HTML part opens in header.inc, so metas aren't really an option. Of course I could put a dummy page with metas and a redirection to the index.php in there, but Search Engines don't really give a darn for search metas. They ususally go for how often those keywords turn up in the text and whether they are stressed in any way and so on.
Any idea? This one's really, really complicated, so think hard.
I work for a company who designs and hosts websites. We designed our own Content Management System and we built a site using that system. The problem is: The client want's us to register his site at search Engines. Now, all the index.php script is, is a number of includes.
It looks kinda like this:
<?php
include("includefile1.inc"
include("includefile2.inc"
include("includefile3.inc"
include("header.inc"
include("main.inc"
include("footer.inc"
?>
Do you have any idea what we could do to make this website findable in a search engine? The HTML part opens in header.inc, so metas aren't really an option. Of course I could put a dummy page with metas and a redirection to the index.php in there, but Search Engines don't really give a darn for search metas. They ususally go for how often those keywords turn up in the text and whether they are stressed in any way and so on.
Any idea? This one's really, really complicated, so think hard.