Jump to content

PHP page and search


kb0000

Recommended Posts

Hi,

I am using PHP for my sites. In my site whenever i link to any page i do it by using something like this

http://domainname.com/index.php?page=pagename

Here, i pass the page name in the link, so that I have a common index.php page to catch all the pages and show them. But problem that i am facing is that i think that search engines don't travel through all these pages as the links are not proper links but in a query format i.e. ?page=pagename.

Now, I want that i should give links like http://domainname.com/dir/page...

so in this case i have to include header, footer and navigation links in every page (but earlier it was easy for me as only in index.php page i have used the template i.e. including header, footer and navigation links page), now i have to include these in every page. Whats the way of implementing this thing, so that the rest of the pages can be searched by Search Engines.

Thanx

Link to comment
https://forums.phpfreaks.com/topic/132520-php-page-and-search/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.