www.kavanah.nl analysis, site info, backlinks and seo
www.kavanah.nl - kavanah
Description: uitgeverij kavanah in dwingeloo is in 1991 opgericht door anneke van schie. de uitgeverij legt zich geheel toe op uitgaven voor de gezondheidszorg (in het bijzonder hbo verpleegkunde). de naam komt uit het hebreeuws en betekent 'geconcentreerde aandacht' of 'met de juiste intentie de dingen doen'. een term die past bij het werk van de verpleegkundige en die tegelijk aangeeft hoe de uitgeverij zelf wil werken.
www.kavanah.nl scores a 4,2 out of 10 on our optimalisation scale. This is a little below average. We have identified keywords. This page seems optimized for the keyword ''
summary
This is the summary of our www.kavanah.nl analysis. Please check for detailed info under their tabs.
| Site | www.kavanah.nl (visit site) |
| Page Title | kavanah |
| Keyword density | |
| SEO Summary | 0% meta description relevance, 0% link relevance, 0% heading relevance, 22 page errors |
| Server info | Location: Groningen,Netherlands |
No backlinks were found for this domain or backlink search was skipped
Content & Html
Analyzed html, text, tags, links, headings, keywords and more
We found 22 html errors and warings !
>> Read More !
SEO score of www.kavanah.nl
4,2
>> Read More !
Backlink analysis for www.kavanah.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 !
There are currently 0 links leading into www.kavanah.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.
Links to external pages from www.kavanah.nl
|
www.verpleegproblemen.nl www.verpleegproblemen.nl - www.verpleegproblemen.nl |
|
www.youtube.com hier - www.youtube.com/watch?v=yuz_cndyrsa |
www.kavanah.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.
The html ratio of this page is 68,13
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 8 column 2 - Warning: <meta> element not empty or not closed
line 155 column 31 - Warning: <img> element not empty or not closed
line 195 column 45 - Warning: <a> unexpected or duplicate quote mark
line 246 column 25 - Warning: discarding unexpected </li>
line 275 column 68 - Warning: <img> element not empty or not closed
line 347 column 54 - Error: <inhoud> is not recognized!
line 347 column 54 - Warning: discarding unexpected <inhoud>
line 347 column 804 - Warning: replacing invalid character code 149
line 347 column 1169 - Warning: replacing invalid character code 149
line 347 column 1763 - Warning: replacing invalid character code 149
line 347 column 2640 - Warning: discarding unexpected </inhoud>
line 147 column 1 - Warning: missing </div>
line 21 column 9 - Warning: <script> inserting "type" attribute
line 22 column 9 - Warning: <script> inserting "type" attribute
line 23 column 9 - Warning: <script> inserting "type" attribute
line 150 column 17 - Warning: <img> lacks "alt" attribute
line 155 column 31 - Warning: <img> lacks "alt" attribute
line 195 column 45 - Warning: <a> attribute "target" has invalid value "_new"
line 247 column 79 - Warning: <img> lacks "alt" attribute
line 347 column 2171 - Warning: <img> lacks "alt" attribute
line 347 column 2242 - Warning: <table> lacks "summary" attribute
Info: Document content looks like XHTML 1.0 Transitional
21 warnings, 1 error 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.kavanah.nl javascript info
Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 5 external javascripts and 5 internal javascripts on www.kavanah.nl
Javascripts in the head of the page
http://www.kavanah.nl/algemeen/functies.js
http://www.kavanah.nl/algemeen/scripts.js
http://www.kavanah.nl/algemeen/jquery.js
http://www.kavanah.nl/algemeen/superfish.js
http://www.kavanah.nl/algemeen/jquery.cookie.js
www.kavanah.nl inline javascript info
The following inline javascript snippets were found on this page:
$(document).ready(function(){
var openmenu = $.cookie('openmenu'); ;
if (openmenu!=null && openmenu!="") {
openmenu(openmenu);
}
$("ul.nav").superfish({
hoverclass : "sfhover",
currentclass : "overidethistouse", /*new to superfish v1.2a*/
delay : 100,
animation : {opacity:"show"},
speed : "fast"
});
});
/* headlines */
/* heen en weer */
/*
var scroll_interval;
var cur_top;
var headlineheight;
var direction = 0;
cur_top = 0;
scroll_interval = setinterval(headline_scroll,20);
$(document).ready(function(){
headlineheight = parseint($("div.headline").height());
});
function headline_scroll() {
var newtop;
if (direction == 0) {
newtop = (parseint($("div.headline").css("top")) - 1);
//var offset = $("#newsscroll").offset();
if (newtop < 0 - parseint(headlineheight) + 380) {
direction = 1;
}
} else {
newtop = (parseint($("div.headline").css("top")) + 1);
if (newtop > 20) {
direction = 0;
}
}
newtop = newtop + "px";
$("div.headline").css('top', newtop);
cur_top = newtop;
}
*/
var scroll_interval;
var cur_top;
var headlineheight;
var direction = 0; /* onder naar boven */
cur_top = 0;
var savedtop = 0;
scroll_interval = setinterval(headline_scroll,20); //time in milliseconds
$(document).ready(function(){
//savedtop = (parseint($("div.headline").css("top")));
headlineheight = parseint($("div.headline").height());
});
function headline_scroll() {
var newtop;
if (direction == 0) {
newtop = (parseint($("div.headline").css("top")) - 1);
//var offset = $("#newsscroll").offset();
if (newtop < 0 - parseint(headlineheight) ) {
newtop = savedtop
}
}
newtop = newtop + "px";
$("div.headline").css('top', newtop);
cur_top = newtop;
}
/* left menu */
function toggle(whichlayer) {
var style2 = document.getelementbyid(whichlayer).style;
style2.display = style2.display=="block"? "none":"block";
}
function openmenu(whichlayer) {
document.getelementbyid('sub_docenten').style.display = "none";
document.getelementbyid('sub_studenten').style.display = "none";
document.getelementbyid('sub_boekhandels').style.display = "none";
document.getelementbyid('sub_auteurs').style.display = "none";
document.getelementbyid('sub_zoekboek').style.display = "none";
var style2 = document.getelementbyid(whichlayer).style;
style2.display = "block";
$.cookie('openmenu', whichlayer , { expires: 0 });
}
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"));
var pagetracker = _gat._gettracker("ua-5850206-1");
pagetracker._trackpageview();
www.kavanah.nl content analysis
On this page the content of www.kavanah.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.kavanah.nl |
| Domain length | 14 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 | kavanah |
| Page Title relevance |
0% match No title found ! |
| Meta Description | uitgeverij kavanah in dwingeloo is in 1991 opgericht door anneke van schie. de uitgeverij legt zich geheel toe op uitgaven voor de gezondheidszorg (in het bijzonder hbo verpleegkunde). de naam komt uit het hebreeuws en betekent 'geconcentreerde aandacht' of 'met de juiste intentie de dingen doen'. een term die past bij het werk van de verpleegkundige en die tegelijk aangeeft hoe de uitgeverij zelf wil werken. (412 chars) |
| Meta Deascription relevance |
0% match No title found ! |
| Meta Keywords | rekenen, zorg, gezondheidszorg, zorgverlening, e-learning, e-learning rekenen, e-learning zorg, rekenen in de gezondheidszorg, methodische zorgverlening, anamnese, behoeftegestuurde verpleging, classificaties, competentiegericht leren, effectief verplegen, elektronisch patiëntendossier, ethiek, evidence based nursing, evidence based practice, gezondheid, gezondheidszorg, informatietechnologie, kwaliteitszorg, levensverhaal, medisch rekenen, ouderenzorg, pastorale zorg, pes-structuur, research-based nursing, spiritualiteit, transmurale zorg, verpleegkunde, verpleegproblemen, vraaggerichte zorg, ziekte, zorgvernieuwing |
| Meta keyword relevance |
0% match No meta keywords found ! |
| Meta | text/html; charset=iso-8859-1 |
| Meta robots | index,follow |
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 | |
| Wordcount | 21 words found on www.kavanah.nl |
| Links |
68 links found on page containing the following anchor texts effectiefverplegen, zin inzorg, inspiratietest, stelling, coaching, casus, spirit voorelke dag, demo'spresentaties, demo rekenen, demo chemie, demo zorg, presentatie zorg, presentatie foto-instrument, demo validation, demo volgen, dit ben ik, testjezelf, doelmatige zorg, inspiratietest, rekentest, zorgtest, test jekennis, doelmatige zorg, dementie, rekenen, validation, verpleegproblemen, proce-dures, dementie, zorg-ethiek, ga naar het webportaal, welkom, contact, over kavanah, auteurs, wie schrijft wat, auteursrichtlijnen, docenten, intro, beoordelingsaanvraag, uw beoordeling, vragen/reacties, adreswijziging, studenten, inloggen, problemen met studeren?, rekentest, errata, antwoorden basischemie, boekhandels, bestellen/teruggevraagd, fondslijst, leveringsvoorwaarden, fondslijst/boeken, digitale producten, zoek een boek, auteursregister, titelregister, trefwoordregister, inspiratie voor vandaag, nieuwsbrieven, aanmeldene-nieuwsbrief, nieuws, www.verpleegproblemen.nl, dichten van de kloof, hier, rekentest, rekenen in de gezondheidszorg, |
| Link anchor relevance |
0% match No link anchor text found ! |
| Headings |
3 headings found on page containing the following texts , dag van de verpleging 2012, verpleeg-problemen, |
| Headings relevance |
0% match No headings found on this page! |
| Emphasis (bold and italic) |
11 bold or italic tags found on page containing the following texts closing the gap: from evidence to action (van onderzoek naar praktijk), e, b, p, wat mogen patiënten verwachten? , nieuwe inzichten toegankelijk gemaakt , initiatieven uit de praktijk , gratis, dag van de verpleging, effectief verplegen, effectief verplegen,, |
| Bold and italic tag relevance |
0% match No bold or italic tags found on this page ! |
| Image alt tags |
5 image alt tags found on page containing the following texts , , , hier worden uw bestellingen verzameld. wilt u een artikel bestellen dan vindt u op elke productpagina de bestelknop: bestellen, , |
| Image alt tag relevance |
0% match No image alt tags found on this page ! |
www.kavanah.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,710224 seconds |
| Filesize | 20167 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 20:20:22 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: Microsoft-IIS/6.0 | The Server header contains information about the software used by the origin server to handle the request. The server used here is Microsoft-IIS/6.0 |
| X-Powered-By: ASP.NET | The non-standard X-Powered-By header is used by applications running behind a web server to advertise their specific technology. A few examples could be php and asp. The technology used here is ASP.NET |
| Content-Length: 20167 | 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 20167 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 |
| Set-Cookie: ASPSESSIONIDSCTTCCAB=CJNPPFJDPFECGGJKHCDPPLAO; path=/ | A cookie, also known as a web cookie, browser cookie, and HTTP cookie, is a piece of text stored on a user's computer by their web browser. The set cookie header tells the browser to store this data in a text file. The cookie value is ASPSESSIONIDSCTTCCAB=CJNPPFJDPFECGGJKHCDPPLAO; path=/ bytes |
| Cache-control: private | The Cache-Control header is used to specify directives that must be obeyed by all caches along the request/response chain. Cache directives are unidirectional in that the presence of a directive in a request does not imply that the same directive is in effect in the response. The value is private |
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 | 195.35.192.87 |
| Country Code | NL |
| Country Code 3 | NLD |
| Country Name | Netherlands |
| Region | 04 |
| City | Groningen |
www.kavanah.nl navigation and internal link structure
We have scanned www.kavanah.nl for internal links and found 66 links on this page. We found 2 base folders and 5 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.
We found an easy to follow navigation structure on www.kavanah.nl
Internal links found
Click on any of the links below to analyze that page
www.kavanah.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.kavanah.nl:
http://www.kavanah.nl/layout/kavanah.css
http://www.kavanah.nl/layout/superfish.css
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.kavanah.nl inline stylesheet info
No inline css was detected on this page
www.kavanah.nl seo score expained
Below are the scores we calculated for different parts of www.kavanah.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 | |
|---|---|---|---|---|
|
|
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. |
|
|
Title relevance | 0 | 2,3 | A title should reflect the contents of a site. This site has a 0 % match |
|
|
Title Length | 10 | 0,7 | Try to keep your title between 40 and 66 characters. Your title was 8 characters long |
|
|
Meta Description | 100 | 0,2 | A meta description is the second thing that shows in the search results so always use the meta description. |
|
|
Meta Description Length | 50 | 0,7 | The meta description should be between 145 and 160 characters. This meta description was 413 characters long |
|
|
Meta description relevance | 0 | 0,7 | Meta Description should reflect the contents of a site. This site has a 0 % match |
|
|
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 66 internal links on this page. |
|
|
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 5 folders above or in the first level of navigation. |
|
|
Headings | 0 | 1,6 | Headers should reflect the contents of a site. This site has a 0 % match |
|
|
Links | 0 | 1,6 | Link anchors 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 |
|
|
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 |
|
|
Page errors | 89 | 2 | If this score is not 100 check the html very carefully. We found 22 errors and warnings |
|
|
WordCount | 0 | 1,1 | An ideal page contains between 400 and 600 words.This page contains 22 words |
Analyse your website !
| Please enter your domain name |