Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 02-25-2009, 08:44 PM   #1
SEO Expert & Author
War Room Member
 
JustaWizard's Avatar
 
Join Date: Feb 2007
Location: Vancouver, WA USA
Posts: 489
Thanks: 201
Thanked 57 Times in 31 Posts
Social Networking View Member's Twitter Profile 
Default PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

All my sites are HTML. I use good "boy scout" white-hat SEO practices and get great rankings. But, managing ~100 page websites is cumbersome even with Dreamweaver and using templates. So I'm considering making my new websites using Wordpress themes just for sake of the ease of using categories, etc. If you create your own sites too, you likely know what I mean and for clarity, I'm no "master web designer" I know enough to get the job done.

Soooo, dear fellow warriors with experience in both PHP and HTML websites - some say you get better rankings with PHP than HTML due to natural pinging, but what's your actual experience? I don't know everything, so feel free to educate me - I do appreciate it.

Best,
David

JustaWizard is offline   Reply With Quote
Old 02-25-2009, 08:50 PM   #2
Senior Warrior Member
War Room Member
 
Dayne Dylan's Avatar
 
Join Date: Sep 2004
Location: USA
Posts: 2,666
Thanks: 155
Thanked 127 Times in 80 Posts
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

I believe they are just as equal (PHP vs. HTML).

Correct me if I am wrong Warriors.
Dayne Dylan is offline   Reply With Quote
Old 02-25-2009, 08:56 PM   #3
Mobile+WP = JumpMobi.com
War Room Member
 
Jay Moreno's Avatar
 
Join Date: Feb 2009
Location: San Antonio, Tx
Posts: 957
Thanks: 126
Thanked 280 Times in 181 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Jay Moreno
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

as dayne dylan says they are just as equal your php output code gets rendered as html anyway by your browser.

whre you find the improvement in using dynamic websites with php/mysql CMS scripts such as wordpress and joomla you can control your content much easier as well as automate a lot of the time consuming tasks that are incurred with generating regular HTML

personally i use Joomla and find it has very few limitations, for SEO/IM campaigns i get first page ranking with google and yahoo all the time for competitive terms. However this is probably more due to experience than the fact i use Joomla - Joomla just makes my life/job at lot easier!

It's just me favoured weapon of choice!

hth


Stop Your Mobile Redirect Loop Nightmares Today!
Let Mobile Users Choose To Be Redirect Or Not!
Great Reviews - Easy To Use - Click For More Info
Jay Moreno is offline   Reply With Quote
Old 02-25-2009, 09:22 PM   #4
HyperActive Warrior
War Room Member
 
RedMatrix's Avatar
 
Join Date: Oct 2007
Location: Mission, TX, USA.
Posts: 332
Thanks: 224
Thanked 62 Times in 36 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Yahoo to RedMatrix Send a message via Skype™ to RedMatrix
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

PHP is server-side code, which when run, renders client-side HTML.
So, the search engines will never see any PHP code. However, I
find that PHP includes are a big time saver.

I guess the 3 most common includes are the header, footer, and sidebar.
For example, I use this for my DROM site:

index.php
PHP Code:
<?php include("inc.header.php"); ?>
<div id="page">
    <div id="content">
        .......................main page stuff here
    </div>
<?php include("inc.sidebar.php"); ?>
<?php 
include("inc.footer.php"); ?>
You can name the include files anything you want!

Here is what my inc.header.php looks like:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Direct Response Online Marketing</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
</head>


<body>
<div id="header">
	<div id="logo">
		<h1><a href="./">Direct Response</h1>
		<h2>Online Marketing</h2>
		<h3>for your</h3>
		<h2>Offline Business</a></h2>
	</div>
	<div id="menu">
		<ul>
			<li class="first"><a href="./" title="">Home</a></li>
			<li><a href="lightbox.php" title="">Lightbox</a></li>
			<li><a href="services.php" title="">Services</a></li>
			<li><a href="contact.php" title="">Contact</a></li>
		</ul>
	</div>
	
</div>
So, if I need to change the title or the copyright...etc, I only change one file.

~Dave
RedMatrix is offline   Reply With Quote
Old 02-25-2009, 09:43 PM   #5
Just call me George
War Room Member
 
GeorgeO7's Avatar
 
Join Date: Dec 2008
Location: Minnesota
Posts: 150
Thanks: 32
Thanked 30 Times in 25 Posts
Contact Info
Send a message via ICQ to GeorgeO7 Send a message via MSN to GeorgeO7
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Justa,

I once managed a 4500 page static html beast of a site... or should I say... it managed me.

I now do all my sites in Wordpress, get great results with SEO and would NEVER go back to the old school.

Good luck with your transition and be sure to 301 redirect your old pages to the equivalent new WP pages.

George
GeorgeO7 is offline   Reply With Quote
Old 02-25-2009, 10:45 PM   #6
Godson of The Godfather
War Room Member
 
Jared Alberghini's Avatar
 
Join Date: Nov 2004
Location: The NorthEast Kingdom - Vermont, USA
Posts: 2,163
Blog Entries: 25
Thanks: 782
Thanked 1,074 Times in 442 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

David,

There IS a difference in SEO with certain php applications compared to static html pages.

For instance, by default, the wordpress app gives you pages like this: index.php?id=36 which is NOT good in SEO terms.

Think of it like this, the search engines also look at the filename & folder name as well as the page contents, so if there is a match, it ranks higher in relevancy. yoursite.com/your-category-keywords-here/article-name-here/... looks much better and ranks higher than yoursite.com/index.php?id=36

When you install WordPress, you need to go to the Settings area, and setup Permalinks. This is a must for any new WP installation. Doing this makes your site SEO'd and just as good, if not better than a static html site with keywords in the filenames.

The search engines LOVE a SEO'd WP site, with frequently updated relevant content, which is so easier to produce through the WP admin login, quickly through your browser, at any computer, compared to creating a new HTML file, logging into your FTP account, uploading a new file, trying to organize the categories/filenames manually...

These CMS/Blog apps just save so much time to publish new content, with relevant keywords, in relevant categories.

Jared


TelekineticMarketing.com helps you connect with other IM Entrepreneurs like never before.

Be FIRST To Join TM For FREE -> Private Mastermind Groups for IM Entrepreneurs


Jared Alberghini is offline   Reply With Quote
Old 02-25-2009, 11:02 PM   #7
Active Warrior
 
Join Date: Dec 2007
Location: , , .
Posts: 58
Thanks: 3
Thanked 17 Times in 16 Posts
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Great thread. Such insight from all the experienced warriors, makes it so valuable for Newbies.

Thank you
vlabroo is offline   Reply With Quote
Old 02-26-2009, 10:40 AM   #8
SEO Expert & Author
War Room Member
 
JustaWizard's Avatar
 
Join Date: Feb 2007
Location: Vancouver, WA USA
Posts: 489
Thanks: 201
Thanked 57 Times in 31 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by ukescuba View Post
whre you find the improvement in using dynamic websites with php/mysql CMS scripts such as wordpress and joomla you can control your content much easier as well as automate a lot of the time consuming tasks that are incurred with generating regular HTML

It's just me favoured weapon of choice!

hth
I've not heard of Joomla, is that "like" wordpress? Better? Have you used both? Am I asking too many questions? ;-)

THANKS! David

JustaWizard is offline   Reply With Quote
Old 02-26-2009, 10:45 AM   #9
Senior Warrior Member
War Room Member
 
GeorgR.'s Avatar
 
Join Date: Jun 2007
Location: Earth
Posts: 6,061
Blog Entries: 16
Thanks: 72
Thanked 915 Times in 602 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

this is WAAYYY to generalized asking, the question "is HTML better than PHP in terms of SEO" doesnt make sense, really.

No matter WHAT language a site is in, it will ALWAYS translate into HTML as displayed in your browser. HTML/PHP are NOT mutually exclusive, its basically the same thing with PHP the underlying (VERY powerful language) to have more control over the HTML which is displayed as result.

*** Affiliate Site Quick --> The Fastest & Easiest Way to Make Affiliate Sites!<--
-> VISIT www.1UP-SEO.com *** <- Internet Marketing, SEO Tips, Reviews & More!! ***
ARTICLE SPINNING SERVICE - Custom Hand-Made QUALITY Spun Articles! - Thread Here *
* BEAT the PENGUIN with High Quality Manually Spun Articles - Don't Settle for Less! *
GeorgR. is offline   Reply With Quote
Old 02-26-2009, 10:48 AM   #10
SEO Expert & Author
War Room Member
 
JustaWizard's Avatar
 
Join Date: Feb 2007
Location: Vancouver, WA USA
Posts: 489
Thanks: 201
Thanked 57 Times in 31 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by RedMatrix View Post
So, if I need to change the title or the copyright...etc, I only change one file.
So, if I understand correctly, you're saying that's similar to my HTML Dreamweaver template where if I change the copyright info, I make that change on the template and all the pages update, without having to manually open each page - so that advantage in PHP/Wordpress PLUS the ability to do that with the header/sidebars (ets) is what you're saying is the main advantages, plus the various includes/widgets?

Am I getting close? :-)

THANKS!
David

JustaWizard is offline   Reply With Quote
Old 02-26-2009, 10:52 AM   #11
SEO Expert & Author
War Room Member
 
JustaWizard's Avatar
 
Join Date: Feb 2007
Location: Vancouver, WA USA
Posts: 489
Thanks: 201
Thanked 57 Times in 31 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by GeorgeO7 View Post
Justa,

I once managed a 4500 page static html beast of a site... or should I say... it managed me.

I now do all my sites in Wordpress, get great results with SEO and would NEVER go back to the old school.

Good luck with your transition and be sure to 301 redirect your old pages to the equivalent new WP pages.

George
YIKES!! - 4500 PAGES... I shudder to think what the navigation nightmares must have been... thanks for the input, I do appreciate it! If you have any other suggestions or tips you think I should know, please so share!

THANKS!
David

JustaWizard is offline   Reply With Quote
Old 02-26-2009, 10:53 AM   #12
Senior Warrior Member
War Room Member
 
GeorgR.'s Avatar
 
Join Date: Jun 2007
Location: Earth
Posts: 6,061
Blog Entries: 16
Thanks: 72
Thanked 915 Times in 602 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

the pinging and other web2.0 features as we have in WP are not really primarily related to PHP. PHP is the underlying language, yes, but PHP is not the factor which makes a blog. So..your question is a bit "misleading" since its not really about the language but rather the concept (eg. blogs).

And, yes, in terms of SEO eg. wordpress does WAY better than some cheap XSite Pro site or static HTML site without blogging/pinging and things like that.

*** Affiliate Site Quick --> The Fastest & Easiest Way to Make Affiliate Sites!<--
-> VISIT www.1UP-SEO.com *** <- Internet Marketing, SEO Tips, Reviews & More!! ***
ARTICLE SPINNING SERVICE - Custom Hand-Made QUALITY Spun Articles! - Thread Here *
* BEAT the PENGUIN with High Quality Manually Spun Articles - Don't Settle for Less! *
GeorgR. is offline   Reply With Quote
Old 02-26-2009, 10:56 AM   #13
Senior Warrior Member
War Room Member
 
GeorgR.'s Avatar
 
Join Date: Jun 2007
Location: Earth
Posts: 6,061
Blog Entries: 16
Thanks: 72
Thanked 915 Times in 602 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

>>
So I'm considering making my new websites using Wordpress themes just for sake of the ease of using categories, etc. I
>>

and yes, you will never go back believe me...

*** Affiliate Site Quick --> The Fastest & Easiest Way to Make Affiliate Sites!<--
-> VISIT www.1UP-SEO.com *** <- Internet Marketing, SEO Tips, Reviews & More!! ***
ARTICLE SPINNING SERVICE - Custom Hand-Made QUALITY Spun Articles! - Thread Here *
* BEAT the PENGUIN with High Quality Manually Spun Articles - Don't Settle for Less! *
GeorgR. is offline   Reply With Quote
Old 02-26-2009, 10:59 AM   #14
Active Warrior
War Room Member
 
Lanadili's Avatar
 
Join Date: Nov 2008
Location: Shreveport, LA
Posts: 55
Thanks: 5
Thanked 14 Times in 11 Posts
Contact Info
Send a message via Yahoo to Lanadili
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by JustaWizard View Post
So, if I understand correctly, you're saying that's similar to my HTML Dreamweaver template where if I change the copyright info, I make that change on the template and all the pages update, without having to manually open each page
I use to use a template in Dreamweaver as well, that way when I updated the template, it would update each page. Unfortunately, I would then have to re-upload each page (which was getting over 100) so it was a major pain. I started using php includes and now I only have to update and upload that one include file, and all the changes are automatically changed on every page that I have the include command on. It saves me soo much time now it's not even funny.
Lanadili is offline   Reply With Quote
Old 02-26-2009, 10:59 AM   #15
SEO Expert & Author
War Room Member
 
JustaWizard's Avatar
 
Join Date: Feb 2007
Location: Vancouver, WA USA
Posts: 489
Thanks: 201
Thanked 57 Times in 31 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by Jared Alberghini View Post
David,

There IS a difference in SEO with certain php applications compared to static html pages.

For instance, by default, the wordpress app gives you pages like this: index.php?id=36 which is NOT good in SEO terms.

Think of it like this, the search engines also look at the filename & folder name as well as the page contents, so if there is a match, it ranks higher in relevancy. yoursite.com/your-category-keywords-here/article-name-here/... looks much better and ranks higher than yoursite.com/index.php?id=36

When you install WordPress, you need to go to the Settings area, and setup Permalinks. This is a must for any new WP installation. Doing this makes your site SEO'd and just as good, if not better than a static html site with keywords in the filenames.

The search engines LOVE a SEO'd WP site, with frequently updated relevant content, which is so easier to produce through the WP admin login, quickly through your browser, at any computer, compared to creating a new HTML file, logging into your FTP account, uploading a new file, trying to organize the categories/filenames manually...

These CMS/Blog apps just save so much time to publish new content, with relevant keywords, in relevant categories.

Jared
Hey Jared, I'm definitely aware of the SEO point you made about keywords in the URL after the first forward slash, that is, in terms of naming pages at that pages named php?id=36, as you used in your example, don't help with SEO - so to be clear, are you saying that all I need to do to solve that problem in Wordpress is to set up Permalinks? - does that mean setting that up will allow me to name pages for SEO purposes instead of winding up with pages named, for example, "php?id=36"?

THANKS!
David

JustaWizard is offline   Reply With Quote
Old 02-26-2009, 11:02 AM   #16
SEO Expert & Author
War Room Member
 
JustaWizard's Avatar
 
Join Date: Feb 2007
Location: Vancouver, WA USA
Posts: 489
Thanks: 201
Thanked 57 Times in 31 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by Lanadili View Post
I use to use a template in Dreamweaver as well, that way when I updated the template, it would update each page. Unfortunately, I would then have to re-upload each page (which was getting over 100) so it was a major pain. I started using php includes and now I only have to update and upload that one include file, and all the changes are automatically changed on every page that I have the include command on. It saves me soo much time now it's not even funny.
Thanks again - sooo.... hmmm... using includes: is that something I will set up when creating my site initially, similar to a Dreamweaver template, or will my Wordpress theme set that up automatically?

THANKS!
David

JustaWizard is offline   Reply With Quote
Old 02-26-2009, 11:06 AM   #17
Active Warrior
War Room Member
 
Lanadili's Avatar
 
Join Date: Nov 2008
Location: Shreveport, LA
Posts: 55
Thanks: 5
Thanked 14 Times in 11 Posts
Contact Info
Send a message via Yahoo to Lanadili
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by JustaWizard View Post
Thanks again - sooo.... hmmm... using includes: is that something I will set up when creating my site initially, similar to a Dreamweaver template, or will my Wordpress theme set that up automatically?
Honestly I don't use Wordpress, I'm still a fan of Dreamweaver and I just use php includes instead of templates now. So I'm not even sure if you could use that with Wordpress or not.

But if you still want to use Dreamweaver, I'd definitely switch to using php includes to cut down on time.
Lanadili is offline   Reply With Quote
Old 02-26-2009, 11:06 AM   #18
Mobile+WP = JumpMobi.com
War Room Member
 
Jay Moreno's Avatar
 
Join Date: Feb 2009
Location: San Antonio, Tx
Posts: 957
Thanks: 126
Thanked 280 Times in 181 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Jay Moreno
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by JustaWizard View Post
I've not heard of Joomla, is that "like" wordpress? Better? Have you used both? Am I asking too many questions? ;-)

THANKS! David
Hi david,

i havent used wordpress before, so would be unfair to pass comment - however i have researched it and from what i have read i dont feel that it is as flexible as Joomla from a developers point of few.

just like wordpress there are plenty of SEO plugins, but you can also optimize Joomla 1.5 with overrides

i think for quick sites and depending on what your goals are it comes down to personal preference - i dont think either wordpress or joomla would be a bad choice, however if your building a full out and out complex site my choice from what ive read/seen joomla would be a better option...

hope that helps

jay


Stop Your Mobile Redirect Loop Nightmares Today!
Let Mobile Users Choose To Be Redirect Or Not!
Great Reviews - Easy To Use - Click For More Info
Jay Moreno is offline   Reply With Quote
Old 02-26-2009, 11:07 AM   #19
SEO Expert & Author
War Room Member
 
JustaWizard's Avatar
 
Join Date: Feb 2007
Location: Vancouver, WA USA
Posts: 489
Thanks: 201
Thanked 57 Times in 31 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by GeorgR. View Post
>>
So I'm considering making my new websites using Wordpress themes just for sake of the ease of using categories, etc. I
>>

and yes, you will never go back believe me...
I DO believe you! :-) Are there any downsides you can think of? Any at all on any level?

David
PS: sorry for not asking my original question more clearly, but thanks for being able to see what it was I'm trying to find out and clarifying the difference between PHP as coding language, and the pinging aspect of Wordpress themes/blogs, I appreciate it!

PPS: Ping, I'm somewhat embarrassed to admit, is one area of SEO I really just don't "get" - if you don't mind giving me the bird's eye explanation, I'd sure appreciate it!

JustaWizard is offline   Reply With Quote
Old 02-26-2009, 11:10 AM   #20
Mobile+WP = JumpMobi.com
War Room Member
 
Jay Moreno's Avatar
 
Join Date: Feb 2009
Location: San Antonio, Tx
Posts: 957
Thanks: 126
Thanked 280 Times in 181 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Jay Moreno
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by Lanadili View Post
Honestly I don't use Wordpress, I'm still a fan of Dreamweaver and I just use php includes instead of templates now. So I'm not even sure if you could use that with Wordpress or not.

But if you still want to use Dreamweaver, I'd definitely switch to using php includes to cut down on time.
this is how i advanced from doing HTML to using PHP...

for me joomla's use of positional modules is basically a similar priciple to using include files, however you have much much more logic and control over how, when and where they are displayed - once i realized that there was no stopping me!


Stop Your Mobile Redirect Loop Nightmares Today!
Let Mobile Users Choose To Be Redirect Or Not!
Great Reviews - Easy To Use - Click For More Info
Jay Moreno is offline   Reply With Quote
Old 02-26-2009, 11:11 AM   #21
SEO Expert & Author
War Room Member
 
JustaWizard's Avatar
 
Join Date: Feb 2007
Location: Vancouver, WA USA
Posts: 489
Thanks: 201
Thanked 57 Times in 31 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by Lanadili View Post
Honestly I don't use Wordpress, I'm still a fan of Dreamweaver and I just use php includes instead of templates now. So I'm not even sure if you could use that with Wordpress or not.

But if you still want to use Dreamweaver, I'd definitely switch to using php includes to cut down on time.
Aha! (light bulb coming on slowly...) and here comes another embarrassing admission from me: I still use Dreamweaver 3! I've got 4 books on it, Dreamweaver Bible, Dreamweaver for Dummies and 2 others and I can't recall PHP includes in any of them, I'll go back and look... do you happen to know offhand if that's a feature perhaps introduced in later versions? Which version are you using?

THANKS!
David

JustaWizard is offline   Reply With Quote
Old 02-26-2009, 11:13 AM   #22
Advanced Warrior
War Room Member
 
zeurois's Avatar
 
Join Date: Feb 2007
Posts: 511
Thanks: 24
Thanked 23 Times in 9 Posts
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

A while ago, HTML was seen better than the PHP because of the dynamic features of PHP (eg show special content if it's a bot, etc).

Right now it's obvious there's no difference between them especially because of the server configurations (you may hit .html and actually be .php)

Cheers
zeurois is offline   Reply With Quote
Old 02-26-2009, 11:14 AM   #23
SEO Expert & Author
War Room Member
 
JustaWizard's Avatar
 
Join Date: Feb 2007
Location: Vancouver, WA USA
Posts: 489
Thanks: 201
Thanked 57 Times in 31 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by ukescuba View Post
Hi david,

i havent used wordpress before, so would be unfair to pass comment - however i have researched it and from what i have read i dont feel that it is as flexible as Joomla from a developers point of few.

just like wordpress there are plenty of SEO plugins, but you can also optimize Joomla 1.5 with overrides

i think for quick sites and depending on what your goals are it comes down to personal preference - i dont think either wordpress or joomla would be a bad choice, however if your building a full out and out complex site my choice from what ive read/seen joomla would be a better option...

hope that helps

jay
That does help, Jay thanks - one more question if I may: I started with raw HTML then "graduated" to dreamweaver, but I'm far from a developer, I know just enough to get the job done (look at the code on my sig site, you'll see I'm a "B for basic" web guy) - so I guess my question is, how "technical" is using Joomla?--would I have to have software programmer level of ability to use it?

THANKS!
David

JustaWizard is offline   Reply With Quote
Old 02-26-2009, 11:19 AM   #24
Active Warrior
War Room Member
 
Lanadili's Avatar
 
Join Date: Nov 2008
Location: Shreveport, LA
Posts: 55
Thanks: 5
Thanked 14 Times in 11 Posts
Contact Info
Send a message via Yahoo to Lanadili
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by JustaWizard View Post
Aha! (light bulb coming on slowly...) and here comes another embarrassing admission from me: I still use Dreamweaver 3! I've got 4 books on it, Dreamweaver Bible, Dreamweaver for Dummies and 2 others and I can't recall PHP includes in any of them, I'll go back and look... do you happen to know offhand if that's a feature perhaps introduced in later versions? Which version are you using?
A friend I know who is really into PHP introduced me to php includes awhile back, so I'm not sure if you can even find them in those books. The example that RedMatrix has above is exactly how you would use a php include though. It might take awhile to change your pages (depending on how many you have) to list the php include files, but it's well worth the time that you'll save in the long run.

As far as what version of Dreamweaver I'm using, I'm still using version 8 (before CSV 3 and 4). I keep telling myself I'm going to upgrade one day, but then I somehow get sidetracked and forget, heh.
Lanadili is offline   Reply With Quote
Old 02-26-2009, 11:33 AM   #25
Mobile+WP = JumpMobi.com
War Room Member
 
Jay Moreno's Avatar
 
Join Date: Feb 2009
Location: San Antonio, Tx
Posts: 957
Thanks: 126
Thanked 280 Times in 181 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Jay Moreno
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by JustaWizard View Post
That does help, Jay thanks - one more question if I may: I started with raw HTML then "graduated" to dreamweaver, but I'm far from a developer, I know just enough to get the job done (look at the code on my sig site, you'll see I'm a "B for basic" web guy) - so I guess my question is, how "technical" is using Joomla?--would I have to have software programmer level of ability to use it?

THANKS!
David
Hi david

unfortunately a lot of the documentation for joomla is very overwhelming and there appears to be no logical place to start... i am actually trying to single handedly fix this! LOL

however you can create your own templates and position your content and modules easily using CSS - this is an example of one of our biggest joomla projects to date: www.cowboysdancehall.com obviously a little more technical that your average 5 page website but it gives you a good example of what you can push its very few limitation too... correct me if im wrong guys but i dont think wordpress could do this...

basically just like someone mentioned earlier about placing the include files for the header/footer/etc in your html you would do EXACTLY the same thing with your joomla template albeit your placing modules instead of include files...

its not something i can explain really in a single post - but if you would like some more information, i can provide some good resources for you but i just dont have them to hand right now.

to summarize i feel a novice web designer could use and design some really good sites using joomla providing they get the right training resources....

hope that helps

jay aka ukescuba


Stop Your Mobile Redirect Loop Nightmares Today!
Let Mobile Users Choose To Be Redirect Or Not!
Great Reviews - Easy To Use - Click For More Info
Jay Moreno is offline   Reply With Quote
Old 02-26-2009, 02:30 PM   #26
HyperActive Warrior
War Room Member
 
Join Date: Feb 2009
Posts: 374
Thanks: 17
Thanked 35 Times in 29 Posts
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

David, I think if I can give a basic overview of the php include that will bring it home for you. php is a scripting language, so you'll need your pages on a server that has it installed (99% chance this is the case if you are at any of the major isp's)

A php include can go in plain old html pages so you can stick with what you know, Dreamweaver. The include basically says when you render this page web server, grab the content in the include file and insert it into the page.

The include file is just a plain html file with a php extension on the name rather than html. In the include file you put anything from basic html to advanced php. The include file is on your web host, just like your pages are.

Even at the most basic level where you are really only using html in the include files you can cut your maintenance time down hugely. What are common areas to all of your web pages? Nav bar? Header? Footer? Sidebar? The code for these areas of the page can all be included via php includes. You would need to tweak each page once to drop in the includes, but after that your work is decreased.

Imagine you want to add a link in the nav to all your pages. The current way you are doing it, you would need to touch each page. With php includes, you edit only the included file. The next time someone loads the page, what you updated in the include file is rendered in your web page.

php includes are similar to a css stylesheet that is external to your pages. Each page points to the css file, but if you want to change a font or color, you don't go into each page, you edit the css file itself and all the pages get the change automatically as they are served to the end user. I hope those analogies and examples help you out.
WareTime is offline   Reply With Quote
Old 02-26-2009, 02:37 PM   #27
HyperActive Warrior
War Room Member
 
RedMatrix's Avatar
 
Join Date: Oct 2007
Location: Mission, TX, USA.
Posts: 332
Thanks: 224
Thanked 62 Times in 36 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Yahoo to RedMatrix Send a message via Skype™ to RedMatrix
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Quote:
Originally Posted by JustaWizard View Post
... you're saying that's similar to my HTML Dreamweaver template where if I change the copyright info, I make that change on the template and all the pages update, without having to manually open each page ...

Am I getting close? :-)

THANKS!
David
Well, maybe. But then you'd have to upload every single .html page to your server, where as just one included file with php.


PS: Shouldn't' this thread be in the programming section, lol.

~Dave
RedMatrix is offline   Reply With Quote
Old 02-26-2009, 02:40 PM   #28
HyperActive Warrior
 
MikeWords's Avatar
 
Join Date: Jan 2009
Location: South Florida
Posts: 112
Thanks: 1
Thanked 19 Times in 18 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

PHP is a programming language and it's output is HTML, so there is no difference to Google. When you use a PHP run CMS you can activate plugins that will make onsite SEO more automated, but no real advantage as far as what the google spider reads.
MikeWords is offline   Reply With Quote
Old 02-27-2009, 10:25 AM   #29
SEO Expert & Author
War Room Member
 
JustaWizard's Avatar
 
Join Date: Feb 2007
Location: Vancouver, WA USA
Posts: 489
Thanks: 201
Thanked 57 Times in 31 Posts
Social Networking View Member's Twitter Profile 
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

Here at the likely end of this thread - thanks to all, much appreciation fellow Warriors!

Also, I realize that my question was asked "in the dark" and in ignorance so thanks for your patience with me.

Finally - I need to pay closer attention - this thread SHOULD have been in a different category as noted by another warrior!

Best to all,
David Portney

JustaWizard is offline   Reply With Quote
Old 04-08-2011, 11:30 PM   #30
Warrior Member
 
rudyespinosa's Avatar
 
Join Date: Sep 2010
Location: Chicago, Illinois
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: PHP vs. HTML: Ranking & SEO - Which REALLY works better for a website??

I want to mention some related tips. I use Joomla for most of my sites. Joomla does not produce SEF URLs out of the box. There are many components and built-in SEO switches that will produce search engine friendly URLs. My favorite component also allows you to specify the extension, such as .php, .html, .htm, or no extension if you prefer it. It also allows you to create aliases by just entering the alternate page names. The component automatically creates 301 redirects for the aliases. A CMS such as Joomla is extremely powerful.

ONFX is a Chicago Web Design and Chicago SEO Company for small business firms.

Follow ONFX on Twitter - Facebook - LinkedIn
rudyespinosa is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
html, php, ranking, seo, website, works

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 06:51 PM.