Hi,
I have a site that I am trying to optimise for more search engine results. When I try typing the
site:www.example.com
in google to list of the pages it has indexed, the google bot seems to have only picked up some of the pages and not all of them. I know that the bot scans the index page to find all the links connected to other pages and then searches for all those pages and the links within them.
So for some reason the bot is not indexing some of my pages on the site.
Just to explain the structure of the site :
I am using a index page containing includes to different pages. So each page has a different url. Hence the googlebot should identify them as different pages.
ie. www.example.com?id=1
All these pages set a php attribute for the title tag. They are working fine.
However the pages that are not displaying have the php attribute for the title tag passed through from a
_GET['title'] parameter.
Can anybody tell me why these pages are not being picked up by the browser? after all the title tag is displayed in the browser. Is it something to do with the extra characters that are set within my _GET parameter?
index.php?id=1&title=this%20is%20my%20example
Please help.
JimFl
I have a site that I am trying to optimise for more search engine results. When I try typing the
site:www.example.com
in google to list of the pages it has indexed, the google bot seems to have only picked up some of the pages and not all of them. I know that the bot scans the index page to find all the links connected to other pages and then searches for all those pages and the links within them.
So for some reason the bot is not indexing some of my pages on the site.
Just to explain the structure of the site :
I am using a index page containing includes to different pages. So each page has a different url. Hence the googlebot should identify them as different pages.
ie. www.example.com?id=1
All these pages set a php attribute for the title tag. They are working fine.
However the pages that are not displaying have the php attribute for the title tag passed through from a
_GET['title'] parameter.
Can anybody tell me why these pages are not being picked up by the browser? after all the title tag is displayed in the browser. Is it something to do with the extra characters that are set within my _GET parameter?
index.php?id=1&title=this%20is%20my%20example
Please help.
JimFl