How to make your website more indexable

In this article we will see few quick tips that can make a big difference on you website accessibility by search engines.

1. Background color of the body

body (background-color: # fff)

Always put a background color of the page to make sure that the page is readable even to those who have different color settings are not standard.

2. Link recognizable

a: link (
background: # fff;
color: # f00;
text-decoration: underline;
)
a: visited (
background: # fff;
color: # f77;
text-decoration: underline;
)
a: hover, a: active, to: focus (
background: # f00;
color: # fff;
text-decoration: none;
)

And ‘well that all links are “noted” you should highlight and distinguish the color of good links already visited by those not yet visited.

3. Font generic
It ‘always good use of our site, font, or writing, already installed on your PC, to give you an idea, the classic Times New Roman.

4. Texts with variable size
Do not ever give the texts in a pixel because it has high resolution must, for example, zoom, it is better to use the percentages!

5. CSS for printing
To print the contents are interested then good to see a readable font and remove the parts so as menu!