Webmaster Forums - Website and SEO Help

Web Development and Design => Website Design and HTML => Topic started by: lisajak on December 04, 2011, 02:44:06 PM

Title: html sites vs php sites
Post by: lisajak on December 04, 2011, 02:44:06 PM

What I would say that html sites are given much value by search engines compared to php sites, what would you say about this?
Title: Re: html sites vs php sites
Post by: Webhelpforums on December 04, 2011, 08:34:40 PM
PHP is server-side code that generates HTML which is what the crawler/browser sees...
So no difference what generated the content in a page.

You may argue that PHP/database websites sometimes may generate URLs intentionally which are not always search engine friendly. (But even that is very rare today.)

Title: Re: html sites vs php sites
Post by: Graphic Design on December 06, 2011, 05:48:35 AM
php is a server side programming language that does not execute on the viewers side but is used as one of a number of available methods to deliver html.
whatever be  the server side programming language you use the end result is that you deliver html regardless of whether a page ends with .html or .php for instance.
Title: Re: html sites vs php sites
Post by: Delois on December 08, 2011, 03:10:18 AM
PHP used basic HTML features to deliver a language or platform for developer to implement the certain functionality automatically in which developers don't need to write manual HTML code for programming. So we cannot compare these two. If you are talking about the URL extension, there is no difference in assigning rank between them bot works fine.
Title: Re: html sites vs php sites
Post by: annaharris on January 10, 2012, 04:15:01 AM
PHP gets executed on a server then rendered in the browser.

HTML gets executed and rendered in the browser.