answersLogoWhite

0


Best Answer

From an SEO perspective, we have observed that the most SEO friendly programming languages are:

1) HTML

2) php

-other languages are not quite as friendly, generally because creating permalinks are trickier and extra code like java is not very search engine friendly.

The benefit to php is you can use a common header and footer, which saves time, however, you want to make sure that your meta tags are not in the general header.php file.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Are php pages beneficial from seo point of view?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why you do not see any PHP code when you view the source code of a PHP page in the browser?

PHP is server-side, the browser itself does not interpret it. Rather, the browser sends a query to the server, and the PHP scripting generates custom HTML document. It is this HTML that you are seeing the source code of.


Is PHP a general purpose programming language?

I defiantly wouldn't call it General Purpose but if you are fluent in PHP then there is pretty much nothing you can't do in PHP (provided you understand HTML, CSS and JavaScript). I've used PHP for items which I could have made via programs such as Access and Visual Studios but PHP is more first hand and easier for me. One good point to programs in PHP is because they are Server-side it should work for all Users.


What are the various ways to embedded PHP in HTML coding?

there are in fact two basic methods - one is called minimal PHP, and the second tends to be referred to as the CGI-way. minimal php means that you're making php secions in HTML only where really necessary (using the php section begin (<?php ) and end (?> ) tags.). the CGI-way, or maximum PHP means, that you're in fact embedding HTML into strings in php, and the whole page is echo()ed. the second way tends to be viewed as an abuse of php by some people, as php was meant to be "templating" language, and designed to be used mainly the first way.


Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version


How do you create an area of a webpage to display PHP results?

PHP code blocks start with <?php and end with ?>.

Related questions

How can you put PHP into your product details pages?

<?php // your php code goes here ?> If your product pages are created in PHP (have the .php extension) then you can simply add the php start/end tag. There is a way to have the server recognize PHP inside of HTML files but that would require some work on the server, better left to the server manager.


What is the php hosting?

Php hosting is a popular scripting language in which produces dynamic web pages. An example of a dynamic web page is Facebook. Facebook needs php hosting as it has a login page. Shopping pages are also php hosted.


Why do we use Php?

PHP is an Open Source Scripting Language. We can create Web Pages and Web Applications using PHP.


What is new in PHP?

PHP is a recursive acronym for "PHP: Hypertext Preprocessor" created by The PHP Group. PHP is a widely used server-side scripting language and the general purpose of PHP is to create dynamic Web Pages. For more information, visit the PHP website.


What does php mean at the end of an url?

Websites are servers that present pages as they are requested. Pages, in this context, are merely different kinds of files -- much like images and word documents. The "php" appended at the end of a URL indicates you are requesting a PHP type file, which is composed with the PHP language. PHP is a programming language that stands for "PHP: Hypertext Preprocessor." It is used to develop websites that present dynamic content and allow page-to-page interaction, such as forums and wikis.


What free downloading platform would be best to download PHP tutorials?

It would be better if you just view them online. There is enough material available on the web for PHP. If you still want to download and view it offline, then I suggest one of the PHP E-books


How do you animate in php?

There's no direct way to do animation in PHP, as it's a server side scripting language. That means that from the browser's point of view, there is no PHP code. It's just a static document that happens to be generated using PHP on the server side. If you want to do animation, you'll need to include client side scripting such as Javascript or Flash (or an animated GIF if something that simple meets your needs).


What does a PHP 5 ChangeLog do?

PHP is a scripting language this is used for web development. The PHP 5 ChangeLog is log which lists all of the fixed bugs on PHP Version 5. This can be found on the PHP website as a point of reference.


Who are the radio announcers for the Atlanta Falcons?

http://www.929dave.fm/pages/1736992.php


Difference between jsp and php?

JSP stands for Java Server Pages whereas PHP stands for Hypertext PreProcessor. PHP is a scripting language whereas JSP is a full fledged technology. JSP is much more powerful and has more features than PHP


What is the main use of php than other programming languages?

PHP is used mainly to help create dynamically generated website pages. It is a script language running on a server. PHP programs are not compiled as executable files.


Is PHP a completely object oriented language?

It depends on which language to you , is "Not" completely Object Oriented. To us PHP is a server scripting language like any other language ASP,CGI,PERL each. Orientation is the views of the users of the engines. It is not the view at the point of source or origin.