First lesson of SEO

Write nice code.

Put an extra effort in making your HTML look really nice. Because, if you want the search engines to like you and other people who examin your code to think you’re good, this makes sense.

Learn a thing or two from the programming world. Use the Tab key and row break after each statement.

As a programmer, sometimes the HTML code makes me weep. When the code looks good it’s much easier for everyone. The most important task for someone who writes HTML is to row break and tab code at appropriate places. For example;

<div id="wrapper">
<div class="red-text">My name is Ola</div>
</div>

That’s my lesson for all designers out there. Beauty in code!

Tags: , ,

Leave a Reply