View unanswered posts | View active topics
Your status has been updated!
|
Page 1 of 1
|
[ 3 posts ] |
|
Author |
Message |
susapra
|
Post subject: Static Pages vs. PHP Get Pages Posted: Tue Nov 04, 2008 5:19 pm |
|
 |
Rookie |
 |
Joined: Tue Sep 16, 2008 4:25 pm Posts: 14 Points: 0
|
I know the thread title isnt very clear, but simply, my question is this:
I run a credit card, loan and insurance site and currently I have pages setup like this:
Cards/badcredit.php Cards/goodcredit.php Cards/Bad/pre-paid.php Cards/rewards.php Cards/Rewards/travel.php etc.
Essentially they are real physical files that are the same as every other credit card page, except for the MySQL query is changed to grab different types of cards.
Is it alright instead, if I simply create a Cards.php and use a system like: Cards.php?Category=BadCredit and then mask it with Htaccess? Will it affect my SEO, is it good for SEO(Provided I have a sitemap that links to each of these pages)? It definitely seems like a cleaner way to do this and I would like to switch over to remove the clutter and crap of having many different files that I have to edit everytime I make a change to the site..
|
|
Top |
|
 |
Jalaymmesee
|
Post subject: Static Pages vs PHP Get Pages Posted: Sat Jul 23, 2011 4:58 pm |
|
 |
Rookie (I'm probably spamming) |
 |
Joined: Wed Jun 08, 2011 3:50 pm Posts: 3 Location: United States Points: 30
|
html static pages have always done the best for me. Yes search engines are better at spidering dynamic pages, but html has still done slightly better.
Its also not difficult to turn dynamic pages such as php into static pages, or run php code on static pages. mod rewrites with htaccess will do it for you.
|
|
Top |
|
 |
|
Page 1 of 1
|
[ 3 posts ] |
|
Who is online |
Registered users: No registered users |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
|