HighDots Forums  

Google and php advice

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss Google and php advice in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mogga
 
Posts: n/a

Default Google and php advice - 07-10-2005 , 09:04 AM






What should we bear in mind with getting google to index some php
pages.

Cheers all

--
Get money off vouchers for everything
http://www.moneyoffvouchers.co.uk

Reply With Quote
  #2  
Old   
Roy Schestowitz
 
Posts: n/a

Default Re: Google and php advice - 07-10-2005 , 09:30 AM






mogga wrote:

Quote:
What should we bear in mind with getting google to index some php
pages.

Cheers all
PHP should be quite transparent to search engines. It is executed on the
server to generate HTML or XHTML, XML etc. The PHP extension should be
ignored and is often invisible, e.g. if index.php is your main page, though
I am not entirely sure how accurate this is.

Roy

--
Roy S. Schestowitz
http://Schestowitz.com


Reply With Quote
  #3  
Old   
John Bokma
 
Posts: n/a

Default Re: Google and php advice - 07-10-2005 , 01:23 PM



mogga <di (AT) NOSPAMPLEASEmogga (DOT) com> wrote:

Quote:
What should we bear in mind with getting google to index some php
pages.
Use mod_rewrite to get good looking URLs :-) Search this group for dynamic
static ;-)

--
John Perl SEO tools: http://johnbokma.com/perl/
Experienced (web) developer: http://castleamber.com/
Get a SEO report of your site for just 100 USD:
http://johnbokma.com/websitedesign/seo-expert-help.html


Reply With Quote
  #4  
Old   
www.1-script.com
 
Posts: n/a

Default Re: Google and php advice - 07-11-2005 , 02:39 PM



mogga wrote:
Quote:
What should we bear in mind with getting google to index some php
pages.
Session IDs of course! They are notorious for getting the bots off track.
MSNBot stops dead in its tracks, Google kinda limps along, but would not
go deep enough into your links structure if all of them have session IDs.
make sure you configure your PHP to use cookies only for session IDs and
make sure your script can get them from the cookies, not from the URLs
(the latter would also become a serious security threat if not gotten rid
of soon enough).

Sincerely,
Dmitri
http://www.1-script.com/install/
Check out my CGI scripts installation offer
-------------------------------------

##-----------------------------------------------#
Article posted with Web Developer's USENET Archiv
http://www.1-script.com/forum
no-spam read and post WWW interface to your favorite newsgroup -
alt.internet.search-engines - 10373 messages and counting
##-----------------------------------------------##


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.