www.e-docs.nl analysis, site info, backlinks and seo


www.e-docs.nl

www.e-docs.nl - edocs digitaal archiveren en document management

Description: edocs digitaal archiveren biedt de mogelijkheid om alle documentstromen in uw organisatie snel en efficiënt te verwerken.edocs voor een digitaal archief en document management.

www.e-docs.nl scores a 5,2 out of 10 on our optimalisation scale. This is average. We have identified 6 keywords. This page seems optimized for the keyword 'edocs'

summary

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

Site www.e-docs.nl (visit site)
Page Title edocs digitaal archiveren en document management
Keyword density edocs fri gmt may no-cache zorg
SEO Summary 6% meta description relevance, 3% link relevance, 5% heading relevance, 72 page errors
Server info Location: Papendrecht,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 72 html errors and warings !

>> Read More !

SEO score of www.e-docs.nl

5,2

>> Read More !

www.e-docs.nl javascript

www.e-docs.nl javascript info

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

Javascripts in the head of the page

The following js files were found on this page:

http://www.e-docs.nl/media/system/js/mootools.js
http://www.e-docs.nl/media/system/js/caption.js
http://www.e-docs.nl/templates/yoo_air/warp/systems/joomla.1.5/js/warp.js
http://www.e-docs.nl/templates/yoo_air/warp/systems/joomla.1.5/js/accordionmenu.js
http://www.e-docs.nl/templates/yoo_air/warp/systems/joomla.1.5/js/menu.js
http://www.e-docs.nl/templates/yoo_air/warp/systems/joomla.1.5/js/fancymenu.js
http://www.e-docs.nl/templates/yoo_air/js/template.js
http://www.e-docs.nl/templates/yoo_air/warp/systems/joomla.1.5/js/search.js
http://www.edocs.nl/modules/mod_yoo_carousel/mod_yoo_carousel.js
http://www.edocs.nl/modules/mod_fhw-pagepeel/pagepeel_banner/ac_runactivecontent.js
http://www.edocs.nl/modules/mod_fhw-pagepeel/pagepeel_banner/ac_oetags.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.e-docs.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:

warp.settings = {"color":"lilac","itemcolor":null};

// url to peel image
var pagearsmallimg = 'http://www.edocs.nl/images/banners/edocs-zorg-banner.jpg';
// url to peel swf
var pagearsmallswf = 'http://www.edocs.nl/modules/mod_fhw-pagepeel/pagepeel_banner/pageear_s.swf';

// url to banner image
var pagearbigimg = 'http://www.edocs.nl/images/banners/edocs-zorgsector-entree.jpg';
// url to banner swf
var pagearbigswf = 'http://www.edocs.nl/modules/mod_fhw-pagepeel/pagepeel_banner/pageear_b.swf';

// movement speed of small pageear 1-4 (2=standard)
var speedsmall = 4;
// mirror image ( true | false )
var mirror = 'true';

// color of pagecorner if mirror is false
var pageearcolor = 'ffffff';

// url to open on pageear click
var jumpto = '/index.php/zorg-home-edocs-digitaal-archiveren' ;

// browser target (new) or self (self)
var openlink = 'self';

// opens pageear automaticly (false:deactivated | 0.1 - x seconds to open)
var openonload = false;


// second until pageear close after openonload
var closeonload = 5;

// set direction of pageear in left or right top browser corner (lt: left | rt: right )
setdirection = 'rt';


//add by remush
var autoopen = 'disable';
var behaviour = 'reload';



/*
* do not change anything after this line
*/

// flash check vars
var requiredmajorversion = 6;
var requiredminorversion = 0;
var requiredrevision = 0;

// copyright -- notice: do not remove this line
var copyright = 'webpicasso media, www.webpicasso.de';

// size small peel
var thumbwidth = 100;
var thumbheight = 100;

// size big peel
var bigwidth = 500;
var bigheight = 500;

// css style default x-position
var xpos = 'right';




// get - params
var queryparams = 'pagearsmallimg='+escape(pagearsmallimg);
queryparams += '&pagearbigimg='+escape(pagearbigimg);
queryparams += '&pageearcolor='+pageearcolor;
queryparams += '&jumpto='+escape(jumpto);
queryparams += '&openlink='+escape(openlink);
queryparams += '&mirror='+escape(mirror);
queryparams += '&copyright='+escape(copyright);
queryparams += '&speedsmall='+escape(speedsmall);
queryparams += '&openonload='+escape(openonload);
queryparams += '&closeonload='+escape(closeonload);
queryparams += '&setdirection='+escape(setdirection);




function openpeel(){
document.getelementbyid('bigdiv').style.top = '0px';
document.getelementbyid('bigdiv').style[xpos] = '0px';
document.getelementbyid('thumbdiv').style.top = '-1000px';


}

function closepeel(){
document.getelementbyid("thumbdiv").style.top = "0px";
document.getelementbyid("bigdiv").style.top = "-1000px";

}



function writeobjects () {

// get installed flashversion
var hasreqestedversion = detectflashver(requiredmajorversion, requiredminorversion, requiredrevision);

// check direction
if(setdirection == 'lt') {
xposbig = 'left: 0px';
xpos = 'left';
} else {
xposbig = 'right: 0px';
xpos = 'right';
}

// write div layer for big swf



//<![cdata[

document.write('<div id="bigdiv" style="position: absolute; width:'+ bigwidth +'px; height:'+ bigheight +'px; z-index:99999;'+xposbig+';top: 0px;">');

//]]>



// check if flash exists/ version matched
if (hasreqestedversion) {
ac_fl_runcontent(
"src", pagearbigswf+'?'+ queryparams,
"width", bigwidth,
"height", bigheight,
"align", "middle",
"id", "bigswf",
"quality", "high",
"bgcolor", "#ffffff",
"name", "bigswf",
"wmode", "transparent",
"scale", "noscale",
"salign", "tr",
"allowscriptaccess","always",
"type", "application/x-shockwave-flash",
'codebase', 'http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab',
"pluginspage", "http://www.adobe.com/go/getflashplayer"
);
} else { // otherwise do nothing or write message ...
document.write('please update your flash player.'); // non-flash content
}
// close div layer for big swf

//<![cdata[
document.write('

writeobjects();

window.addevent('domready', function(){
new warp.search(document.getelement('#searchbox input'), {'url': 'index.php?option=com_search&tmpl=raw&type=json&ordering=&searchphrase=all', 'param': 'searchword'});
});

// <!--
window.addevent('domready', function(){ new yoocarousel('yoo-carousel-1', { transitioneffect: 'fade', transitionduration: 700, rotateaction: 'none', rotateactionduration: 120, rotateactioneffect: 'crossfade', slideinterval: 10000, autoplay: 'on' }); });
// -->

// <!--
window.addevent('domready', function(){ new yoocarousel('yoo-carousel-2', { transitioneffect: 'scroll', transitionduration: 700, rotateaction: 'click', rotateactionduration: 120, rotateactioneffect: 'scroll', slideinterval: 5000, autoplay: 'on' }); });
// -->

var gajshost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3cscript src='" + gajshost + "google-analytics.com/ga.js' type='text/javascript'%3e%3c/script%3e"));

try {
var pagetracker = _gat._gettracker("ua-20567706-1");
pagetracker._trackpageview();
} catch(err) {}

www.e-docs.nl css

www.e-docs.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.e-docs.nl:

http://www.e-docs.nl/templates/yoo_air/css/template.css
http://www.e-docs.nl/templates/yoo_air/css/styles/lilac.css
http://www.e-docs.nl/templates/yoo_air/css/custom.css
http://www.edocs.nl/modules/mod_yoo_carousel/mod_yoo_carousel.css.php
http://www.edocs.nl/modules/mod_yoo_tweet/mod_yoo_tweet.css.php

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.e-docs.nl inline stylesheet info

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

www.e-docs.nl website navigation

www.e-docs.nl navigation and internal link structure

We have scanned www.e-docs.nl for internal links and found 42 links on this page. We found 2 base folders and 8 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 approval: good navigation We found an easy to follow navigation structure on www.e-docs.nl

Internal links found

Click on any of the links below to analyze that page

www.e-docs.nl/./images/downloads/edocs-handleiding.pdf
index.php
www.e-docs.nl/index.php/zorg-home-edocs-digitaal-archiveren
www.e-docs.nl/index.php/profiel-edocs-digitaal-archiveren
www.e-docs.nl/index.php/profiel-edocs-digitaal-archiveren/edocs-visie-document-beheer
www.e-docs.nl/index.php/profiel-edocs-digitaal-archiveren/edocs-onderneming-software
www.e-docs.nl/index.php/profiel-edocs-digitaal-archiveren/zorg-diensten-edocs-digitaal-archief
www.e-docs.nl/index.php/profiel-edocs-digitaal-archiveren/edocs-clients-documentmanagement
www.e-docs.nl/index.php/edocs-documentmanagement
www.e-docs.nl/index.php/edocs-documentmanagement/edocs-wat-is-digitaal-archiveren
www.e-docs.nl/index.php/edocs-documentmanagement/edocs-professioneel-digitaal-archiveringssysteem-hoe
www.e-docs.nl/index.php/edocs-documentmanagement/edocs-digitaal-archief-voordeel
www.e-docs.nl/index.php/edocs-documentmanagement/edocs-documentenbeheer-gebruik
www.e-docs.nl/index.php/edocs-documentmanagement/edocs-versie-software-documenten-workflow
www.e-docs.nl/index.php/edocs-documentmanagement/edocs-scannen-opslaan-prijzen
www.e-docs.nl/index.php/edocs-documentmanagement/edocs-nieuws-digitaal-archiveren
www.e-docs.nl/index.php/edocs-documentmanagement/edocs-scannen-multifunctional
www.e-docs.nl/index.php/steun
www.e-docs.nl/index.php/steun/edocs-helpdesk-digitaal-archief-systeem
www.e-docs.nl/index.php/steun/edocs-faq-archiveringssysteem
www.e-docs.nl/index.php/steun/edocs-scannen-documenten-training
www.e-docs.nl/index.php/contact-edocs-documentmanagement
www.e-docs.nl/index.php/contact-edocs-documentmanagement/contactgegevens-edocs
www.e-docs.nl/index.php/contact-edocs-documentmanagement/email
www.e-docs.nl/index.php/contact-edocs-documentmanagement/terugbellen-edocs
www.e-docs.nl/index.php/contact-edocs-documentmanagement/demo-edocs-software
www.e-docs.nl/index.php/verantwoord-edocs-papierloos-kantoor
www.e-docs.nl/index.php/garantie-edocs-papierloos-kantoor
www.e-docs.nl/index.php/wat-is-edocs-digitaal-archiveren
www.e-docs.nl/index.php/hoe-werkt-edocs-document-management
www.e-docs.nl/index.php/edocs-scannen-archief-digitaal-scanbedrijf
www.e-docs.nl/index.php/edocs-terugbellen
www.e-docs.nl/index.php/aanmelden-voor-de-nieuwsbrief
www.e-docs.nl/index.php/live-online-demonstratie-aanvragen
www.e-docs.nl/index.php/scanner-nieuw
www.e-docs.nl/index.php/scanner-zgan
www.e-docs.nl/index.php/edocs-documentmanagement/edocs-nieuws-digitaal-archiveren/112-edocs-indexering
www.e-docs.nl/index.php/edocs-documentmanagement/edocs-nieuws-digitaal-archiveren/110-software-edocs-youtube
www.e-docs.nl/index.php/edocs-documentmanagement/edocs-nieuws-digitaal-archiveren/94-software-edocs-gratis-venturelab-twente
www.e-docs.nl backlinks

Backlink analysis for www.e-docs.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.e-docs.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.edocs.nl
home - www.edocs.nl/
www.t.co
http://t.co/1qzffnb7 - t.co/1qzffnb7
www.twitter.com
@cvanderven - twitter.com/cvanderven
www.twitter.com
@ziekenhuis_nl - twitter.com/ziekenhuis_nl
www.twitter.com
twitter - twitter.com/edocs_oldenzaal
www.linkedin.com
linkedin - www.linkedin.com/groups?about=&gid=3872410&trk=anet_ug_grppro
www.e-docs.nl seo score

www.e-docs.nl seo score expained

Below are the scores we calculated for different parts of www.e-docs.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 error: A title should reflect the contents of a site. This site has a 20 % match Title relevance 26 2,3 A title should reflect the contents of a site. This site has a 20 % match
seo approval: Try to keep your title between 40 and 66 characters. Your title was 49 characters long Title Length 100 0,7 Try to keep your title between 40 and 66 characters. Your title was 49 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 178 characters long Meta Description Length 70 0,7 The meta description should be between 145 and 160 characters. This meta description was 178 characters long
seo error: Meta Description should reflect the contents of a site. This site has a 6 % match Meta description relevance 8 0,7 Meta Description should reflect the contents of a site. This site has a 6 % 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  42 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 42 internal links on this page.
seo approval: We found a folder structure in the links on your page. A good folder structure makes a site easier to navigate. We found 2 level 1 folders and 8 folders above or in the first level of navigation. Folder structure 100 1,4 We found a folder structure in the links on your page. A good folder structure makes a site easier to navigate. We found 2 level 1 folders and 8 folders above or in the first level of navigation.
seo error: Headers should reflect the contents of a site. This site has a 5 % match Headings 9 1,6 Headers should reflect the contents of a site. This site has a 5 % match
seo error: Link anchors should to some degree reflect the contents of a site. This site has a 3 % match Links 9 1,6 Link anchors should to some degree reflect the contents of a site. This site has a 3 % 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 tip: If this score is not 100 check the html very carefully. We found 72 errors and warnings Page errors 64 2 If this score is not 100 check the html very carefully. We found 72 errors and warnings
seo error: An ideal page contains between 400 and 600 words.This page contains 144 words WordCount 20 1,1 An ideal page contains between 400 and 600 words.This page contains 144 words
www.e-docs.nl server info

www.e-docs.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 1,130059 seconds
Filesize 47097 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 302 Found
Date: Fri, 25 May 2012 14:04:39 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 The Server header contains information about the software used by the origin server to handle the request. The server used here is Apache
Location: http://www.edocs.nl
Content-Length: 203 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 203 bytes
Connection: close The Connection general-header field allows the sender to specify options that are desired for that particular connection. Common values are keep-alive and close. Keep alive means the connection to the server should stay open for re-use. Usually this means a speed advantage for a website since the connection can be reused to fetch images, javascript, css etc. The value is close
Content-Type: text/html; charset=iso-8859-1 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; charset=iso-8859-1

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 83.96.159.62
Country Code NL
Country Code 3 NLD
Country Name Netherlands
Region 11
City Papendrecht
www.e-docs.nl html

www.e-docs.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 8,79

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 16 column 1 - Warning: missing <!DOCTYPE> declaration
line 16 column 1 - Warning: plain text isn't allowed in <head> elements
line 16 column 1 - Info: <head> previously mentioned
line 16 column 1 - Warning: inserting implicit <body>
line 16 column 1 - Warning: <!DOCTYPE> isn't allowed after elements
line 17 column 1 - Warning: discarding unexpected <html>
line 18 column 1 - Warning: <head> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 19 column 3 - Warning: <base> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 20 column 3 - Warning: <meta> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 21 column 3 - Warning: <meta> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 22 column 3 - Warning: <meta> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 25 column 3 - Warning: <meta> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 26 column 3 - Warning: <meta> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 27 column 3 - Warning: <title> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 28 column 3 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 29 column 3 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 30 column 3 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 31 column 3 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 32 column 3 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 33 column 3 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 34 column 3 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 35 column 3 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 36 column 3 - Warning: <style> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 64 column 1 - Warning: <link> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 65 column 1 - Warning: </head> isn't allowed in <body> elements
line 16 column 1 - Info: <body> previously mentioned
line 67 column 1 - Warning: discarding unexpected <body>
line 225 column 28 - Warning: '<' + '/' + letter not allowed here
line 257 column 28 - Warning: '<' + '/' + letter not allowed here
line 419 column 33 - Warning: <div> isn't allowed in <h1> elements
line 417 column 17 - Info: <h1> previously mentioned
line 419 column 471 - Warning: discarding unexpected </div>
line 421 column 33 - Warning: <div> isn't allowed in <h1> elements
line 419 column 33 - Info: <h1> previously mentioned
line 421 column 506 - Warning: discarding unexpected </div>
line 423 column 33 - Warning: <div> isn't allowed in <h1> elements
line 421 column 33 - Info: <h1> previously mentioned
line 423 column 446 - Warning: discarding unexpected </div>
line 442 column 33 - Warning: <div> isn't allowed in <h1> elements
line 440 column 17 - Info: <h1> previously mentioned
line 442 column 411 - Warning: discarding unexpected </div>
line 444 column 33 - Warning: <div> isn't allowed in <h1> elements
line 442 column 33 - Info: <h1> previously mentioned
line 444 column 493 - Warning: discarding unexpected </div>
line 446 column 33 - Warning: <div> isn't allowed in <h1> elements
line 444 column 33 - Info: <h1> previously mentioned
line 446 column 433 - Warning: discarding unexpected </div>
line 473 column 33 - Warning: <div> isn't allowed in <h1> elements
line 471 column 17 - Info: <h1> previously mentioned
line 473 column 407 - Warning: discarding unexpected </div>
line 475 column 33 - Warning: <div> isn't allowed in <h1> elements
line 473 column 33 - Info: <h1> previously mentioned
line 475 column 493 - Warning: discarding unexpected </div>
line 477 column 33 - Warning: <div> isn't allowed in <h1> elements
line 475 column 33 - Info: <h1> previously mentioned
line 477 column 433 - Warning: discarding unexpected </div>
line 545 column 13 - Warning: replacing invalid character code 128
line 545 column 14 - Warning: replacing invalid character code 156
line 545 column 136 - Warning: replacing invalid character code 128
line 545 column 137 - Warning: discarding invalid character code 157
line 560 column 13 - Warning: replacing invalid character code 128
line 560 column 14 - Warning: replacing invalid character code 156
line 560 column 157 - Warning: replacing invalid character code 128
line 560 column 158 - Warning: discarding invalid character code 157
line 585 column 13 - Warning: replacing invalid character code 128
line 585 column 14 - Warning: replacing invalid character code 156
line 585 column 151 - Warning: replacing invalid character code 128
line 585 column 152 - Warning: discarding invalid character code 157
line 703 column 121 - Warning: replacing invalid character code 130
line 703 column 139 - Warning: replacing invalid character code 130
line 708 column 272 - Warning: replacing invalid character code 130
line 829 column 131 - Warning: replacing invalid character code 150
line 304 column 9 - Warning: <form> proprietary attribute "role"
line 306 column 17 - Warning: <input> proprietary attribute "placeholder"
line 848 column 17 - Warning: <table> lacks "summary" attribute
line 305 column 17 - Warning: trimming empty <button>
line 307 column 17 - Warning: trimming empty <button>
line 320 column 5942 - Warning: trimming empty <span>
line 320 column 5900 - Warning: trimming empty <span>
line 429 column 284 - Warning: trimming empty <strong>
line 483 column 30 - Warning: trimming empty <div>
line 484 column 191 - Warning: trimming empty <span>
line 654 column 130 - Warning: trimming empty <span>
Info: Document content looks like XHTML 1.0 Transitional
72 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 !

www.e-docs.nl content analysis

www.e-docs.nl content analysis

On this page the content of www.e-docs.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.e-docs.nl
Domain length 13 characters
Domain relevance No important keywords were found in the 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 edocs digitaal archiveren en document management
Page Title relevance 20% match
edocs digitaal archiveren document management
Meta Description edocs digitaal archiveren biedt de mogelijkheid om alle documentstromen in uw organisatie snel en efficiënt te verwerken.edocs voor een digitaal archief en document management. (177 chars)
Meta Deascription relevance 6% match
edocs digitaal archiveren biedt mogelijkheid alle documentstromen organisatie snel effici verwerken voor een archief document management
Meta Keywords digitaal archiveren, digitaal, digitale, dokumentenmanagement, digital, archief, digitaal archief, archiveren, informatiebeheer, archief opbergen, documentbeheer, documentmanagement, archiefbeheer, digitaliseren, dokumenten management, document beheer, digitaal archiveringssysteem, documentenbeheer, document, documentbeheer, beheer, dossier, dossierbeheer, archiefsoftware, workflow, software, archiveringssysteem, scan, sorteer, scannen, edocs, e-docs, edox, documenten, documentflow, scanner, scansoftware, scanprogramma, opslagprogramma, archiveringsprogramma, ocr, microhis, omnihis, anfa totaaloplossing, scanners
Meta keyword relevance 2% match
digitaal archiveren digitale dokumentenmanagement digital archief informatiebeheer opbergen documentbeheer documentmanagement archiefbeheer digitaliseren dokumenten management document beheer archiveringssysteem documentenbeheer dossier dossierbeheer archiefsoftware workflow software scan sorteer scannen edocs e-docs edox documenten documentflow scanner scansoftware scanprogramma opslagprogramma archiveringsprogramma ocr microhis omnihis anfa totaaloplossing scanners
Meta text/html; charset=utf-8
Meta robots index, follow
Meta generator joomla! 1.5 - open source content management

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 edocs fri gmt may no-cache zorg
Wordcount 143 words found on www.e-docs.nl
Links 48 links found on page containing the following anchor texts
bezoek de edocs zorg site, home, profiel, visie en missie, bedrijf historie, diensten & services, onze klanten, edocs, wat is edocs..?, hoe werkt edocs..?, voordelen van edocs, gebruiksscenario's edocs, edocs versies, prijsstelling edocs, nieuwsberichten edocs, scanners/hardware, ondersteuning, tickets helpdesk, vraag & antwoord edocs, trainingen edocs, edocs handleiding (pdf/8mb), contact, contactgegevens en route, info aanvraag via email, bel mij terug..., demo op lokatie aanvragen, bezoek de edocs zorg site, meer mvo en edocs , meer over onze garantie , wat is edocs..?, hoe werkt edocs..?, scanwerk uitbesteden?, bel mij terug..., aanmelden edocs nieuwsbrief, demo op lokatie aanvragen, lees meer..., lees meer..., edocs automatisch indexeren, edocs op youtube, edocs toegelaten tot venturelab, wat is edocs..?, hoe werkt edocs..?, scanwerk uitbesteden?, http://t.co/1qzffnb7, @cvanderven, @ziekenhuis_nl, twitter, linkedin,
Link anchor relevance 3% match
bezoek edocs zorg site home profiel visie missie bedrijf historie diensten services onze klanten wat hoe werkt voordelen van gebruiksscenario's versies prijsstelling nieuwsberichten scanners hardware ondersteuning tickets helpdesk vraag antwoord trainingen handleiding pdf contact contactgegevens route info aanvraag via email bel mij terug demo lokatie aanvragen meer mvo over garantie scanwerk uitbesteden aanmelden nieuwsbrief lees automatisch indexeren youtube toegelaten tot venturelab http qzffnb cvanderven ziekenhuis twitter linkedin
Headings 11 headings found on page containing the following texts
edocs digitaal archiveren , maatschappelijk verantwoord , documentbeheer met garantie , efficiënt documentbeheer met edocs, wat zeggen klanten?, geïnteresseerd?, scanner sale, edocs nieuws, contact, laatse edocs tweet, volg ons:,
Headings relevance 5% match
edocs digitaal archiveren maatschappelijk verantwoord documentbeheer met garantie effici wat zeggen klanten nteresseerd scanner sale nieuws contact laatse tweet volg ons
Emphasis (bold and italic) 8 bold or italic tags found on page containing the following texts
edocs digitaal archiveren , eerstelijns zorg , ", , edocs digitaal archiveren, ", € 735,00  voor € 350,00, € 289,00,
Bold and italic tag relevance 33% match
edocs digitaal archiveren eerstelijns zorg voor
Image alt tags 14 image alt tags found on page containing the following texts
e-mailadres, afdrukken, pdf, edocs-documentmanagement-software, e-mailadres, afdrukken, pdf, e-mailadres, afdrukken, pdf, edocs-documentmanagement-software-garantie, edocs-scanner-documentfeeder, edocs-scansoftware-twitter, edocs-software-linkedin,
Image alt tag relevance 0% match
e-mailadres afdrukken pdf edocs-documentmanagement-software edocs-documentmanagement-software-garantie edocs-scanner-documentfeeder edocs-scansoftware-twitter edocs-software-linkedin
refresh our seo analysis The current report is cached on Fri, 25 May 2012 16:04:40. Click here to refresh the results

Analyse your website !

Please enter your domain name