XHTML page with considerations of search engine optimization
Obviously content is very important for search engine optimization. But equivalently Code your pages using external CSS and JavaScript and use relevant and semantic XHTML formatting which will be part of on-page optimization.
Benifits Of XHTML
Strict XML syntax encourages authors to write well-formed markup, which some authors may find easier to maintain
Integrates directly with other XML vocabularies, such as SVG and MathML
Allows the use of XML Processing, which some authors use as part of their editing and/or publishing processes
Definations of XHTML
•XHTML (Extensible Hypertext Markup Language) is a family of XML markup languages that mirror or extend versions of the widely used Hypertext Markup Language (HTML), the language in which web pages are written
•The next generation of HTML, compliant with XML standards. Although it is very similar to the current HTML, it follows a stricter set of rules, thus allowing for better automatic cod...