www.amra.nl analysis, site info, backlinks and seo


www.amra.nl

www.amra.nl - amra coaching & therapie

Description: amra coaching & therapie maakt je essentie vrij en vernieuwd je vermogen om je leven, je relaties en je werk op te pakken

www.amra.nl scores a 5 out of 10 on our optimalisation scale. This is average. We have identified 5 keywords. This page seems optimized for the keyword 'therapie'

summary

This is the summary of our www.amra.nl analysis. Please check for detailed info under their tabs.

Site www.amra.nl (visit site)
Page Title amra coaching & therapie
Keyword density amra coaching contact logo therapie
SEO Summary 25% meta description relevance, 11% link relevance, 0% heading relevance, 177 page errors
Server info Location: Amersfoort,Netherlands

No backlinks were found for this domain or backlink search was skipped

>> View all backlinks !

Content & Html
Analyzed html, text, tags, links, headings, keywords and more
We found 177 html errors and warings !

>> Read More !

SEO score of www.amra.nl

5

>> Read More !

www.amra.nl seo score

www.amra.nl seo score expained

Below are the scores we calculated for different parts of www.amra.nl.

If any score is below 100 optimalisation is possible. If any score is below 40 improving this score should be a priority. Not all scores are weighted equally in our final SEO score. More detailed information for any suggestion can be count under the tabs. Relatively unimportant optimalisation tips are not included in this summary.

  Item Score Factor Suggestion
seo approval: Far too many sites lack a page title. A page title is the first thing that shows in the search results so always use the title element. PageTitle 100 0,3 Far too many sites lack a page title. A page title is the first thing that shows in the search results so always use the title element.
seo approval: A title should reflect the contents of a site. This site has a 100 % match Title relevance 100 2,3 A title should reflect the contents of a site. This site has a 100 % match
seo error: Try to keep your title between 40 and 66 characters. Your title was 29 characters long Title Length 30 0,7 Try to keep your title between 40 and 66 characters. Your title was 29 characters long
seo approval: A meta description is the second thing that shows in the search results so always use the meta description. Meta Description 100 0,2 A meta description is the second thing that shows in the search results so always use the meta description.
seo tip: The meta description should be between 145 and 160 characters. This meta description was 122 characters long Meta Description Length 70 0,7 The meta description should be between 145 and 160 characters. This meta description was 122 characters long
seo error: Meta Description should reflect the contents of a site. This site has a 25 % match Meta description relevance 33 0,7 Meta Description should reflect the contents of a site. This site has a 25 % match
seo approval: Linking to internal pages makes pages easier to find for search engines. Try to keep the number of links on your page roughly below 100. There are  30 internal links on this page. Number of internal links 100 3,3 Linking to internal pages makes pages easier to find for search engines. Try to keep the number of links on your page roughly below 100. There are 30 internal links on this page.
seo tip: We have not detected an easy to follow directory structure on this page. Make sure your directory structure is easy to follow. Folder structure 60 1,4 We have not detected an easy to follow directory structure on this page. Make sure your directory structure is easy to follow.
seo error: Headers should reflect the contents of a site. This site has a 0 % match Headings 0 1,6 Headers should reflect the contents of a site. This site has a 0 % match
seo error: Link anchors should to some degree reflect the contents of a site. This site has a 11 % match Links 33 1,6 Link anchors should to some degree reflect the contents of a site. This site has a 11 % match
seo error: Image alt tags should to some degree reflect the contents of a site. This site has a 0 % match Image alt tags 0 0,5 Image alt tags should to some degree reflect the contents of a site. This site has a 0 % match
seo approval: Bold and italic tags should to some degree reflect the contents of a site. This site has a 33 % match Bold and italic 100 0,4 Bold and italic tags should to some degree reflect the contents of a site. This site has a 33 % match
seo error: Try to keep the html / text ratio as low as possible. More html means longer loading times. Layout should be handled in a serpate css file Html ratio 0 1,1 Try to keep the html / text ratio as low as possible. More html means longer loading times. Layout should be handled in a serpate css file
seo error: If this score is not 100 check the html very carefully. We found 177 errors and warnings Page errors 12 2 If this score is not 100 check the html very carefully. We found 177 errors and warnings
seo error: An ideal page contains between 400 and 600 words.This page contains 57 words WordCount 0 1,1 An ideal page contains between 400 and 600 words.This page contains 57 words
www.amra.nl javascript

www.amra.nl javascript info

Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 2 external javascripts and 2 internal javascripts on www.amra.nl

Javascripts in the head of the page

The following js files were found on this page:

http://www.amra.nl/_js/highlight/highlight.js
http://spicebrains.com/tr/track.js

seo tip: put all javascript in one file r-domain advises to combine all javascript to one javascript. Javascripts normally are loaded before the page is displayed. Adding multiple javascript to your page can seriously slow down your website.

www.amra.nl inline javascript info

seo tip: avoid inline javascript Usually it makes sense to keep the amount of inline javascript to a minimun since this kind of javascript is not cachable. Usually the faster alternative is to put these snippets in an external script.

The following inline javascript snippets were found on this page:

var _gaq = _gaq || [];
_gaq.push(['_setaccount', 'ua-10915845-3']);
_gaq.push(['_trackpageview']);

(function() {
var ga = document.createelement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getelementsbytagname('script')[0]; s.parentnode.insertbefore(ga, s);
})();

inithighlightingonload('html', 'css', 'javascript');

var nssitetextid='ja';
var nstrackpath='http://spicebrains.com/tr/track/default.html?';
var nstrackmode='default';
var nscode=1;

<!--
var timeout = 500;
var closetimer = 0;
var ddmenuitem = 0;

// open hidden layer
function mopen(id)
{
// cancel close timer
mcancelclosetime();

// close old layer
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';

// get new layer and show it
ddmenuitem = document.getelementbyid(id);
ddmenuitem.style.visibility = 'visible';

}
// close showed layer
function mclose()
{
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
}

// go close timer
function mclosetime()
{
closetimer = window.settimeout(mclose, timeout);
}

// cancel close timer
function mcancelclosetime()
{
if(closetimer)
{
window.cleartimeout(closetimer);
closetimer = null;
}
}

// close layer when click-out
document.onclick = mclose;
// -->

www.amra.nl backlinks

Backlink analysis for www.amra.nl

Backlinks leading into a domain are of great important for the search engine results of a page. Each link from a website counts as a 'vote' for that websites. Links from trusted, related and high quality domains have more weight then other links.
Gathering links is often referred to as link building. If you do not have enought quility links to a domain you better start to build those links !

seo error: you have too few backlinks to your site There are currently 0 links leading into www.amra.nl There are a below average amount of backinks. Link building should be a priority for this site. Try to get links from hight quality websites to your site.

No backlinks were found for this domain or backlink search was skipped
www.formdesk.com
contactformulier - www.formdesk.com/amra/responsform1
www.formdesk.com
vraag hier uw informatie aan of bel voor een kennismakingsgesprek 0593-322279 - www.formdesk.com/amra/responsform1
www.amra.nl content analysis

www.amra.nl content analysis

On this page the content of www.amra.nl is analyzed for internal coherence. In other words: r-domain checks if elements on the site (headings, meta tags, link anchor text etc) are in sync with the rest of the contents of the page. Any element on a page should reflect to some degree the main subject of the page.

If an elemts matches the most important content of the page is is displayed in green. If it does not match is is displayed in red

Domain

Site www.amra.nl
Domain length 11 characters
Domain relevance found the keyword amra in domain name !

Head

The head element is a container for all the elements int he head of a page. Elements inside head can fort example include scripts, instruct the browser where to find style sheets, provide meta information. We analyzed the follwoing tags in the head section: <title>, <link>, <meta>,<script>, and <style>.

Page Title amra coaching & therapie
Page Title relevance 100% match
amra coaching therapie
Meta Description amra coaching & therapie maakt je essentie vrij en vernieuwd je vermogen om je leven, je relaties en je werk op te pakken (121 chars)
Meta Deascription relevance 25% match
amra coaching therapie maakt essentie vrij vernieuwd vermogen leven relaties werk pakken
Meta Keywords analytische-tekentherapie amra amra-coachin-&-therapie begeleiding bewustwording burnout burn-out coach coachen coaching coaching-persoonlijke-effectiviteit coaching-persoonlijke-ontwikkeling cognitieve-therapie context contextuele-therapie contectuele-loopbaan-coaching contextuele-coaching destructieve-patronen essentie functioneren individuele-coaching jungiaanse-psychoanalyse kennismakingsgesprek leiderschap leidinggeven leidinggevende loopbaanbegeleiding loopbaan-ontwikkeling loopbaan-coaching management-coaching ontwikkeling personal-coach persoonlijke persoonlijke-begeleiding persoonlijke-coach persoonlijke-coaching persoonlijke-effectiviteit persoonlijke-groei persoonlijke-kracht persoonlijke-ontwikkeling persoonlijk-leiderschap persoonlijk-ontwikkelplan professionele-ontwikkeling psychosociale-therapie psychotherapie psychotherapie rationeel-emotieve-therapie ret ret-therapie spiritualiteit spiritueel talenten tekentherapie tekentherapie therapeut therapie transformatieproces werken-met-dromen werken-met-tekeningen wijsheid-aanspreken zelfsturing zelfvertrouwen zelfvertrouwen groningen assen leeuwarden drachten emmen hoogeveen meppel haren veendam winschoten leek roden dwingeloo coevoden oosterwolde eelde
Meta keyword relevance 4% match
analytische-tekentherapie amra amra-coachin- -therapie begeleiding bewustwording burnout burn-out coach coachen coaching coaching-persoonlijke-effectiviteit coaching-persoonlijke-ontwikkeling cognitieve-therapie context contextuele-therapie contectuele-loopbaan-coaching contextuele-coaching destructieve-patronen essentie functioneren individuele-coaching jungiaanse-psychoanalyse kennismakingsgesprek leiderschap leidinggeven leidinggevende loopbaanbegeleiding loopbaan-ontwikkeling loopbaan-coaching management-coaching ontwikkeling personal-coach persoonlijke persoonlijke-begeleiding persoonlijke-coach persoonlijke-coaching persoonlijke-effectiviteit persoonlijke-groei persoonlijke-kracht persoonlijke-ontwikkeling persoonlijk-leiderschap persoonlijk-ontwikkelplan professionele-ontwikkeling psychosociale-therapie psychotherapie rationeel-emotieve-therapie ret ret-therapie spiritualiteit spiritueel talenten tekentherapie therapeut therapie transformatieproces werken-met-dromen werken-met-tekeningen wijsheid-aanspreken zelfsturing zelfvertrouwen groningen assen leeuwarden drachten emmen hoogeveen meppel haren veendam winschoten leek roden dwingeloo coevoden oosterwolde eelde
Meta info@amra.nl
Meta robots index, follow
Meta revisit-after 1 month
Meta author henk lindhout
Meta language dutch
Meta verify-v1 xfhtgij4a1aembtbwskjdm9f0lv+yboyrs3dqx7bw+g=

Content

Content is the most important thing on a website. Content can be indexed by seach engines. They provide most of a websites traffic. Tags such as headings (h1 .. h6), paragraphs (p) can be used to structure the text on the page. Tags as bold (b / strong) or italic (i / em) can be used the empasize important text. Images can be used to further explain or just to brighten up a page and can be describud using the alt tag. Links can be used to direct users to another page. All elements have in common that they use text and text can be indexed !

Keyword density amra coaching contact logo therapie
Wordcount 56 words found on www.amra.nl
Links 32 links found on page containing the following anchor texts
home, therapie, keuzehulp therapie, analytische tekentherapie, psychosociale therapie, contextuele therapie, coaching, coachingstrajecten, stress coaching, coaching van talenten, loopbaan coaching, persoonlijk leiderschap, bij en nascholing, wie is amra, henk lindhout, visie, netwerk, amra is meer, logo, registratie, beroepsregistratie, kwaliteitsgarantie, tarieven, tarief overzicht, vergoedingen, contact, contact & route, contactformulier, nieuws, coaching, therapie, vraag hier uw informatie aan of bel voor een kennismakingsgesprek 0593-322279,
Link anchor relevance 11% match
home therapie keuzehulp analytische tekentherapie psychosociale contextuele coaching coachingstrajecten stress van talenten loopbaan persoonlijk leiderschap bij nascholing wie amra henk lindhout visie netwerk meer logo registratie beroepsregistratie kwaliteitsgarantie tarieven tarief overzicht vergoedingen contact route contactformulier nieuws vraag hier informatie aan bel voor een kennismakingsgesprek
Headings 0 headings found on page containing the following texts
No headings found !
Headings relevance 0% match
No headings found on this page!
Emphasis (bold and italic) 6 bold or italic tags found on page containing the following texts
amra coaching & therapie maakt je essentie vrij., persoonlijke ontwikkeling:, professionele ontwikkeling:, coaching, therapie, amra coaching & therapie maakt je essentie vrij.,
Bold and italic tag relevance 33% match
amra coaching therapie maakt essentie vrij persoonlijke ontwikkeling professionele
Image alt tags 3 image alt tags found on page containing the following texts
, , ,
Image alt tag relevance 0% match
No image alt tags found on this page !
www.amra.nl css

www.amra.nl stylesheet info

Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language.

Stylesheets in the head of the document

The following css files were found on www.amra.nl:

http://www.amra.nl/tekst.css
http://www.amra.nl/tekst.css
http://www.amra.nl/_css/default.css
http://www.amra.nl/_js/highlight/sample.css
http://www.amra.nl/tekst.css
http://www.amra.nl/tekst.css

seo tip: combine stylehseets r-domain advises to combine all stylesheets to one compressed stylesheet. Adding multiple stylesheets to your page can seriously slow down your website. Compressing your stylehseet can speed up your page

www.amra.nl inline stylesheet info

seo approval: avoid inline css No inline css was detected on this page

www.amra.nl server info

www.amra.nl server info

A good server setup can make a huge difference for website performance and may even enhance the ratings in the search engine results since page speed has become an issue.

Http request info

'HTTP response code 200
Download time 0,10464 seconds
Filesize 15705 bytes

Server headers

Server headers are the response the server sends before the actual content. A correct server setup can speed up a site and free up server resources. Make sure that all headers are set correct. For example dont cache dynamic content and dont close connections unless there is a good reason.

HTTP/1.1 200 OK
Date: Fri, 25 May 2012 07:53:00 GMT The Date header represents the time when the message was generated, regardless of caching that happened since. It is used by caches as input to expiration calculations, and to detect clock drift.
Server: Apache/2.0.52 (Red Hat) PHP/4.4.9 FrontPage/5.0.2.2635 The Server header contains information about the software used by the origin server to handle the request. The server used here is Apache/2.0.52 (Red Hat) PHP/4.4.9 FrontPage/5.0.2.2635
Last-Modified: Thu, 10 May 2012 13:09:03 GMT The Last-Modified header indicates the time that the origin server believes the representation was last modified. The value is Thu, 10 May 2012 13:09:03 GMT
ETag: "fde93d6-3d59-52e819c0" An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL. If the resource content at that URL ever changes, a new and different ETag is assigned. Used in this manner ETags are similar to fingerprints, and they can be quickly compared to determine if two versions of a resource are the same or are different. "fde93d6-3d59-52e819c0"
Accept-Ranges: bytes
Content-Length: 15705 The Content-Length header indicates the size of the body, in number of bytes. In responses to the HEAD method, it indicates the size of the body that would have been sent had the request been a GET. If Content-Length is incorrect, persistent connections will not work, and caches may not store the response (since they can't be sure if they have the whole response). The content length is 15705 bytes
Content-Type: text/html The Content-Type entity-header field indicates the media type of the entity-body sent to the recipient or, in the case of the HEAD method, the media type that would have been sent had the request been a GET. . The value is text/html

Server location

Server location is important because a server that is located near the customer will serve pages faster then a server located far away

IP Adress 213.75.22.57
Country Code NL
Country Code 3 NLD
Country Name Netherlands
Region 09
City Amersfoort
www.amra.nl website navigation

www.amra.nl navigation and internal link structure

We have scanned www.amra.nl for internal links and found 30 links on this page. We found 0 base folders and 3 folders on this site. Easy to follow navigation helps your visitors navigate through your website efficiently and improves the website experience. It is even more important for seach engines while it helps them spider your website and find the most important content.

seo tip: improvae navigation We did not find an easy to follow navigation structure on www.amra.nl. Consider improving navigation on this page.

Internal links found

Click on any of the links below to analyze that page

www.amra.nl/
www.amra.nl
www.amra.nl/index.htm
www.amra.nl/therapie.html
www.amra.nl/analytische-tekentherapie.html
www.amra.nl/psychosocialetherapie.html
www.amra.nl/contextuele-therapie.html
www.amra.nl/coaching.html
www.amra.nl/ret.html
www.amra.nl/talenten.html
www.amra.nl/contextuele-coaching.html
www.amra.nl/persoonlijk-leiderschap.html
www.amra.nl/scholing.html
www.amra.nl/henklindhout.html
www.amra.nl/essentie.html
www.amra.nl/netwerken.html
www.amra.nl/anamcara.html
www.amra.nl/symboliek-logo.html
www.amra.nl/beroepsregistratie.html
www.amra.nl/kwaliteitsgarantie.html
www.amra.nl/tarieven.html
www.amra.nl/vergoedingen.html
www.amra.nl/contact.html
www.amra.nl/nieuws.html
www.amra.nl html

www.amra.nl html info

HTML stands for Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.

Html / text ratio

Try to keep your html as short as possible. Html only describes your content. There is no benefit in having a page with lots of html tags. A bloated page will slow down your site and harm user experience.

seo error: Try to keep the html / text ratio as low as possible. More html means longer loading times. Layout should be handled in a serpate css file The html ratio of this page is 17,05

Page Errors

Html errors at best slow down your website (since a browser has to guess at the meaning) and in worst case render your page unviewable. Therefor make shure there are no html errors on your page !

line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 5 column 22 - Warning: unescaped & which should be written as &amp;
line 7 column 49 - Warning: unescaped & which should be written as &amp;
line 11 column 14 - Warning: unescaped & or unknown entity "&-Therapie"
line 130 column 9 - Warning: inserting implicit <body>
line 135 column 1 - Warning: </head> isn't allowed in <body> elements
line 130 column 9 - Info: <body> previously mentioned
line 137 column 1 - Warning: <link> isn't allowed in <body> elements
line 130 column 9 - Info: <body> previously mentioned
line 137 column 57 - Warning: <link> isn't allowed in <body> elements
line 130 column 9 - Info: <body> previously mentioned
line 138 column 1 - Warning: <base> isn't allowed in <body> elements
line 130 column 9 - Info: <body> previously mentioned
line 140 column 1 - Warning: discarding unexpected <body>
line 153 column 9 - Warning: <style> unexpected or duplicate quote mark
line 153 column 9 - Warning: <style> attribute with missing trailing quote mark
line 153 column 9 - Warning: <style> isn't allowed in <td> elements
line 149 column 25 - Info: <td> previously mentioned
line 156 column 56 - Warning: '<' + '/' + letter not allowed here
line 156 column 63 - Warning: '<' + '/' + letter not allowed here
line 156 column 67 - Warning: '<' + '/' + letter not allowed here
line 158 column 88 - Warning: '<' + '/' + letter not allowed here
line 158 column 95 - Warning: '<' + '/' + letter not allowed here
line 158 column 99 - Warning: '<' + '/' + letter not allowed here
line 158 column 106 - Warning: '<' + '/' + letter not allowed here
line 158 column 110 - Warning: '<' + '/' + letter not allowed here
line 159 column 10 - Warning: '<' + '/' + letter not allowed here
line 160 column 81 - Warning: '<' + '/' + letter not allowed here
line 160 column 88 - Warning: '<' + '/' + letter not allowed here
line 160 column 92 - Warning: '<' + '/' + letter not allowed here
line 161 column 58 - Warning: '<' + '/' + letter not allowed here
line 161 column 62 - Warning: '<' + '/' + letter not allowed here
line 164 column 76 - Warning: '<' + '/' + letter not allowed here
line 164 column 83 - Warning: '<' + '/' + letter not allowed here
line 166 column 13 - Warning: '<' + '/' + letter not allowed here
line 168 column 56 - Warning: '<' + '/' + letter not allowed here
line 168 column 63 - Warning: '<' + '/' + letter not allowed here
line 170 column 13 - Warning: '<' + '/' + letter not allowed here
line 172 column 64 - Warning: '<' + '/' + letter not allowed here
line 172 column 71 - Warning: '<' + '/' + letter not allowed here
line 174 column 13 - Warning: '<' + '/' + letter not allowed here
line 176 column 52 - Warning: '<' + '/' + letter not allowed here
line 176 column 59 - Warning: '<' + '/' + letter not allowed here
line 178 column 13 - Warning: '<' + '/' + letter not allowed here
line 180 column 66 - Warning: '<' + '/' + letter not allowed here
line 180 column 73 - Warning: '<' + '/' + letter not allowed here
line 180 column 77 - Warning: '<' + '/' + letter not allowed here
line 183 column 65 - Warning: '<' + '/' + letter not allowed here
line 183 column 72 - Warning: '<' + '/' + letter not allowed here
line 185 column 13 - Warning: '<' + '/' + letter not allowed here
line 187 column 53 - Warning: '<' + '/' + letter not allowed here
line 187 column 60 - Warning: '<' + '/' + letter not allowed here
line 189 column 13 - Warning: '<' + '/' + letter not allowed here
line 191 column 56 - Warning: '<' + '/' + letter not allowed here
line 191 column 63 - Warning: '<' + '/' + letter not allowed here
line 191 column 67 - Warning: '<' + '/' + letter not allowed here
line 191 column 71 - Warning: '<' + '/' + letter not allowed here
line 194 column 10 - Warning: '<' + '/' + letter not allowed here
line 196 column 79 - Warning: '<' + '/' + letter not allowed here
line 196 column 267 - Warning: '<' + '/' + letter not allowed here
line 198 column 78 - Warning: '<' + '/' + letter not allowed here
line 198 column 82 - Warning: '<' + '/' + letter not allowed here
line 202 column 33 - Warning: '<' + '/' + letter not allowed here
line 255 column 7 - Warning: '<' + '/' + letter not allowed here
line 308 column 6 - Warning: '<' + '/' + letter not allowed here
line 311 column 35 - Warning: '<' + '/' + letter not allowed here
line 313 column 31 - Warning: '<' + '/' + letter not allowed here
line 314 column 31 - Warning: '<' + '/' + letter not allowed here
line 315 column 31 - Warning: '<' + '/' + letter not allowed here
line 316 column 31 - Warning: '<' + '/' + letter not allowed here
line 317 column 31 - Warning: '<' + '/' + letter not allowed here
line 317 column 38 - Warning: '<' + '/' + letter not allowed here
line 318 column 11 - Warning: '<' + '/' + letter not allowed here
line 320 column 82 - Warning: '<' + '/' + letter not allowed here
line 322 column 79 - Warning: '<' + '/' + letter not allowed here
line 323 column 103 - Warning: '<' + '/' + letter not allowed here
line 324 column 96 - Warning: '<' + '/' + letter not allowed here
line 325 column 93 - Warning: '<' + '/' + letter not allowed here
line 325 column 100 - Warning: '<' + '/' + letter not allowed here
line 326 column 19 - Warning: '<' + '/' + letter not allowed here
line 328 column 82 - Warning: '<' + '/' + letter not allowed here
line 330 column 79 - Warning: '<' + '/' + letter not allowed here
line 331 column 71 - Warning: '<' + '/' + letter not allowed here
line 332 column 82 - Warning: '<' + '/' + letter not allowed here
line 333 column 90 - Warning: '<' + '/' + letter not allowed here
line 334 column 99 - Warning: '<' + '/' + letter not allowed here
line 335 column 78 - Warning: '<' + '/' + letter not allowed here
line 335 column 85 - Warning: '<' + '/' + letter not allowed here
line 336 column 19 - Warning: '<' + '/' + letter not allowed here
line 338 column 85 - Warning: '<' + '/' + letter not allowed here
line 340 column 78 - Warning: '<' + '/' + letter not allowed here
line 341 column 66 - Warning: '<' + '/' + letter not allowed here
line 342 column 69 - Warning: '<' + '/' + letter not allowed here
line 343 column 73 - Warning: '<' + '/' + letter not allowed here
line 344 column 71 - Warning: '<' + '/' + letter not allowed here
line 344 column 78 - Warning: '<' + '/' + letter not allowed here
line 345 column 11 - Warning: '<' + '/' + letter not allowed here
line 347 column 85 - Warning: '<' + '/' + letter not allowed here
line 349 column 89 - Warning: '<' + '/' + letter not allowed here
line 350 column 89 - Warning: '<' + '/' + letter not allowed here
line 350 column 96 - Warning: '<' + '/' + letter not allowed here
line 351 column 11 - Warning: '<' + '/' + letter not allowed here
line 353 column 82 - Warning: '<' + '/' + letter not allowed here
line 355 column 77 - Warning: '<' + '/' + letter not allowed here
line 356 column 77 - Warning: '<' + '/' + letter not allowed here
line 356 column 84 - Warning: '<' + '/' + letter not allowed here
line 357 column 11 - Warning: '<' + '/' + letter not allowed here
line 359 column 81 - Warning: '<' + '/' + letter not allowed here
line 361 column 75 - Warning: '<' + '/' + letter not allowed here
line 362 column 86 - Warning: '<' + '/' + letter not allowed here
line 362 column 93 - Warning: '<' + '/' + letter not allowed here
line 363 column 11 - Warning: '<' + '/' + letter not allowed here
line 365 column 58 - Warning: '<' + '/' + letter not allowed here
line 367 column 31 - Warning: '<' + '/' + letter not allowed here
line 368 column 31 - Warning: '<' + '/' + letter not allowed here
line 369 column 31 - Warning: '<' + '/' + letter not allowed here
line 369 column 38 - Warning: '<' + '/' + letter not allowed here
line 370 column 11 - Warning: '<' + '/' + letter not allowed here
line 372 column 3 - Warning: '<' + '/' + letter not allowed here
line 376 column 29 - Warning: '<' + '/' + letter not allowed here
line 378 column 73 - Warning: '<' + '/' + letter not allowed here
line 378 column 77 - Warning: '<' + '/' + letter not allowed here
line 378 column 81 - Warning: '<' + '/' + letter not allowed here
line 378 column 85 - Warning: '<' + '/' + letter not allowed here
line 379 column 21 - Warning: '<' + '/' + letter not allowed here
line 379 column 28 - Warning: '<' + '/' + letter not allowed here
line 386 column 90 - Warning: '<' + '/' + letter not allowed here
line 386 column 97 - Warning: '<' + '/' + letter not allowed here
line 387 column 29 - Warning: '<' + '/' + letter not allowed here
line 387 column 36 - Warning: '<' + '/' + letter not allowed here
line 388 column 21 - Warning: '<' + '/' + letter not allowed here
line 391 column 35 - Warning: '<' + '/' + letter not allowed here
line 391 column 42 - Warning: '<' + '/' + letter not allowed here
line 391 column 46 - Warning: '<' + '/' + letter not allowed here
line 392 column 21 - Warning: '<' + '/' + letter not allowed here
line 397 column 62 - Warning: '<' + '/' + letter not allowed here
line 397 column 69 - Warning: '<' + '/' + letter not allowed here
line 397 column 73 - Warning: '<' + '/' + letter not allowed here
line 397 column 77 - Warning: '<' + '/' + letter not allowed here
line 407 column 67 - Warning: '<' + '/' + letter not allowed here
line 407 column 71 - Warning: '<' + '/' + letter not allowed here
line 410 column 63 - Warning: '<' + '/' + letter not allowed here
line 410 column 70 - Warning: '<' + '/' + letter not allowed here
line 410 column 74 - Warning: '<' + '/' + letter not allowed here
line 410 column 78 - Warning: '<' + '/' + letter not allowed here
line 418 column 83 - Warning: '<' + '/' + letter not allowed here
line 418 column 87 - Warning: '<' + '/' + letter not allowed here
line 419 column 21 - Warning: '<' + '/' + letter not allowed here
line 424 column 56 - Warning: '<' + '/' + letter not allowed here
line 424 column 63 - Warning: '<' + '/' + letter not allowed here
line 424 column 70 - Warning: '<' + '/' + letter not allowed here
line 430 column 81 - Warning: '<' + '/' + letter not allowed here
line 430 column 85 - Warning: '<' + '/' + letter not allowed here
line 430 column 89 - Warning: '<' + '/' + letter not allowed here
line 430 column 96 - Warning: '<' + '/' + letter not allowed here
line 431 column 24 - Warning: '<' + '/' + letter not allowed here
line 431 column 31 - Warning: '<' + '/' + letter not allowed here
line 431 column 38 - Warning: '<' + '/' + letter not allowed here
line 435 column 81 - Warning: '<' + '/' + letter not allowed here
line 435 column 85 - Warning: '<' + '/' + letter not allowed here
line 435 column 89 - Warning: '<' + '/' + letter not allowed here
line 437 column 91 - Warning: '<' + '/' + letter not allowed here
line 437 column 98 - Warning: '<' + '/' + letter not allowed here
line 437 column 105 - Warning: '<' + '/' + letter not allowed here
line 437 column 142 - Warning: '<' + '/' + letter not allowed here
line 438 column 21 - Warning: '<' + '/' + letter not allowed here
line 445 column 29 - Warning: '<' + '/' + letter not allowed here
line 445 column 34 - Warning: '<' + '/' + letter not allowed here
line 446 column 22 - Warning: '<' + '/' + letter not allowed here
line 447 column 12 - Warning: '<' + '/' + letter not allowed here
line 448 column 37 - Warning: '<' + '/' + letter not allowed here
line 449 column 5 - Warning: '<' + '/' + letter not allowed here
line 450 column 5 - Warning: '<' + '/' + letter not allowed here
line 153 column 9 - Warning: missing </style>
line 153 column 9 - Warning: missing </style>
line 142 column 9 - Warning: missing </table>
line 141 column 1 - Warning: missing </div>
line 153 column 9 - Warning: <style> proprietary attribute "line-height:"
line 153 column 9 - Warning: <style> inserting "type" attribute
line 142 column 9 - Warning: <table> lacks "summary" attribute
line 146 column 3 - Warning: <img> lacks "alt" attribute
line 151 column 9 - Warning: <img> lacks "alt" attribute
Info: Document content looks like HTML 4.01 Transitional
177 warnings, 0 errors were found!

Repair broken html

r-domain lets you repair the broken html. Click on the button below to let r-domain fetch your page and show the repaired output. Copy the output to your site and test it there !

refresh our seo analysis The current report is cached on Fri, 25 May 2012 09:53:00. Click here to refresh the results

Analyse your website !

Please enter your domain name