www.recreatief.nl analysis, site info, backlinks and seo
www.recreatief.nl - weekendje weg dagje uit, weg met recreatief.nl - bedrijfsuitje en groepsuitje
Description: weekendje weg, dagje uit, weg met recreatief.nl, weekend, trips, uitstapjes, uw groepsuitje en bedrijfsuitje begint hier.
www.recreatief.nl scores a 5,1 out of 10 on our optimalisation scale. This is average. We have identified 12 keywords. This page seems optimized for the keyword 'uit'
summary
This is the summary of our www.recreatief.nl analysis. Please check for detailed info under their tabs.
| Site | www.recreatief.nl (visit site) |
| Page Title | weekendje weg dagje uit, weg met recreatief.nl - bedrijfsuitje en groepsuitje |
| Keyword density | agenda dagje den gids regio shadow steden trips uit utrecht zeilen zoeken |
| SEO Summary | 23% meta description relevance, 7% link relevance, 3% heading relevance, 43 page errors |
| Server info | Location: Amsterdam,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 43 html errors and warings !
>> Read More !
SEO score of www.recreatief.nl
5,1
>> Read More !
www.recreatief.nl javascript info
Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 4 external javascripts and 4 internal javascripts on www.recreatief.nl
Javascripts in the head of the page
http://www.recreatief.nl/layout/js/jquery.php
http://pagead2.googlesyndication.com/pagead/show_ads.js
http://www.recreatief.nl/layout/js/menu.js
http://www.recreatief.nl/layout/js/load_menu.js
www.recreatief.nl inline javascript info
The following inline javascript snippets were found on this page:
var _gaq = _gaq || [];
_gaq.push(['gwo._setaccount', 'ua-5164903-3']);
_gaq.push(['gwo._trackpageview', '/1909003539/test']);
(function() {
var ga = document.createelement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getelementsbytagname('script')[0]; s.parentnode.insertbefore(ga, s);
})();
function cleaninput(elm)
{
if(elm.value == 'zoekwoorden ingeven')
{
elm.value = '';
}
}
var timeouttime = 200;
var timer;
var timer_is_on = 0;
var t_additions;
var t_additions_on = 0;
var t_additions_time = 200;
var input_keyword = "";
var instant_keyword = "";
var instant_keyword_current = "";
var input_keyword = "";
var code;
var current_addition = 0;
var max_additions = 4;
var instant_keyword_letter_next = "";
$(document).ready(function(){
$('#main_input_keyword_front').focus();
$('#main_input_keyword_front').keyup(function(e){
code = (e.keycode ? e.keycode : e.which);
//alert(code);
if(code == 13)
{
//als het zoekresultaat eral staat dan hoeft alleen de additions list weggehaald te worden
//als het gelijk is aan elkaar
}
else if(code == 40)
{
if(current_addition == max_additions)
{
current_addition = 0;
}
else
{
current_addition++;
}
additions_nav_bottom();
}
else if(code == 38)
{
if(current_addition == 0)
{
current_addition = max_additions;
}
else
{
current_addition--;
}
additions_nav_bottom();
}
else if((code >= 65 && code <= 90) || code == 8 )
{
//moet eerst restten!
resetinputkeyword();
//moet minimaal 3 letters zijn ingevuld.
var keyword_length = $('#main_input_keyword_front').val().length;
if(keyword_length > 0)
{
input_keyword = $('#main_input_keyword_front').val();
if(t_additions_time)
{
cleartimeout(t_additions);
t_additons_on = 0;
}
t_additions = settimeout("dosearchadditions()",t_additions_time);
t_additions_on = 1;
//setinputkeyword();
checkshowhideboxes();
}
else
{
if(input_keyword != $('#main_input_keyword_front').val())
{
$("#search_content_middle").load("/trips/proxy.php");
}
$('#main_search_additions').html('');
$('#main_search_additions').hide();
input_keyword = "";
checkshowhideboxes();
}
}
});
function additions_nav_bottom()
{
$('#main_search_additions li').removeclass('activeaddition');
$('#addition_option_'+current_addition).addclass('activeaddition');
changeinputkeyword();
}
function changeinputkeyword()
{
//de waarde ophalen die in de active addition staat
instant_keyword = $('#addition_option_'+current_addition+' a').html();
if(timer_is_on)
{
cleartimeout(timer);
timer_is_on = 0;
}
timer = settimeout("instantsearch()",timeouttime);
timer_is_on = 1;
$('#main_input_keyword_front').val(instant_keyword);
setinputkeyword();
}
function setinputkeyword()
{
$('#main_input_keyword_back').val(instant_keyword);
}
function resetinputkeyword()
{
//alleen resetten als er een andere code is getypt dan in de voorstelling komt
strlen_front = $('#main_input_keyword_front').val().length;
str_front = $('#main_input_keyword_front').val();
if(str_front != "")
{
current_letter = str_front.substring((strlen_front-1),strlen_front);
if(current_letter != instant_keyword_letter_next)
{
$('#main_input_keyword_back').val('');
}
}
else
{
$('#main_input_keyword_back').val('');
}
}
$('#instant_search_form').submit(function(evt){
if($('#main_input_keyword_front').val() == $('#main_input_keyword_back').val())
{
$('#main_search_additions').html('');
$('#main_search_additions').hide();
return false;
}
});
function checkshowhideboxes()
{
//eerst kijken of het wel nodig is voor deze div
if ($('#startpage_search_container').length )
{
//is er wel iets ingevuld?
if(input_keyword != '')
{
if($('#startpage_search_container').is(":hidden"))
{
$('#search_instant_form_box').removeclass('instant_search_form_bg_default');
$('#search_instant_form_box').addclass('instant_search_form_bg_search');
$('#startpage_search_container').addclass('startpage_search_active');
$('#startpage_search_container').show();
$('#content').hide();
}
}
else
{
if($('#startpage_search_container').is(":visible"))
{
$('#search_instant_form_box').removeclass('instant_search_form_bg_search');
$('#search_instant_form_box').addclass('instant_search_form_bg_default');
$('#startpage_search_container').removeclass('startpage_search_active');
$('#startpage_search_container').hide();
$('#content').show();
}
}
}
}
});
function dosearchadditions()
{
//met ajax eventuele mogelijkheden checken
var ajaxobject = $.ajax({
datatype: 'json',
url: "/trips/webroot/search_additions.php",
data: "keyword="+$('#main_input_keyword_front').val()+"",
success: function(data){
if((typeof(window[data.amount]) == "undefined"))
{
if(timer_is_on)
{
cleartimeout(timer);
timer_is_on = 0;
}
instant_keyword = $('#main_input_keyword_front').val();
timer = settimeout("instantsearch()",timeouttime);
timer_is_on = 1;
$('#main_search_additions').html('');
$('#main_search_additions').hide();
}
else if(data.amount > 0)
{
if(data.first != instant_keyword)
{
if(timer_is_on)
{
cleartimeout(timer);
timer_is_on = 0;
}
//voor de hoofdletters
//lengthe van de input keyword
tmp_str1 = data.first;
tmp_str = "";
tmp_str_add = "";
strlen_input = $('#main_input_keyword_front').val().length;
tmp_str = tmp_str1.substring(0,strlen_input);
tmp_str_add = tmp_str1.substring(strlen_input);
back_string = input_keyword+''+tmp_str_add;
instant_keyword = data.first;
instant_keyword = back_string;
timer = settimeout("instantsearch()",timeouttime);
timer_is_on = 1;
}
setinputkeyword();
$('#main_search_additions').html(data.list);
$('#main_search_additions').show();
}
else
{
if(timer_is_on)
{
cleartimeout(timer);
timer_is_on = 0;
}
instant_keyword = $('#main_input_keyword_front').val();
timer = settimeout("instantsearch()",timeouttime);
timer_is_on = 1;
$('#main_search_additions').html('');
$('#main_search_additions').hide();
}
set_instant_keyword_letter_next();
},
error: function(error){
//alert('fout'+error);
}
});
}
function isdefined( variable)
{
return (typeof(window[variable]) == "undefined")? false: true;
}
function instantsearch()
{
$.ajax({
url: "/trips/proxy.php",
data: "data[keyword]="+instant_keyword+"",
success: function(data){
$("#search_content_middle").html(data);
},
error: function(e_msg)
{
//alert(e_msg);
}
});
}
function setinputkeyword()
{
$('#main_input_keyword_back').val(instant_keyword);
}
function set_instant_keyword_letter_next()
{
strlen_front = $('#main_input_keyword_front').val().length;
str_test = $('#main_input_keyword_back').val();
if(instant_keyword != "")
{
instant_keyword_letter_next = instant_keyword.substring(strlen_front, (strlen_front+1));
//alert(instant_keyword+" - "+strlen_front+" - "+(strlen_front+1))
//alert(test);
}
else
{
instant_keyword_letter_next = "";
}
}
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;
}
var refreshtime = 7000;
var fadeintime = 1000;
var fadeouttime = 0;
var refreshid;
var feature_id = 0; //start met
var max_features = 5;
$(document).ready(function(){
startfeature(feature_id);
});
function startfeature(feature_id)
{
$('#changingimage').load('http://www.recreatief.nl/nieuws/wp-content/themes/recreatief/featuredimage.php?feature_id='+ feature_id +'&random=' + + unique_requestid()).fadein(fadeintime);
refreshid = setinterval(function()
{
$('#changingimage').fadeout(fadeouttime);
settimeout("loadnextfeature()",fadeouttime);
}, refreshtime);
}
function setfeature(id)
{
feature_id = id;
clearinterval(refreshid);
$('#changingimage').fadeout(fadeouttime);
settimeout("loadfeature('"+feature_id+"')",fadeouttime);
refreshid = setinterval(function()
{
$('#changingimage').fadeout(fadeouttime);
settimeout("loadnextfeature()",fadeouttime);
}, refreshtime);
}
function loadfeature(feature_id)
{
$('#changingimage').load('http://www.recreatief.nl/nieuws/wp-content/themes/recreatief/featuredimage.php?feature_id='+ feature_id +'&random=' + + unique_requestid()).fadein(fadeintime);
}
function loadnextfeature()
{
if(feature_id == max_features)
{
feature_id = 0;
}
else
{
feature_id++;
}
$('#changingimage').load('http://www.recreatief.nl/nieuws/wp-content/themes/recreatief/featuredimage.php?feature_id='+ feature_id +'&random=' + + unique_requestid()).fadein(fadeintime);
}
<!--
google_ad_client = "pub-2401939756826117";
/* 728x90, gemaakt 11-9-08 */
google_ad_slot = "4258040331";
google_ad_width = 728;
google_ad_height = 90;
//-->
var overlay_closed = false;
var current_overlay = '';
//loadoverlay(); //geen overlay meer tonen?????????? zet // voor deze regel !!!!!!!!!
function loadoverlay()
{
jquery.ajax({
type: "post",
url: "/overlay_load.php",
success: function(msg)
{
if(msg.substr(0,4) == "show")
{
showoverlay(msg.substr(4,1)); // overlay_id is param
}
}
});
}
function showoverlay(overlay_id)
{
//nu nog maar 1 overlay dus voor nu is dit voldoende, anders overlay_id gebruiken
jquery('#do_overlay_'+overlay_id).show();
current_overlay = overlay_id;
}
function closeoverlay()
{
overlay_closed = true;
doajaxoverlay('no');
}
function docloseoverlay()
{
jquery('#do_overlay_'+current_overlay).hide();
}
function followoverlay()
{
if(!overlay_closed)
{
doajaxoverlay('yes');
}
}
function dofollowoverlay()
{
if(!overlay_closed)
{
//door linken naar het doel
//window.location = "http://www.recreatief.nl/";
//nu niet omdat het een formulier is.
}
}
function doajaxoverlay(follow)
{
docloseoverlay();
jquery.ajax({
type: "post",
url: "/overlay_click.php",
data: "overlay_id="+current_overlay+"&follow="+follow+"",
success: function(msg)
{
if(follow == 'yes')
{
dofollowoverlay();
}
}
});
}
var _gaq = _gaq || [];
_gaq.push(['_setaccount', 'ua-1319710-1']);
_gaq.push(['_trackpageview']);
(function() {
var ga = document.createelement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getelementsbytagname('script')[0]; s.parentnode.insertbefore(ga, s);
})();
www.recreatief.nl seo score expained
Below are the scores we calculated for different parts of www.recreatief.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 | 33 | 2,3 | A title should reflect the contents of a site. This site has a 25 % match |
|
|
Title Length | 80 | 0,7 | Try to keep your title between 40 and 66 characters. Your title was 78 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 | 70 | 0,7 | The meta description should be between 145 and 160 characters. This meta description was 122 characters long |
|
|
Meta description relevance | 30 | 0,7 | Meta Description should reflect the contents of a site. This site has a 23 % match |
|
|
Number of internal links | 85 | 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 110 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 5 level 1 folders and 10 folders above or in the first level of navigation. |
|
|
Headings | 5 | 1,6 | Headers should reflect the contents of a site. This site has a 3 % match |
|
|
Links | 21 | 1,6 | Link anchors should to some degree reflect the contents of a site. This site has a 7 % match |
|
|
Image alt tags | 48 | 0,5 | Image alt tags should to some degree reflect the contents of a site. This site has a 16 % 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 | 79 | 2 | If this score is not 100 check the html very carefully. We found 43 errors and warnings |
|
|
WordCount | 0 | 1,1 | An ideal page contains between 400 and 600 words.This page contains 80 words |
www.recreatief.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,548367 seconds |
| Filesize | 38269 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: Sat, 26 May 2012 02:58:02 GMT | The Date header represents the time when the message was generated, regardless of caching that happened since. It is used by caches as input to expiration calculations, and to detect clock drift. |
| Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8c PHP/5.2.5 | The Server header contains information about the software used by the origin server to handle the request. The server used here is Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8c PHP/5.2.5 |
| X-Powered-By: PHP/5.2.5 | 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.5 |
| Vary: Accept-Encoding | |
| 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 | 87.233.139.9 |
| Country Code | NL |
| Country Code 3 | NLD |
| Country Name | Netherlands |
| Region | 07 |
| City | Amsterdam |
www.recreatief.nl navigation and internal link structure
We have scanned www.recreatief.nl for internal links and found 110 links on this page. We found 5 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.recreatief.nl
Internal links found
Click on any of the links below to analyze that page
www.recreatief.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 26,14
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 93 column 97 - Warning: unescaped & which should be written as &
line 107 column 33 - Warning: missing <li>
line 107 column 33 - Warning: missing </div> before <li>
line 108 column 41 - Warning: inserting implicit <ul>
line 108 column 41 - Warning: missing </ul> before </div>
line 114 column 33 - Warning: missing </div> before <li>
line 115 column 41 - Warning: inserting implicit <ul>
line 119 column 41 - Warning: <li> dropping value "large_list_last_center" for repeated attribute "class"
line 115 column 41 - Warning: missing </ul> before </div>
line 121 column 33 - Warning: <div> unexpected or duplicate quote mark
line 121 column 33 - Warning: missing </div> before <li>
line 122 column 41 - Warning: inserting implicit <ul>
line 122 column 41 - Warning: missing </ul> before </div>
line 473 column 1 - Warning: <style> isn't allowed in <div> elements
line 153 column 9 - Info: <div> previously mentioned
line 681 column 9 - Warning: missing </a> before <h3>
line 682 column 41 - Warning: inserting implicit <a>
line 683 column 9 - Warning: discarding unexpected </a>
line 710 column 9 - Warning: missing </a> before <h3>
line 711 column 41 - Warning: inserting implicit <a>
line 712 column 9 - Warning: discarding unexpected </a>
line 738 column 9 - Warning: missing </a> before <h3>
line 739 column 41 - Warning: inserting implicit <a>
line 740 column 9 - Warning: discarding unexpected </a>
line 767 column 9 - Warning: missing </a> before <h3>
line 768 column 41 - Warning: inserting implicit <a>
line 769 column 9 - Warning: discarding unexpected </a>
line 935 column 49 - Warning: <img> element not empty or not closed
line 937 column 1 - Warning: missing </span> before <form>
line 946 column 1 - Warning: discarding unexpected </span>
line 36 column 1 - Warning: content occurs after end of body
line 36 column 1 - Warning: content occurs after end of body
line 156 column 9 - Warning: <form> proprietary attribute "autocomplete"
line 158 column 17 - Warning: <input> proprietary attribute "autocomplete"
line 536 column 9 - Warning: <script> inserting "type" attribute
line 694 column 159 - Warning: <img> attribute "width" has invalid value "213px"
line 694 column 159 - Warning: <img> attribute "height" has invalid value "159px"
line 722 column 134 - Warning: <img> attribute "width" has invalid value "213px"
line 722 column 134 - Warning: <img> attribute "height" has invalid value "159px"
line 751 column 162 - Warning: <img> attribute "width" has invalid value "213px"
line 751 column 162 - Warning: <img> attribute "height" has invalid value "159px"
line 781 column 174 - Warning: <img> attribute "width" has invalid value "213px"
line 781 column 174 - Warning: <img> attribute "height" has invalid value "159px"
Info: Document content looks like XHTML 1.0 Transitional
43 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.recreatief.nl content analysis
On this page the content of www.recreatief.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.recreatief.nl |
| Domain length | 17 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 | weekendje weg dagje uit, weg met recreatief.nl - bedrijfsuitje en groepsuitje |
| Page Title relevance |
25% match weekendje weg dagje uit met recreatief bedrijfsuitje groepsuitje |
| Meta Description | weekendje weg, dagje uit, weg met recreatief.nl, weekend, trips, uitstapjes, uw groepsuitje en bedrijfsuitje begint hier. (121 chars) |
| Meta Deascription relevance |
23% match weekendje weg dagje uit met recreatief weekend trips uitstapjes groepsuitje bedrijfsuitje begint hier |
| Meta Keywords | weekendje weg, dagje uit, dagje weg, weekend, vrije tijd, weekend, groepsuitje, bedrijfsuitje, arrangementen, vakantie, nederland |
| Meta keyword relevance |
17% match weekendje weg dagje uit weekend vrije tijd groepsuitje bedrijfsuitje arrangementen vakantie nederland |
| Meta | text/html; charset=utf-8 |
| Meta verify-v1 | upgd7+4pini4hnbwepf6twm5u9+ey9v1cnbfgh3eym8= |
| Meta robots | noodp |
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 | agenda dagje den gids regio shadow steden trips uit utrecht zeilen zoeken |
| Wordcount | 79 words found on www.recreatief.nl |
| Links |
125 links found on page containing the following anchor texts weekendje weg, bedrijfsuitje, trips, groepen, feesten, hotels, uit agenda, thema, aan de kust, accommodatie, dagje uit, health & beauty, kerst, mooi stukje holland, ontdek de regio, site tips, winter, steden, zeilen, gids, steden, alkmaar, amersfoort, amsterdam, arnhem, den bosch, breda, enschede, giethoorn, den haag, haarlem, maastricht, nijmegen, rotterdam, texel, utrecht, regio, brabant, drenthe, flevoland, friesland, gelderland, groningen, limburg, noord-holland, overijssel, utrecht, zeeland, zuid-holland, strand, zeilen, zakelijk, home, actief & avontuurlijk, amsterdamse uitjes, beauty & wellness, bedrijfsuitje, belgie, cadeau, culinair, dierentuin, drenthe, duitsland, exclusief, familie & kinderen, feest actie en party, feest en spel, feest organiseren, feestdagen, fietsen & wandelen, giethoorn, groepen, hotel, kastelen en landgoederen, kids for free, lastminutes, midweek, natuurschoon, nederland waterland, pretparken, regio arnhem nijmegen, romantisch, rondvaart, stad & cultuur, strand, strandhotel zuiderduin, theater & muziek, themafeesten, trouwen, vakantiehuisje huren, veluwe, waddeneilanden, watersport, weekendje weg, wintersport, workshop, zakelijk, zeeland, zeilen, wereldhavendagen in rotterdam , lees verder , heerlijk slapen en fietsen in zeeland , lees verder , rondvaart met bezoek aan ss rotterdam , lees verder , familie voordeeltrip in valkenburg , lees verder , super vriendinnenuitjes, fietsarrangementen, stadsuitje organiseren?, weekendje zeeland, vrijgezellendag regelen, romantisch weekendje!, bungalowidee.nl, strandhotel, nieuwsbrief, populair, adverteren, informatie, link toevoegen, partner worden?, werken bij recreatief.nl, privacy policy, klantenservice, prijsvraag, |
| Link anchor relevance |
7% match weekendje weg bedrijfsuitje trips groepen feesten hotels uit agenda thema aan kust accommodatie dagje health beauty kerst mooi stukje holland ontdek regio site tips winter steden zeilen gids alkmaar amersfoort amsterdam arnhem den bosch breda enschede giethoorn haag haarlem maastricht nijmegen rotterdam texel utrecht brabant drenthe flevoland friesland gelderland groningen limburg noord-holland overijssel zeeland zuid-holland strand zakelijk home actief avontuurlijk amsterdamse uitjes wellness belgie cadeau culinair dierentuin duitsland exclusief familie kinderen feest actie party spel organiseren feestdagen fietsen wandelen hotel kastelen landgoederen kids free lastminutes midweek natuurschoon nederland waterland pretparken romantisch rondvaart stad cultuur strandhotel zuiderduin theater muziek themafeesten trouwen vakantiehuisje huren veluwe waddeneilanden watersport wintersport workshop wereldhavendagen lees verder heerlijk slapen met bezoek voordeeltrip valkenburg super vriendinnenuitjes fietsarrangementen stadsuitje vrijgezellendag regelen bungalowidee nieuwsbrief populair adverteren informatie link toevoegen partner worden werken bij recreatief privacy policy klantenservice prijsvraag |
| Headings |
60 headings found on page containing the following texts onze (groeps)uitstapjes op thema:, actief & avontuurlijk, amsterdamse uitjes, beauty & wellness, bedrijfsuitje, belgie, cadeau, culinair, dierentuin, drenthe, duitsland, exclusief, familie & kinderen, feest actie en party, feest en spel, feest organiseren, feestdagen, fietsen & wandelen, giethoorn, groepen, hotel, kastelen en landgoederen, kids for free, lastminutes, midweek, natuurschoon, nederland waterland, pretparken, regio arnhem nijmegen, romantisch, rondvaart, stad & cultuur, strand, strandhotel zuiderduin, theater & muziek, themafeesten, trouwen, vakantiehuisje huren, veluwe, waddeneilanden, watersport, weekendje weg, wintersport, workshop, zakelijk, zeeland, zeilen, wereldhavendagen in rotterdam, heerlijk slapen en fietsen in zeeland, rondvaart met bezoek aan ss rotterdam, familie voordeeltrip in valkenburg, super vriendinnenuitjes, fietsarrangementen, stadsuitje organiseren?, weekendje zeeland, vrijgezellendag regelen, romantisch weekendje!, bungalowidee.nl, strandhotel, zoek & kies uit 2354 leuke uitjes., |
| Headings relevance |
3% match onze groeps uitstapjes thema actief avontuurlijk amsterdamse uitjes beauty wellness bedrijfsuitje belgie cadeau culinair dierentuin drenthe duitsland exclusief familie kinderen feest actie party spel organiseren feestdagen fietsen wandelen giethoorn groepen hotel kastelen landgoederen kids free lastminutes midweek natuurschoon nederland waterland pretparken regio arnhem nijmegen romantisch rondvaart stad cultuur strand strandhotel zuiderduin theater muziek themafeesten trouwen vakantiehuisje huren veluwe waddeneilanden watersport weekendje weg wintersport workshop zakelijk zeeland zeilen wereldhavendagen rotterdam heerlijk slapen met bezoek aan voordeeltrip valkenburg super vriendinnenuitjes fietsarrangementen stadsuitje vrijgezellendag regelen bungalowidee zoek kies uit leuke |
| Emphasis (bold and italic) |
4 bold or italic tags found on page containing the following texts lees verder, lees verder, lees verder, lees verder, |
| Bold and italic tag relevance |
0% match lees verder |
| Image alt tags |
8 image alt tags found on page containing the following texts shadow, dagje uit of weekendje weg, shadow, wereldhavendagen in rotterdam, heerlijk slapen en fietsen in zeeland, rondvaart met bezoek aan ss rotterdam, familie voordeeltrip in valkenburg, twitter, |
| Image alt tag relevance |
16% match shadow dagje uit weekendje weg wereldhavendagen rotterdam heerlijk slapen fietsen zeeland rondvaart met bezoek aan familie voordeeltrip valkenburg twitter |
Backlink analysis for www.recreatief.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.recreatief.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.recreatief.nl
|
www.enjoy.nl weekendje weg - www.enjoy.nl/weekendje_weg/ |
|
www.hotelidee.nl hotels - www.hotelidee.nl |
|
www.strand.nl strand - www.strand.nl |
|
www.zakelijkuit.nl bedrijfsuitje - www.zakelijkuit.nl |
|
www.enjoy.nl wereldhavendagen in rotterdam - www.enjoy.nl/dagje_uit/rondvaart/rotterdamse_haven/dinnershow_op_het_water_in_rotterdam.php |
|
www.enjoy.nl lees verder - www.enjoy.nl/dagje_uit/rondvaart/rotterdamse_haven/dinnershow_op_het_water_in_rotterdam.php |
|
www.enjoy.nl heerlijk slapen en fietsen in zeeland - www.enjoy.nl/weekendje_weg/fietsen/heerlijk_fietsen_in_zeeland.php |
|
www.enjoy.nl lees verder - www.enjoy.nl/weekendje_weg/fietsen/heerlijk_fietsen_in_zeeland.php |
|
www.enjoy.nl rondvaart met bezoek aan ss rotterdam - www.enjoy.nl/dagje_uit/rondvaart/biesbosch/dagje_uit_rondvaart_met_bezoek_aan_ss_rotterdam.php |
|
www.enjoy.nl lees verder - www.enjoy.nl/dagje_uit/rondvaart/biesbosch/dagje_uit_rondvaart_met_bezoek_aan_ss_rotterdam.php |
|
www.enjoy.nl familie voordeeltrip in valkenburg - www.enjoy.nl/weekendje_weg/familieweekend_weg/speciale_midweek_aanbieding_van_hotel_atlanta_valkenburg.php |
|
www.enjoy.nl lees verder - www.enjoy.nl/weekendje_weg/familieweekend_weg/speciale_midweek_aanbieding_van_hotel_atlanta_valkenburg.php |
|
www.werkenbijrecreatief.nl werken bij recreatief.nl - www.werkenbijrecreatief.nl/ |
|
www.prijsvraag.net prijsvraag - www.prijsvraag.net |
www.recreatief.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.recreatief.nl:
http://www.recreatief.nl/nieuws/css/recreatiefcss.php
http://www.recreatief.nl/nieuws/wp-content/themes/recreatief/menu.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.recreatief.nl inline stylesheet info
No inline css was detected on this page
Analyse your website !
| Please enter your domain name |