![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi, I'm about to add many similar pages to my site (the contents of a catalog). I was planning to use php, so the urls would be something like: www.qwerty.com/catalog.php?item=XYZ Woudl it be preferable to all the pages as html static files and upload the whole lot instead? What approach works better with Google? |
#4
| |||
| |||
|
|
whole lot instead? What approach works better with Google? The best approach would probably be dynamic pages with rewritten URLs. So the PHP would generate: www.example.com/catalog.php?item=XYZ and your .htaccess would rewrite it like this: www.example.com/catalog/item/XYZ |
#5
| |||
| |||
|
|
Hi, I'm about to add many similar pages to my site (the contents of a catalog). I was planning to use php, so the urls would be something like: www.qwerty.com/catalog.php?item=XYZ Woudl it be preferable to all the pages as html static files and upload the whole lot instead? |
#6
| |||
| |||
|
|
Hello z, whole lot instead? What approach works better with Google? The best approach would probably be dynamic pages with rewritten URLs. So the PHP would generate: www.example.com/catalog.php?item=XYZ and your .htaccess would rewrite it like this: www.example.com/catalog/item/XYZ Where can I find more info on this technique? O:-) Thanks! |
#7
| |||
| |||
|
|
Hello z, whole lot instead? What approach works better with Google? The best approach would probably be dynamic pages with rewritten URLs. So the PHP would generate: www.example.com/catalog.php?item=XYZ and your .htaccess would rewrite it like this: www.example.com/catalog/item/XYZ Where can I find more info on this technique? O:-) |
#8
| |||
| |||
|
|
Hi, I'm about to add many similar pages to my site (the contents of a catalog). I was planning to use php, so the urls would be something like: www.qwerty.com/catalog.php?item=XYZ Woudl it be preferable to all the pages as html static files and upload the whole lot instead? What approach works better with Google? |
![]() |
| Thread Tools | |
| Display Modes | |
| |