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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.