Spiderability Report:
- Javascript 8 would be better if in an external file [Explain]
- Javascript 11 would be better if in an external file [Explain]
- Javascript 12 would be better if in an external file [Explain]
Statistics Report:
- There are 1132 characters in your HTML before your visible page starts
- Number of words on page: 586
Top 20 most occuring words on the page, excluding 'common' words:
| Word | Occurences | % of page |
| seo | 56 | 9.6 |
| services | 19 | 3.2 |
| internet | 15 | 2.6 |
| uk | 15 | 2.6 |
| marketing | 13 | 2.2 |
| search | 11 | 1.9 |
| optimisation | 9 | 1.5 |
| engine | 8 | 1.4 |
| kruse | 7 | 1.2 |
| site | 6 | 1 |
| software | 6 | 1 |
| web | 6 | 1 |
| business | 5 | 0.9 |
| testimonials | 5 | 0.9 |
| website | 5 | 0.9 |
| affordable | 4 | 0.7 |
| google | 4 | 0.7 |
| here | 4 | 0.7 |
| report | 4 | 0.7 |
| reviews | 4 | 0.7 |
Explanations
- Style sheet should be external
- If you moved your style sheet in to an external file and call it in to your page using the 'link rel="stylesheet"' command it will reduce the amount of code on your page, which helps the spiders decide what is content and what is code it should ignore.
- Javascript should be external
- If you moved your Javascript code in to an external file and called it in rather than having it on the page itself it would reduce the amount of code on your page, which helps the spiders decide what is content and what is code it should ignore. There is a number after the Javascript that has been found to be quite lengthy, so if you have several scripts on your page it may only be worth moving one off in to it's own file.