www.bedrijfsevents.nl analysis, site info, backlinks and seo
www.bedrijfsevents.nl - teambuilding | bedrijfsevents.nl
Description: bedrijfsuitjes zoekt en boekt u hier bij dè bedrijfsuitje specialist.
www.bedrijfsevents.nl scores a 8,8 out of 10 on our optimalisation scale. This is far above average. We have identified 82 keywords. This page seems optimized for the keyword 'een'
summary
This is the summary of our www.bedrijfsevents.nl analysis. Please check for detailed info under their tabs.
| Site | www.bedrijfsevents.nl (visit site) |
| Page Title | teambuilding | bedrijfsevents.nl |
| Keyword density | actief adventure amsterdam arrangement avondje bedrijfsevents bedrijfsuitje bedrijfsuitjes challenging collegas culinaire cultuur dat doen door drenthe driving een eur even events gaat geen gezellig grasmat groep groepsuitje het jordaan journey kunst ludiek luik maastricht meerdaagsarrangement meerdaagse met moet natuur nijmegen nog onder onderweg onze opdrachten over parcours phone rondvaarten rotterdam solex spannende spelprogramma stad stadsevenementen stadswandeling strand team teambuilding teambuildingsdag teams telefoon tijd tijdens uit uitgelicht uitje uitjes van vanaf vergaderen verwennerij voor vragen waarbij wilt wintersport wordt workshops zeilen zoeken zoekt |
| SEO Summary | 38% meta description relevance, 43% link relevance, 57% heading relevance, 20 page errors |
| Server info | Location: , |
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 20 html errors and warings !
>> Read More !
SEO score of www.bedrijfsevents.nl
8,8
>> Read More !
www.bedrijfsevents.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,920124 seconds |
| Filesize | 50958 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 12:55:34 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 | The Server header contains information about the software used by the origin server to handle the request. The server used here is Apache/2 |
| X-Powered-By: PHP/5.2.17 | 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 PHP/5.2.17 |
| Set-Cookie: CAKEPHP=5adcffc85bf9d74a6c16f64b55610bb1; expires=Fri, 01-Jun-2012 12:55:35 GMT; 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 CAKEPHP=5adcffc85bf9d74a6c16f64b55610bb1; expires=Fri, 01-Jun-2012 12:55:35 GMT; path=/ bytes |
| P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM" | |
| Vary: Accept-Encoding,User-Agent | |
| Cache-Control: max-age=60, private, proxy-revalidate | 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 max-age=60, private, proxy-revalidate |
| Transfer-Encoding: chunked | The Transfer-Encoding header indicates what (if any) type of transformation has been applied to the message body. This differs from Content-Encoding in that transfer-codings are a property of the message, not of the representation; i.e., it will be removed by the next "hop", whereas content-codings are end-to-end. The most commonly used transfer-coding is chunked, which allows persistent connections to be used without knowing the entire body's length. The value is chunked |
| 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 | 31.7.1.203 |
www.bedrijfsevents.nl javascript info
Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 3 external javascripts and 3 internal javascripts on www.bedrijfsevents.nl
Javascripts in the head of the page
http://www.bedrijfsevents.nl/js/version-1.0/all.js
http://pagead2.googlesyndication.com/pagead/show_ads.js
http://maps.google.com/maps?file=api&v=2&key=abqiaaaajsw86xujpokrbogrlcxg4hqlyot7x-c8d26azuekr3wz3ioacbq1xlgjyzjk4nx-0jfrdgde7jpl4q&sensor=false
www.bedrijfsevents.nl inline javascript info
The following inline javascript snippets were found on this page:
function unique_requestid() {
var timestamp = number(new date()).tostring();
var random = math.random() * (math.random() * 100000 * math.random() );
var unique = new string();
unique = timestamp + random;
return unique;
}
$(document).ready(function(){
showpromobox(146);
startfeature();
});
var refreshtime = 5000;
var feature_image_set = 1;
var feature_image_amount = 0;
random_id = math.ceil(math.random()*feature_image_amount);
feature_image_set = random_id;
function startfeature()
{
$('#featuredimage'+feature_image_set).show();
refreshid = setinterval(function()
{
loadnextfeature();
}, refreshtime);
}
function loadnextfeature()
{
$('#featuredimage'+feature_image_set).fadeout(500);
if(feature_image_set == feature_image_amount)
{
feature_image_set = 1;
}
else
{
feature_image_set++;
}
$('#featuredimage'+feature_image_set).fadein(1500);
}
function showgooglemap()
{
$("#firstbox").slidetoggle("slow");
$("#frontgooglemaps").slidetoggle("slow");
loadgooglemapssearch();
}
function hidegooglemap()
{
$("#firstbox").slidetoggle("slow");
$("#frontgooglemaps").slidetoggle("slow");
}
function setpromobox(promoboxnr)
{
$(".startpagecontentboxextra").fadeout(350); //deze moet los voor ie 7
$(".promobox").fadeout(350);
settimeout("showpromobox("+promoboxnr+")",400);
}
function showpromobox(promoboxnr)
{
$(".promoboxesoptions").removeclass("current-cat");
$("#promoboxselectoption"+promoboxnr).addclass("current-cat");
$(".startpagecontentboxextra").fadein(500); //deze moet dus ook weer terug komen
$("#startpagesecondboxcontent"+promoboxnr).fadein(500);
}
$(document).ready(function() {
});
var clicked_category = 0;
var clicked_removed_category = 0;
var province_array = new array();
var category_array = new array();
var persons_selected = 0;
var price_selected = 0;
function setmapclicksearchoption(elm,search,search_option)
{
if(search == 1)
{
clicked_category = search_option
clicked_removed_category = 0;
}
else if(search == 2)
{
//province_array.push(search_option);
}
else if(search == 3)
{
//persons_selected = search_option;
}
else if(search == 4)
{
//price_selected = search_option;
}
}
function setmapsearchoption(elm,search,search_option)
{
//position = $(elm).css("backgroundposition");
$(elm).addclass("search_list_option_checked");
$('#map_remove_'+search+'_'+search_option).css("display","inline");
if(search == 1)
{
category_array.push(search_option);
clicked_removed_category = 0;
}
else if(search == 2)
{
province_array.push(search_option);
}
else if(search == 3)
{
persons_selected = search_option;
}
else if(search == 4)
{
price_selected = search_option;
}
}
function clearmapsearchcategories()
{
category_array.splice(0,category_array.length);
}
function removemapsearchoption(elm,search,search_option)
{
$('#map_add_'+search+'_'+search_option).removeclass("search_list_option_checked");
$(elm).css("display","none");
tmp_array = new array();
if(search == 1)
{
clicked_category = 0;
clicked_removed_category = search_option;
for(i=0; i < category_array.length; i++)
{
if(category_array[i] != search_option)
{
tmp_array.push(category_array[i]);
}
}
category_array = tmp_array;
}
else if(search == 2)
{
for(i=0; i < province_array.length; i++)
{
if(province_array[i] != search_option)
{
tmp_array.push(province_array[i]);
}
}
province_array = tmp_array;
}
else if(search == 3)
{
persons_selected = 0;
}
else if(search == 4)
{
price_selected = 0;
}
}
function disabledmapotheroptions(search,search_option)
{
if(search_option != 1)
{
$('#map_add_'+search+'_1').css("display", "none");
$('#map_disable_'+search+'_1').css("display", "inline");
}
if(search_option != 2)
{
$('#map_add_'+search+'_2').css("display", "none");
$('#map_disable_'+search+'_2').css("display", "inline");
}
if(search_option != 3)
{
$('#map_add_'+search+'_3').css("display", "none");
$('#map_disable_'+search+'_3').css("display", "inline");
}
if(search_option != 4)
{
$('#map_add_'+search+'_4').css("display", "none");
$('#map_disable_'+search+'_4').css("display", "inline");
}
}
function enablemapotheroptions(search, search_option)
{
$('#map_disable_'+search+'_1').css("display", "none");
$('#map_add_'+search+'_1').css("display", "inline");
$('#map_disable_'+search+'_2').css("display", "none");
$('#map_add_'+search+'_2').css("display", "inline");
$('#map_disable_'+search+'_3').css("display", "none");
$('#map_add_'+search+'_3').css("display", "inline");
$('#map_disable_'+search+'_4').css("display", "none");
$('#map_add_'+search+'_4').css("display", "inline");
}
var map;
var baseicon;
var alonglat
var category_id;
var categories = '';
var provinces = '';
var marker_array = new array();
var marker_points_array = new array();
function loadgooglemapssearch()
{
var longitude = 5.3779321;
var latitude = 52.2533246;
var zoom = 8;
baseicon = new gicon(g_default_icon);
if (gbrowseriscompatible())
{
map = new gmap2(document.getelementbyid('map_canvas_search'));
map.setmaptype(g_physical_map);
map.setcenter(new glatlng(latitude,longitude), zoom);
map.setuitodefault();
}
else
{
alert('sorry, de google maps api werkt niet met uw browser.');
}
//ajax voor het ophalen van de juiste rubriek opties
$.ajax({
type: "post",
url: "/sites/getcategorysearchoptions/",
data: "data[categories]="+categories+"&data[clicked_category]="+clicked_category+"&data[clicked_removed_category]="+clicked_removed_category+"&data[provinces]="+provinces+"&data[persons]="+persons_selected+"&data[price]="+price_selected+"",
datatype: "html",
success: function(msg)
{
$('#map_category_options').html(msg);
}
});
}
function startsearchgooglemaps()
{
var showresults = false;
if(category_array.length > 0)
{
categories = category_array.join(",")
showresults = true;
}
else
{
categories = '';
}
if(province_array.length > 0)
{
provinces = province_array.join(",")
showresults = true;
}
else
{
provinces = '';
}
if(persons_selected != 0) showresults = true;
if(price_selected != 0) showresults = true;
if(clicked_removed_category != 0) showresults = true;
removepreviewmarkers();
if(showresults)
{
$("#map_loading").show();
$.ajax({
type: "post",
url: "/sites/maps_search/",
data: "data[categories]="+categories+"&data[clicked_category]="+clicked_category+"&data[clicked_removed_category]="+clicked_removed_category+"&data[provinces]="+provinces+"&data[persons]="+persons_selected+"&data[price]="+price_selected+"",
datatype: "json",
success: function(json_data)
{
$("#map_loading").hide();
//alert(json_data);
var objcount=0;
for(_obj in json_data) objcount++;
for(i = 0; i < objcount; i++)
{
if(marker_points_array[json_data[i]['trip']['latitude']+','+json_data[i]['trip']['longitude']] != undefined)
{
marker_points_array[json_data[i]['trip']['latitude']+','+json_data[i]['trip']['longitude']]++;
}
else
{
marker_points_array[json_data[i]['trip']['latitude']+','+json_data[i]['trip']['longitude']] = 1;
//alert(json_data['tripdata'][i]['trip']['id']);
var point = new glatlng(json_data[i]['trip']['latitude'],json_data[i]['trip']['longitude']);
var trip_id = json_data[i]['trip']['id'];
var marker = createmarkertripsearch(point,trip_id,i,json_data[i]['trip']['latitude'],json_data[i]['trip']['longitude']);
map.addoverlay(marker);
marker_array.push(marker);
}
}
showresultinformation(objcount);
}
});
}
else
{
$('#search_results_information').html("verfijn uw zoekopdracht");
}
//ajax voor het ophalen van de juiste rubriek opties
$.ajax({
type: "post",
url: "/sites/getcategorysearchoptions/",
data: "data[categories]="+categories+"&data[clicked_category]="+clicked_category+"&data[clicked_removed_category]="+clicked_removed_category+"&data[provinces]="+provinces+"&data[persons]="+persons_selected+"&data[price]="+price_selected+"",
datatype: "html",
success: function(msg)
{
$('#map_category_options').html(msg);
}
});
}
function createmarkertripsearch(point,trip_id,marker_nr,latitude,longitude)
{
var letteredicon = new gicon(baseicon);
letteredicon.image = "http://www.eventgids.nl/app/webroot/img/pointer.png";
// set up our gmarkeroptions object
markeroptions = { title:'trip', icon:letteredicon };
var marker = new gmarker(point,markeroptions);
gevent.addlistener(marker, 'click', function()
{
amount_points = marker_points_array[latitude+','+longitude];
//max 4 resultaten in de box, dus max 4 trips groot
if(amount_points > 4) amount_points = 4;
box_height = amount_points * 60;
$.ajax({
type: "post",
url: "/sites/css_style",
data: "data[height]="+box_height+"",
success: function(msg)
{
$('#css_div').html(msg);
marker.openextinfowindow(
map,
'custom_info_window_red',
'<div id="marker_info_trip_search"> <img src="http://www.recreatief.nl/zoeken/images/ajax_loader_world_green.gif" alt="laden" /> teamuitjes worden geladen
$("#keyword").click(function()
{
if($("#keyword").val() == "zoekwoorden ingeven")
{
$("#keyword").val("");
}
});
$("#zoekform").submit(function()
{
$("#search_error").hide();
var trip_category = "";
var province = "";
var persons = "";
var price = "";
var city = "";
var oei = "";
if($("#trip_category").val() != undefined) trip_category = $("#trip_category").val();
if($("#province").val() != undefined) province = $("#province").val();
if($("#persons").val() != undefined) persons = $("#persons").val();
if($("#price").val() != undefined) price = $("#price").val();
if($("#city").val() != undefined) city = $("#city").val();
//var url = "/search/check_results";
var url = "/proxy_check.php";
var data = "data[keyword]="+$("#keyword").val()+"&data[trip_category]="+trip_category+"&data[province]="+province+"&data[persons]="+persons+"&data[price]"+price+"&data[city]="+city;
var valid_search = true;
$.ajax({
url : url,
data: data,
type: "get",
async: false,
success: function(msg)
{
//alert(msg);
if(msg == 'valid')
{
return true
}
else if (msg == 'invalid')
{
$("#search_error").show();
valid_search = false;
return false;
}
}
});
return valid_search;
});
<!--
google_ad_client = "ca-pub-2401939756826117";
/* 468x60, vergaderruimte.nl */
google_ad_slot = "8723281920";
google_ad_width = 468;
google_ad_height = 60;
//-->
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-3173852-3");
pagetracker._trackpageview();
} catch(err) {}
www.bedrijfsevents.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.bedrijfsevents.nl:
http://www.bedrijfsevents.nl/css/version-1.0/startpage_all.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.bedrijfsevents.nl inline stylesheet info
No inline css was detected on this page
www.bedrijfsevents.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 9,02
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 169 column 151 - Warning: missing </span> before <h1>
line 169 column 262 - Warning: discarding unexpected </span>
line 170 column 88 - Warning: <img> element not empty or not closed
line 171 column 75 - Warning: <img> element not empty or not closed
line 186 column 41 - Warning: <input> element not empty or not closed
line 193 column 25 - Warning: discarding unexpected </noscript>
line 198 column 41 - Warning: <img> element not empty or not closed
line 206 column 41 - Warning: <img> element not empty or not closed
line 630 column 207 - Warning: '<' + '/' + letter not allowed here
line 913 column 105 - Warning: adjacent hyphens within comment
line 915 column 9 - Warning: <a> discarding newline in URI reference
line 6 column 14 - Warning: missing </div>
line 11 column 49 - Warning: <img> lacks "alt" attribute
line 170 column 88 - Warning: <img> lacks "alt" attribute
line 171 column 75 - Warning: <img> lacks "alt" attribute
line 180 column 33 - Warning: <table> lacks "summary" attribute
line 198 column 41 - Warning: <img> lacks "alt" attribute
line 206 column 41 - Warning: <img> lacks "alt" attribute
line 710 column 33 - Warning: trimming empty <li>
Info: Document content looks like XHTML 1.0 Transitional
20 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 !
Backlink analysis for www.bedrijfsevents.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.bedrijfsevents.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.bedrijfsevents.nl
|
www.vergaderen.nl vergaderen - www.vergaderen.nl/ |
|
www.congrescentrum.nl congrescentrum - www.congrescentrum.nl |
|
www.feest.nl bedrijfsfeest - www.feest.nl |
|
www.bedrijfsincentive.nl incentive - www.bedrijfsincentive.nl/ |
|
www.businessbookers.nl maatwerk - www.businessbookers.nl/maatwerk |
|
www.businessbookers.nl vergaderplanner - www.businessbookers.nl/vergaderen/vergaderplanner.php |
|
www.locatieszoeken.nl locatieplanner - www.locatieszoeken.nl |
|
www.businessbookers.nl anders vergaderen - www.businessbookers.nl/vergaderen/anders-vergaderen.php |
|
www.vergaderen.be belgie - www.vergaderen.be |
|
www.vergaderen.de duitsland - www.vergaderen.de |
|
www.vergaderruimte.nl vergaderruimte - www.vergaderruimte.nl |
|
www.congres.nl congres - www.congres.nl |
|
www.congres.nl congresbureau - www.congres.nl |
|
www.feest.nl all in feesten - www.feest.nl/all_in_feesten/index.php |
|
www.feest.nl bedrijfsfeesten - www.feest.nl/bedrijfsfeest/bedrijfsfeest.php |
|
www.feest.nl dinnershows - www.feest.nl/musical_theater_dinnershow/index.php |
|
www.feest.nl personeelsfeesten - www.feest.nl/personeelsfeest/personeelsfeest.php |
|
www.feest.nl themafeesten - www.feest.nl/themafeest/themafeest.php |
|
www.bedrijfsincentive.nl barcelona - www.bedrijfsincentive.nl/barcelona/barcelona.php |
|
www.bedrijfsincentive.nl londen - www.bedrijfsincentive.nl/london/london.php |
|
www.bedrijfsincentive.nl maastricht - www.bedrijfsincentive.nl/maastricht/maastricht.php |
|
www.bedrijfsincentive.nl milaan - www.bedrijfsincentive.nl/milaan/milaan.php |
|
www.bedrijfsincentive.nl rome - www.bedrijfsincentive.nl/rome/rome.php |
|
www.bedrijfsincentive.nl stockholm - www.bedrijfsincentive.nl/stockholm/stockholm.php |
|
www.trainingslocatie.nl trainingslocatie - www.trainingslocatie.nl |
|
www.zakelijkuit.nl zakelijk uit - www.zakelijkuit.nl |
|
www.businessbookers.nl businessbookers bv - www.businessbookers.nl |
|
www.allyouneedisbusinessbookers.nl contact - www.allyouneedisbusinessbookers.nl/contact.php |
|
www.allyouneedisbusinessbookers.nl partnership - www.allyouneedisbusinessbookers.nl/partnership.php |
|
www.businessbookers.nl team - www.businessbookers.nl/team.php |
|
www.businessbookers.nl algemene voorwaarden - www.businessbookers.nl/algemene-voorwaarden/ |
|
www.directiesecretaresse.nl__ secretaresse - www.directiesecretaresse.nl |
www.bedrijfsevents.nl content analysis
On this page the content of www.bedrijfsevents.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.bedrijfsevents.nl |
| Domain length | 21 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 | teambuilding | bedrijfsevents.nl |
| Page Title relevance |
100% match teambuilding bedrijfsevents |
| Meta Description | bedrijfsuitjes zoekt en boekt u hier bij dè bedrijfsuitje specialist. (76 chars) |
| Meta Deascription relevance |
38% match bedrijfsuitjes zoekt boekt hier bij egrave bedrijfsuitje specialist |
| Meta Keywords | bedrijfsuitjes, teambuilding |
| Meta keyword relevance |
100% match bedrijfsuitjes teambuilding |
| Meta robots | index, follow, all |
| Meta google-site-verification | mbycbcexlw79mscci46k7w9x_1rwks6bl-ucpzhi7w0 |
| Meta norton-safeweb-site-verification | 3xbltu790e7u3tf4vqevezzrclh-8kj8yeynket90y3w3nvvubf8dqbos9xxq3s9psnsqy3ifcoyvv261-gatihp83q-7brf4ydskfrsxyvlx7u533ef164hs57v9puf |
| Meta | text/html; charset=utf-8 |
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 | actief adventure amsterdam arrangement avondje bedrijfsevents bedrijfsuitje bedrijfsuitjes challenging collegas culinaire cultuur dat doen door drenthe driving een eur even events gaat geen gezellig grasmat groep groepsuitje het jordaan journey kunst ludiek luik maastricht meerdaagsarrangement meerdaagse met moet natuur nijmegen nog onder onderweg onze opdrachten over parcours phone rondvaarten rotterdam solex spannende spelprogramma stad stadsevenementen stadswandeling strand team teambuilding teambuildingsdag teams telefoon tijd tijdens uit uitgelicht uitje uitjes van vanaf vergaderen verwennerij voor vragen waarbij wilt wintersport wordt workshops zeilen zoeken zoekt |
| Wordcount | 553 words found on www.bedrijfsevents.nl |
| Links |
128 links found on page containing the following anchor texts teambuilding, vergaderen, congrescentrum, bedrijfsfeest, incentive, maatwerk, vergaderplanner, locatieplanner, anders vergaderen, belgie, duitsland, vergaderruimte, congres, congresbureau, actief en natuur, adventure, meerdaagse events, stadsevenementen, workshops, zeilen, all in feesten, bedrijfsfeesten, dinnershows, personeelsfeesten, themafeesten, barcelona, londen, maastricht, milaan, rome, stockholm, trainingslocatie, e-mail, nieuw, top 10, provincies, steden, laatst bekeken, zakelijk uit, referenties, terug, actief en natuur, adventure, avondje uit, bedrijfsuitjes, culinaire verwennerij, driving events, kunst en cultuur, meerdaagse events, rondvaarten, spelprogramma, stadsevenementen, stadswandeling, strand, teambuilding, wintersport, workshops, zeilen, drenthe, flevoland, friesland, gelderland, groningen, limburg, noord-brabant, noord-holland, overijssel, utrecht, waddeneilanden, zeeland, zuid-holland, < 20, < 20, 20 - 50, 20 - 50, 50 - 150, 50 - 150, 150 >, 150 > , < 50, < 50, 50 - 100, 50 - 100, 100 - 200, 100 - 200, 200 >, 200 >, actief en natuur, adventure, avondje uit, bedrijfsuitjes, culinaire verwennerij, driving events, kunst en cultuur, meerdaagse events, rondvaarten, spelprogramma, stadsevenementen, stadswandeling, strand, teambuilding, wintersport, workshops, zeilen, stoere teambuilding uitjes, uitje in amsterdam of ... ?, jordaan journey door amsterdam - geweldig [..], al vanaf € 59,00, ek bbq 13 juni 2012 óp grasmat [..], al vanaf € 79,50, groepsuitje in drenthe - the phone, al vanaf € 50,00, challenging parcours teambuildingsuitje, al vanaf € 60,95, meerdaagsarrangement maastricht veelzijdig [..], al vanaf € 189,50, ludiek spelprogramma maastricht uitgelicht [..], al vanaf € 57,50, solex rijden en de spannende citygame de da [..], al vanaf € 65,74, teambuildingsdag in luik, al vanaf € 57,50, businessbookers bv, contact, partnership, team, algemene voorwaarden, secretaresse, |
| Link anchor relevance |
43% match teambuilding vergaderen congrescentrum bedrijfsfeest incentive maatwerk vergaderplanner locatieplanner anders belgie duitsland vergaderruimte congres congresbureau actief natuur adventure meerdaagse events stadsevenementen workshops zeilen all feesten bedrijfsfeesten dinnershows personeelsfeesten themafeesten barcelona londen maastricht milaan rome stockholm trainingslocatie e-mail nieuw top provincies steden laatst bekeken zakelijk uit referenties terug avondje bedrijfsuitjes culinaire verwennerij driving kunst cultuur rondvaarten spelprogramma stadswandeling strand wintersport drenthe flevoland friesland gelderland groningen limburg noord-brabant noord-holland overijssel utrecht waddeneilanden zeeland zuid-holland stoere uitjes uitje amsterdam jordaan journey door geweldig vanaf bbq juni grasmat groepsuitje phone challenging parcours teambuildingsuitje meerdaagsarrangement veelzijdig ludiek uitgelicht solex rijden spannende citygame teambuildingsdag luik businessbookers contact partnership team algemene voorwaarden secretaresse |
| Headings |
58 headings found on page containing the following texts bedrijfsuitjes, teambuilding, vergaderen, congrescentrum, bedrijfsfeest, incentive, maatwerk, actief en natuur, adventure, avondje uit, bedrijfsuitjes, culinaire verwennerij, driving events, kunst en cultuur, meerdaagse events, rondvaarten, spelprogramma, stadsevenementen, stadswandeling, strand, teambuilding, wintersport, workshops, zeilen, vergaderplanner, locatieplanner, anders vergaderen, belgie, duitsland, vergaderruimte, congres, congresbureau, actief en natuur, adventure, meerdaagse events, stadsevenementen, workshops, zeilen, all in feesten, bedrijfsfeesten, dinnershows, personeelsfeesten, themafeesten, barcelona, londen, maastricht, milaan, rome, stockholm, trainingslocatie, jordaan journey door amsterdam - geweldig [..], ek bbq 13 juni 2012 óp grasmat [..], groepsuitje in drenthe - the phone, challenging parcours teambuildingsuitje, meerdaagsarrangement maastricht veelzijdig [..], ludiek spelprogramma maastricht uitgelicht [..], solex rijden en de spannende citygame de da [..], teambuildingsdag in luik, |
| Headings relevance |
57% match bedrijfsuitjes teambuilding vergaderen congrescentrum bedrijfsfeest incentive maatwerk actief natuur adventure avondje uit culinaire verwennerij driving events kunst cultuur meerdaagse rondvaarten spelprogramma stadsevenementen stadswandeling strand wintersport workshops zeilen vergaderplanner locatieplanner anders belgie duitsland vergaderruimte congres congresbureau all feesten bedrijfsfeesten dinnershows personeelsfeesten themafeesten barcelona londen maastricht milaan rome stockholm trainingslocatie jordaan journey door amsterdam geweldig bbq juni grasmat groepsuitje drenthe phone challenging parcours teambuildingsuitje meerdaagsarrangement veelzijdig ludiek uitgelicht solex rijden spannende citygame teambuildingsdag luik |
| Emphasis (bold and italic) |
9 bold or italic tags found on page containing the following texts bookers, al vanaf € 59,00, al vanaf € 79,50, al vanaf € 50,00, al vanaf € 60,95, al vanaf € 189,50, al vanaf € 57,50, al vanaf € 65,74, al vanaf € 57,50, |
| Bold and italic tag relevance |
50% match bookers vanaf |
| Image alt tags |
20 image alt tags found on page containing the following texts , teambuilding, , , , , teambuilding zoeken laden, teambuilding, teambuilding, jordaan journey door amsterdam - geweldig dagje uit beleven in de stad, , groepsuitje in drenthe - the phone, challenging parcours teambuildingsuitje, teambuilding, teambuilding, meerdaagsarrangement maastricht veelzijdig groepsuitje, ludiek spelprogramma maastricht uitgelicht en dineren, solex rijden en de spannende citygame de da vinci code! - bedrijfsuitje in nijmegen, teambuildingsdag in luik, twitter, |
| Image alt tag relevance |
67% match teambuilding zoeken laden jordaan journey door amsterdam geweldig dagje uit beleven stad groepsuitje drenthe phone challenging parcours teambuildingsuitje meerdaagsarrangement maastricht veelzijdig ludiek spelprogramma uitgelicht dineren solex rijden spannende citygame vinci code bedrijfsuitje nijmegen teambuildingsdag luik twitter |
www.bedrijfsevents.nl navigation and internal link structure
We have scanned www.bedrijfsevents.nl for internal links and found 46 links on this page. We found 7 base folders and 10 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.bedrijfsevents.nl
Internal links found
Click on any of the links below to analyze that page
www.bedrijfsevents.nl seo score expained
Below are the scores we calculated for different parts of www.bedrijfsevents.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 100 % match |
|
|
Title Length | 80 | 0,7 | Try to keep your title between 40 and 66 characters. Your title was 33 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 77 characters long |
|
|
Meta description relevance | 49 | 0,7 | Meta Description should reflect the contents of a site. This site has a 38 % 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 46 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 7 level 1 folders and 10 folders above or in the first level of navigation. |
|
|
Headings | 100 | 1,6 | Headers should reflect the contents of a site. This site has a 56 % match |
|
|
Links | 100 | 1,6 | Link anchors should to some degree reflect the contents of a site. This site has a 43 % match |
|
|
Image alt tags | 100 | 0,5 | Image alt tags should to some degree reflect the contents of a site. This site has a 67 % 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 50 % 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 | 90 | 2 | If this score is not 100 check the html very carefully. We found 20 errors and warnings |
|
|
WordCount | 100 | 1,1 | An ideal page contains between 400 and 600 words.This page contains 554 words |
Analyse your website !
| Please enter your domain name |