Sunday, January 13, 2013

Source is important for SEO?

If you have worked up to now with a WYSIWYG editor: Learn HTML and write your pages yourself with a text editor such as Phase5 or Text-pad. The best-known tutorial for website creation is "SELF HTML".
     Purify your pages and remove unnecessary spaghetti code. Note the web standards ("standards compliant web design").


Search Engine Optimization

     Draw from your content with logical HTML. For example, you create Headings not by you. Simply increase the font size, but use instead the corresponding HTML elements (h1-h6) The same applies to paragraphs (p), lists (ul, ol, li), and highlighting (em, strong).
     Check each page on your validity! Errors in the HTML structure can not only cause problems for browsers in the presentation, but also confuse search engines indexing the content. Validator is a commendable example TidyGUI.
Realize all formatting with CSS in an external style sheet file. It is included in the head as follows:
<link rel="stylesheet" type="text/css" href="meinestyles.css">
Store JavaScript (if any) from an external file. This makes your web pages are leaner and simpler - not only for you but also for search engines. An external script file you bind in the head as follows:
 src="meinskript.js" <script type="text/javascript"> </ script>
Remove all unnecessary spaces from your code. Some programs for creating Web pages automatically create indentations that can magnify the page volume by up to 50%.
     The effect on the ranking should be small, but your visitors are pleased definitely have faster loading times.

No comments:

Post a Comment

Related Post

Related Posts Plugin for WordPress, Blogger...