In order for your site to be seo friendly you should write your html page using a small number a html tags. Google always compares the text in your site(the text that is visible to your users) to the hole html file.
The first thing you can do is to include your javascript and css in external file(they should be in your index.html). This is how you can do this:
<link rel="stylesheet" type="text/css" href="url to css file"/>
<script language='javascript' src='url to javascript file'></script>
One other thing you can do is not to use tables but the div tag. Organize your index.html using div and css. You will see that it's much easier , especially when you have to modify something.
Decreasing your site size will also make google's crawler to visit it more often.
Niciun comentariu:
Trimiteți un comentariu