www.vrijwilligerswerk.nl analysis, site info, backlinks and seo
www.vrijwilligerswerk.nl - vrijwillligerswerk: in 2011 website voor het europees jaar
Description: alles wat je wilt weten over vrijwilligerswerk. zelf vrijwilligerswerk doen? kijk op de site.
www.vrijwilligerswerk.nl scores a 8,5 out of 10 on our optimalisation scale. This is far above average. We have identified 70 keywords. This page seems optimized for the keyword 'van'
summary
This is the summary of our www.vrijwilligerswerk.nl analysis. Please check for detailed info under their tabs.
| Site | www.vrijwilligerswerk.nl (visit site) |
| Page Title | vrijwillligerswerk: in 2011 website voor het europees jaar |
| Keyword density | aan aandacht actief activiteiten agenda andere banner beursvloer com compliment contact dan dat deze die dit doe door een europees europese gemeente het hier hspace inspiratie inzet jaar kaart klik laten maatschappelijke mee meer met naar nederlandse nieuwe nieuws onderzoek organisaties over prakticum stimuleren toolkit tot twitter vacature vacatures vakwerk van veel verstuur vind voor vraag vrijwillige vrijwilligers vrijwilligerswerk wat website week willen worden zich zien zijn zoek zoeken zorgvoorelkaar |
| SEO Summary | 30% meta description relevance, 48% link relevance, 68% heading relevance, 68 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 68 html errors and warings !
>> Read More !
SEO score of www.vrijwilligerswerk.nl
8,5
>> Read More !
www.vrijwilligerswerk.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.vrijwilligerswerk.nl:
http://www.vrijwilligerswerk.nl/css/style.css
http://www.vrijwilligerswerk.nl/../spryassets/spryvalidationtextfield.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.vrijwilligerswerk.nl inline stylesheet info
No inline css was detected on this page
www.vrijwilligerswerk.nl javascript info
Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 6 external javascripts and 6 internal javascripts on www.vrijwilligerswerk.nl
Javascripts in the head of the page
http://www.vrijwilligerswerk.nl/../spryassets/spryvalidationtextfield.js
http://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js
http://feeds.howardshome.com/feeds/jsfeed.aspx?uid=90074&pid=1668459&lookback=60&cnt=15
http://widgets.twimg.com/j/2/widget.js
http://s7.addthis.com/js/250/addthis_widget.js#username=gerbrand
http://www.gocards.nl/partner/movisie/verstuurd.php
www.vrijwilligerswerk.nl inline javascript info
The following inline javascript snippets were found on this page:
<!--
var timer; //needed to loop through thumbnails
function getvideoid(url){
var match_start = url.indexof('=');
var match_end = url.indexof('&');
if (match_start) {
id = url.substring(match_start+1,match_end);
return id;
}
}
function clearlist(ul){
var list = document.getelementbyid(ul);
while (list.firstchild)
{
list.removechild(list.firstchild);
}
}
function hideoverlay(){
var overlay = document.getelementbyid('embed_overlay');
overlay.style.display = 'none';
overlay.innerhtml = "";
}
var ytplayerdiv;
var ytplayer = {}
function videooverlay(id,block){
if(!ytplayer[block]){
var objbody = document.getelementbyid(block);
ytplayerdiv = document.createelement('div');
ytplayerdiv.setattribute("id", block+"_video");
objbody.insertbefore(ytplayerdiv, objbody.firstchild);
ytplayer[block] = true;
}
ytplayerdiv.innerhtml = "loading video player... <a href=\"http://www.youtube.com/watch?v="+id+"\">not loading?";
var flashvars = {};
var params = {};
params.wmode = "transparent";
params.allowfullscreen = "true";
var attributes = {};
//create flash object.
if(swfobject){
swfobject.embedswf("http://www.youtube.com/v/"+id, block+"_video", "255", "210", "6", "false", flashvars, params, attributes);
}else{
//no swfobject js include
ytplayerdiv.innerhtml = '<div id="embed_overlay"><a href="javascript:hideoverlay()" id="close">close<br /><object width="255" height="210"><param name="movie" value="http://www.youtube.com/v/'+id+'"><param name="autoplay" value="1"><param name="wmode" value="transparent"><embed src="http://www.youtube.com/v/'+id+'&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="255" height="210">';
}
}
function mousoverimage(name,id,nr){
if(name)
imname = name;
//make border orange
imname.style.bordercolor = 'orange';
imname.src = "http://img.youtube.com/vi/"+id+"/"+nr+".jpg";
nr++;
if(nr > 3)
nr = 1;
timer = settimeout("mousoverimage(false,'"+id+"',"+nr+");",1000);
}
function mouseoutimage(name,border){
if(name)
imname = name;
//make border back to greyish
imname.style.border = border;
if(timer)
cleartimeout(timer)
}
function listvideos(json,cfg) {
if(!cfg.player){
cfg.player = 'embed';
}
if(!cfg.layout){
cfg.layout = 'full';
}
div = document.getelementbyid(cfg.block);
div.innerhtml = ''; //empty
var ul = document.createelement('ul');
ul.setattribute('id', 'youtubelist');
if(json.feed.entry){
for (var i = 0; i < json.feed.entry.length; i++) {
var entry = json.feed.entry[i];
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
url = entry.link[k].href;
break;
}
}
var thumb = entry['media$group']['media$thumbnail'][1].url;
var li = document.createelement('li');
var overlaylink = 'javascript:videooverlay(\''+getvideoid(url)+'\',\''+cfg.block+'\');';
if(cfg.layout == 'thumbnails'){
if(cfg.player == 'embed'){
li.innerhtml = '<a href="'+overlaylink+'"><img style="border:'+cfg.imgstyle+'" src="'+thumb+'" alt="'+entry.title.$t+'" onmouseout="mouseoutimage(this,\''+cfg.imgstyle+'\')" onmouseover="mousoverimage(this,\''+getvideoid(url)+'\',2)">';
}else{
//cfg.player = link
li.innerhtml = '<a href="'+url+'"><img style="border:'+cfg.imgstyle+'" src="'+thumb+'" alt="'+entry.title.$t+'" onmouseout="mouseoutimage(this,\''+cfg.imgstyle+'\')" onmouseover="mousoverimage(this,\''+getvideoid(url)+'\',2)">';
}
}else{
//cfg.layout = full
if(cfg.player == 'embed'){
li.innerhtml = entry.content.$t.replace(url,overlaylink);
}else{
//cfg.player = link
li.innerhtml = entry.content.$t;
}
}
ul.appendchild(li);
}
}else{
div.innerhtml = 'no youtube videos found for your query:<br>type:\''+cfg.type+'\'<br>query: \''+cgf.q+'\'';
}
div.appendchild(ul);
}
var ytquery = 0;
var ytinit = {}
function insertvideos(cfg){
cfg = cfg || {};
if(!cfg.block){
//alert();
}else{
if(!cfg.type){
document.getelementbyid(cfg.block).innerhtml = 'you must provide a type: search, user, playlist, featured in the insertvideos function.';
}else{
document.getelementbyid(cfg.block).innerhtml = 'loading youtube videos. please wait...';
//create a javascript element that returns our json data.
var script = document.createelement('script');
script.setattribute('id', 'jsonscript');
script.setattribute('type', 'text/javascript');
//a counter
ytquery++;
if(!cfg.results){
cfg.results = 10;
}
if(!cfg.order){
cfg.orderby = 'relevance';
cfg.sortorder = 'descending';
}
switch(cfg.order){
case "new_first":
cfg.orderby = 'published';
cfg.sortorder = 'ascending';
break;
case "highest_rating":
cfg.orderby = 'rating';
cfg.sortorder = 'descending';
break;
case "most_relevance":
cfg.orderby = 'relevance';
cfg.sortorder = 'descending';
break;
}
//what data do we need: a search, a user search, a playlist
switch(cfg.type){
case "search":
script.setattribute('src', 'http://gdata.youtube.com/feeds/videos?vq='+cfg.q+'&max-results='+cfg.results+'&alt=json-in-script&callback=ytinit['+ytquery+']&orderby='+cfg.orderby+'&sortorder='+cfg.sortorder);
break;
case "user":
script.setattribute('src', 'http://gdata.youtube.com/feeds/users/'+cfg.q+'/uploads?max-results='+cfg.results+'&alt=json-in-script&callback=ytinit['+ytquery+']&orderby='+cfg.orderby+'&sortorder='+cfg.sortorder);
break;
case "playlist":
script.setattribute('src', 'http://gdata.youtube.com/feeds/playlists/'+cfg.q+'?max-results='+cfg.results+'&alt=json-in-script&callback=ytinit['+ytquery+']&orderby='+cfg.orderby+'&sortorder='+cfg.sortorder);
break;
case "featured":
script.setattribute('src', 'http://gdata.youtube.com/feeds/api/standardfeeds/recently_featured?alt=json-in-script&callback=ytinit['+ytquery+']&start-index=1&max-results='+cfg.results+'&orderby='+cfg.orderby+'&sortorder='+cfg.sortorder);
break;
}
ytinit[ytquery] = function(root) { listvideos(root,cfg); };
//attach script to page, this will load the data into our page and call the funtion ytinit[ytquery]
document.documentelement.firstchild.appendchild(script);
}
}
}
-->
<!--
function mm_jumpmenu(targ,selobj,restore){ //v3.0
eval(targ+".location='"+selobj.options[selobj.selectedindex].value+"'");
if (restore) selobj.selectedindex=0;
}
//-->
<!--
function image() { };
image = new image();
number = 0;
// imagearray
image[number++] = "<a href=/?content=/64/om_onder_de_indruk_te_raken title='om onder de indruk te raken'><img src='/images/ejv_banner1.gif' alt='banner' border='0'>"
increment = math.floor(math.random() * number); document.write(image[increment]);
//-->
<!--
function image() { };
image = new image();
number = 0;
// imagearray
image[number++] = "<a href='http://www.vng.nl/ecache/def/1/02/604.html' target='_blank' title='waar is de vng promotietour?'><img src='/images/bannervngpromotietour.jpg' alt='banner' border='0'>"
image[number++] = "<a href='http://www.vrijwillige-inzet.nl/actueel/nieuwsitem/item/aanvraag-debatbijdrage-verlengd/' target='_blank' title='toolkit en bijdrage voor debatten over vrijwilligerswerk rond opvoeden en opgroeien'><img src='/files/164_banner_vi.gif' alt='banner vrijwillige inzet' border='0'>"
increment = math.floor(math.random() * number); document.write(image[increment]);
//-->
try {
i = 0
for (i=0; i<article.length; i++)
if (article[i].title!="er is momenteel geen nieuws beschikbaar.")
{
document.writeln(
"<li><a href='"
+ unescape(article[i].url)
+ "' target = '_blank'>"
+ article[i].title
+ ""
+ ""
);
}
else
{
document.writeln(
"<ul>"
+ article[i].summary
+ article[i].source
+ " "
+ article[i].create_date
);
}
}
catch (e)
{
document.writeln("er is momenteel geen nieuws beschikbaar.")
}
new twtr.widget({
type: 'search',
search: '#vrijwilligerswerk',
id: 'twtr-search-widget',
version: 2,
title: ' ',
subject: '#vrijwilligerswerk ',
interval: 3000,
width: 350,
height: 265,
theme: {
shell: {
background: '#0990a7',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#645a5a',
links: '#3e768f'
}
},
features: {
scrollbar: false,
loop: true,
fullscreen: false,
hashtags: true,
avatars: true,
timestamp: true,
live: true,
behavior: 'default'
}
}).render().start();
var addthis_config = {"data_track_clickback":true};
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-470997-9");
pagetracker._trackpageview();
} catch(err) {}
<!--
var sprytextfield1 = new spry.widget.validationtextfield("sprytextfield1", "none", {hint:"geef uw zoekterm in"});
//-->
www.vrijwilligerswerk.nl navigation and internal link structure
We have scanned www.vrijwilligerswerk.nl for internal links and found 25 links on this page. We found 0 base folders and 2 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 did not find an easy to follow navigation structure on www.vrijwilligerswerk.nl. Consider improving navigation on this page.
Internal links found
Click on any of the links below to analyze that page
www.vrijwilligerswerk.nl seo score expained
Below are the scores we calculated for different parts of www.vrijwilligerswerk.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 | 100 | 2,3 | A title should reflect the contents of a site. This site has a 83 % match |
|
|
Title Length | 100 | 0,7 | Try to keep your title between 40 and 66 characters. Your title was 59 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 | 60 | 0,7 | The meta description should be between 145 and 160 characters. This meta description was 94 characters long |
|
|
Meta description relevance | 39 | 0,7 | Meta Description should reflect the contents of a site. This site has a 30 % 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 25 internal links on this page. |
|
|
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. |
|
|
Headings | 100 | 1,6 | Headers should reflect the contents of a site. This site has a 68 % match |
|
|
Links | 100 | 1,6 | Link anchors should to some degree reflect the contents of a site. This site has a 48 % match |
|
|
Image alt tags | 100 | 0,5 | Image alt tags should to some degree reflect the contents of a site. This site has a 71 % 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 57 % match |
|
|
Html ratio | 40 | 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 | 66 | 2 | If this score is not 100 check the html very carefully. We found 68 errors and warnings |
|
|
WordCount | 100 | 1,1 | An ideal page contains between 400 and 600 words.This page contains 560 words |
www.vrijwilligerswerk.nl content analysis
On this page the content of www.vrijwilligerswerk.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.vrijwilligerswerk.nl |
| Domain length | 24 characters |
| Domain relevance |
found the keyword vrijwilligerswerk 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 | vrijwillligerswerk: in 2011 website voor het europees jaar |
| Page Title relevance |
83% match vrijwillligerswerk website voor het europees jaar |
| Meta Description | alles wat je wilt weten over vrijwilligerswerk. zelf vrijwilligerswerk doen? kijk op de site. (93 chars) |
| Meta Deascription relevance |
30% match alles wat wilt weten over vrijwilligerswerk zelf doen kijk site |
| Meta Keywords | no keywords found |
| Meta keyword relevance |
0% match No meta keywords found ! |
| Meta | no |
| Meta author | movisie.nl |
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 | aan aandacht actief activiteiten agenda andere banner beursvloer com compliment contact dan dat deze die dit doe door een europees europese gemeente het hier hspace inspiratie inzet jaar kaart klik laten maatschappelijke mee meer met naar nederlandse nieuwe nieuws onderzoek organisaties over prakticum stimuleren toolkit tot twitter vacature vacatures vakwerk van veel verstuur vind voor vraag vrijwillige vrijwilligers vrijwilligerswerk wat website week willen worden zich zien zijn zoek zoeken zorgvoorelkaar |
| Wordcount | 559 words found on www.vrijwilligerswerk.nl |
| Links |
29 links found on page containing the following anchor texts zoek vrijwilligerswerk, nieuws, over deze site, resultaten ejv 2011, kennisdossiers, laat ons voor je zoeken, zoek internationaal, doe een vrijwilligerstest, geef je op voor de nieuwsbrief, meer nieuws, zorgvoorelkaar, zorgvoorelkaar, www.zorgvoorelkaar.com, patrick anthonissen, klik hier voor meer informatie , klik hier om meer te lezen, lees meer, vrijwilligerswerk.nl in 2012, twitter mee, slotcongres diversiteit in het jeugdbeleid en vrijwillige inzet, kindervakantieweek huizen, voeg agenda items toe, meer agenda, verstuur compliment, verstuur een verzoek, contact vrijwilligerswerk.nl, contact europees jaar, disclaimer, colofon, |
| Link anchor relevance |
48% match zoek vrijwilligerswerk nieuws over deze site resultaten ejv kennisdossiers laat ons voor zoeken internationaal doe een vrijwilligerstest geef nieuwsbrief meer zorgvoorelkaar www com patrick anthonissen klik hier informatie lezen lees twitter mee slotcongres diversiteit het jeugdbeleid vrijwillige inzet kindervakantieweek huizen voeg agenda items toe verstuur compliment verzoek contact europees jaar disclaimer colofon |
| Headings |
13 headings found on page containing the following texts vrijwilligerswerk, nieuws vrijwilligerswerk, zorgvoorelkaar.com, twitter mee , agenda, zoek vrijwilligerswerk, wat voor vrijwilliger ben jij?, verstuur een compliment, european year for active ageing, europese subsidies, vacature van de week, literatuur vrijwillige inzet, vraag het gewoon, |
| Headings relevance |
68% match vrijwilligerswerk nieuws zorgvoorelkaar com twitter mee agenda zoek wat voor vrijwilliger ben jij verstuur een compliment european year active ageing europese subsidies vacature van week literatuur vrijwillige inzet vraag het gewoon |
| Emphasis (bold and italic) |
14 bold or italic tags found on page containing the following texts zorgvoorelkaar.com bereikt nieuwe, jonge vrijwilligers, vrijwilligers inspiratie prakticum, toolkit maatschappelijke beursvloer, vakwerk nummer 1, 2012, ., vrijwilligerswerk.nl in 2012, vrijwilligerswerk.nl in 2012, slotcongres diversiteit in het jeugdbeleid en vrijwillige inzet, kindervakantieweek huizen, verstuur een compliment, , vraag het gewoon, donderdag 14 juni 2012, maandag 20 augustus 2012, |
| Bold and italic tag relevance |
58% match zorgvoorelkaar com bereikt nieuwe jonge vrijwilligers inspiratie prakticum toolkit maatschappelijke beursvloer vakwerk nummer vrijwilligerswerk slotcongres diversiteit het jeugdbeleid vrijwillige inzet kindervakantieweek huizen verstuur een compliment vraag gewoon donderdag juni maandag augustus |
| Image alt tags |
8 image alt tags found on page containing the following texts vrijwilligerswerk.nl, kaart nederland, banner, , , , europees vrijwilligersjaar op twitter, , |
| Image alt tag relevance |
71% match vrijwilligerswerk kaart nederland banner europees vrijwilligersjaar twitter |
Backlink analysis for www.vrijwilligerswerk.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.vrijwilligerswerk.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.vrijwilligerswerk.nl
|
www.zorgvoorelkaar.com zorgvoorelkaar - www.zorgvoorelkaar.com/ |
|
www.zorgvoorelkaar.com www.zorgvoorelkaar.com - www.zorgvoorelkaar.com/ |
www.vrijwilligerswerk.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 5,75
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 77 column 118 - Warning: '<' + '/' + letter not allowed here
line 77 column 436 - Warning: '<' + '/' + letter not allowed here
line 77 column 445 - Warning: '<' + '/' + letter not allowed here
line 77 column 451 - Warning: '<' + '/' + letter not allowed here
line 141 column 253 - Warning: '<' + '/' + letter not allowed here
line 144 column 244 - Warning: '<' + '/' + letter not allowed here
line 300 column 17 - Warning: missing <li>
line 327 column 9 - Warning: discarding unexpected </fieldset>
line 356 column 198 - Warning: '<' + '/' + letter not allowed here
line 370 column 113 - Warning: <img> element not empty or not closed
line 378 column 228 - Warning: '<' + '/' + letter not allowed here
line 379 column 339 - Warning: '<' + '/' + letter not allowed here
line 405 column 92 - Warning: unescaped & or unknown entity "&pid"
line 405 column 104 - Warning: unescaped & or unknown entity "&lookback"
line 405 column 116 - Warning: unescaped & or unknown entity "&cnt"
line 408 column 9 - Warning: missing <li>
line 419 column 13 - Warning: '<' + '/' + letter not allowed here
line 420 column 14 - Warning: '<' + '/' + letter not allowed here
line 458 column 1 - Warning: <hr> element not empty or not closed
line 462 column 17 - Warning: <img> element not empty or not closed
line 465 column 1 - Warning: <hr> element not empty or not closed
line 471 column 17 - Warning: <img> element not empty or not closed
line 472 column 393 - Warning: <br> element not empty or not closed
line 472 column 397 - Warning: <br> element not empty or not closed
line 475 column 1 - Warning: <hr> element not empty or not closed
line 481 column 1 - Warning: <hr> element not empty or not closed
line 484 column 125 - Warning: <br> element not empty or not closed
line 484 column 129 - Warning: <br> element not empty or not closed
line 484 column 133 - Warning: <br> element not empty or not closed
line 486 column 95 - Warning: <br> element not empty or not closed
line 579 column 17 - Warning: inserting implicit <p>
line 651 column 114 - Warning: inserting implicit <p>
line 27 column 9 - Warning: <script> inserting "type" attribute
line 311 column 1 - Warning: <form> lacks "action" attribute
line 350 column 25 - Warning: <script> inserting "type" attribute
line 372 column 25 - Warning: <script> inserting "type" attribute
line 383 column 78 - Warning: <img> attribute "width" has invalid value "250px"
line 383 column 78 - Warning: <img> lacks "alt" attribute
line 405 column 1 - Warning: <script> inserting "type" attribute
line 408 column 9 - Warning: <script> inserting "type" attribute
line 464 column 15 - Warning: <a> attribute "target" lacks value
line 472 column 401 - Warning: <a> attribute "target" lacks value
line 479 column 391 - Warning: <a> attribute "target" lacks value
line 484 column 16 - Warning: <a> attribute "target" lacks value
line 498 column 1 - Warning: <script> inserting "type" attribute
line 499 column 1 - Warning: <script> inserting "type" attribute
line 593 column 33 - Warning: <input> anchor "content" already defined
line 620 column 51 - Warning: <img> lacks "alt" attribute
line 252 column 25 - Warning: trimming empty <span>
line 457 column 1 - Warning: trimming empty <p>
line 460 column 1 - Warning: trimming empty <p>
line 467 column 1 - Warning: trimming empty <p>
line 468 column 1 - Warning: trimming empty <p>
line 469 column 1 - Warning: trimming empty <p>
line 473 column 1 - Warning: trimming empty <p>
line 474 column 1 - Warning: trimming empty <p>
line 477 column 1 - Warning: trimming empty <p>
line 480 column 1 - Warning: trimming empty <p>
line 483 column 1 - Warning: trimming empty <p>
line 484 column 1 - Warning: trimming empty <p>
line 485 column 1 - Warning: trimming empty <p>
line 579 column 17 - Warning: trimming empty <p>
line 627 column 131 - Warning: trimming empty <span>
line 640 column 110 - Warning: trimming empty <span>
line 651 column 114 - Warning: trimming empty <p>
line 653 column 112 - Warning: trimming empty <span>
line 666 column 120 - Warning: trimming empty <span>
Info: Document content looks like XHTML 1.0 Transitional
68 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.vrijwilligerswerk.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,234298 seconds |
| Filesize | 30387 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 | |
| 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 |
| Content-Length: 30387 | 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 30387 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: Microsoft-IIS/7.5 | The Server header contains information about the software used by the origin server to handle the request. The server used here is Microsoft-IIS/7.5 |
| Set-Cookie: ASPSESSIONIDSARBSRDB=IGNLFIKDBHHFGIOIIIPLMKGG; 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 ASPSESSIONIDSARBSRDB=IGNLFIKDBHHFGIOIIIPLMKGG; path=/ bytes |
| 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 |
| Date: Sat, 26 May 2012 07:46:46 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 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 | 77.94.249.157 |
| Country Code | NL |
| Country Code 3 | NLD |
| Country Name | Netherlands |
| Region | 04 |
| City | Groningen |
Analyse your website !
| Please enter your domain name |