Copyright © tutorialspoint.com

SEO - XHTML Verifcation for Web Site

previous next


You design and develop a web site but how would you know if you have put all the HTML syntax in correct way. Almost all browser don't complain against your wrong syntax but wrong is wrong. There are many SEO experts who claim that SEO is not dependent on site HTML/XHTML verification. But I will tell you various reasons why your site should be W3C Compliance.

Why HTML/XHTML Verification is Required?

There are various reasons to verify your web page before hosting it over the internet.

What Is W3C Compliance?

The W3C is the World Wide Web Consortium and since 1994 the W3C has provided the guidelines by which websites and web pages should be structured and created. Here are the links to validate your web pages:

While doing verification you will get errors along with appropriate reasons. All the validations will be done using XHTML DTD which is a refined verison of HTML.

Rules for W3C Compliance:

There are following rules which you should keep in your mind while writing your web pages.

previous next

Copyright © tutorialspoint.com