|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
PHP Pages - Parameters
I am trying to determine the best way to setup my PHP pages:
a) (URL address blocked: See forum rules)/product.php?id=1 -or- b) (URL address blocked: See forum rules)/product.php?id=1&name=widget -or- c) (URL address blocked: See forum rules)/product.php?name=widget&id=1 I don't require the product name in my URL, but I was wondering if I should include it for SEO? Also, I wasn't sure to include the name as I heard Google may have problem with multiple parameters in the URL. Any thoughts? Suggestions? |
|
#2
|
||||
|
||||
|
Quote:
Best URLs would be like this: www.yoursite.com/widget.php or /widget You maybe don't require it, but your visitors maybe do. And google has no problem with more parameters if it is not 100. |
|
#3
|
||||
|
||||
|
best is domain.com/widget
Try to rewrite your URLs to static ones with mod_rewrite |
![]() |
| Viewing: SEO Chat Forums > Google > Google Optimization > PHP Pages - Parameters |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|