|
|||
|
they are both the same ovi.
In terms of what the search engines see there is no difference, PHP is simply the stuff that tells the server what to display in the page. You can use php to show pure javascript if you like, or xhtml it makes no difference. You would have PHP- do some stuff to get my content end php php - show content html head end head body end body end html php - stop showing content |
|
|||
|
While this is not exactly a coding issue it's more of the way you link your pages.
for example doing this: example.com/help.php would be better than: example.com/index.php?Page=Help Again, not exactly related to the code it self since php just generates dynamic content. |
|
||||
|
I think php is treated almost like html this days as long as its clean php for example "page2.php" and not "page2.php?=3334dfafdaf3534 "
__________________
* Build a shopping cart for your business with eCommerce software UK * BossCart.com can build you a Bespoke shopping cart :: Add Eco sites to The Green Directory free of charge. |
|
|||
|
Google states that they have troubles indexing url's with special characters which is the reason some php content pages don't rank high (if at all). If you can keep the code clean as temi pointed out then it isn't usually a problem, again, according to google.
|
|
|||
|
so that has nothing to do with php code per se duke.
That is referring to variable based urls (this can be done in javascript, html, php, asp, .net etc) There are easy ways around this but it seems to be the easy solution. My understanding is that what they are talking about is : index.php?myname=bob&myage=60&location=alabama In that instance, google would only ever index the index.php file (most of the time). What people 'should' do is use something like mod_rewrite to re-write the urls before being passed to the client (and therefore the spider) to become : site/index/mynameisbob/myageis60/mylocationisalabama/ It's a convoluted example but you get my point. |
![]() |
| Bookmarks |
| Webmaster Resources |
| • UK Web Hosting • UK WW SEO Tools • Free site submission • Web Directory |
| Advertisement |
![]() |
| Site Of the Month |
![]() Nominate site of the month |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Which one - PHP or Html? | gkd_uk | Programming | 22 | 06-15-2008 12:28 PM |
| Asp, Html, Php | gkd_uk | General Webmaster Talk | 3 | 10-31-2007 09:49 PM |
| PHP versus HTML | ForumJoiner | General Webmaster Talk | 1 | 08-14-2007 09:51 AM |
| php or html | gkd_uk | General Webmaster Talk | 10 | 06-07-2007 10:24 PM |
| link.html | Eric | General Search Engine Discussions | 5 | 09-17-2004 09:20 PM |
| UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons. |
| Subscribe to our feeds |