nieuws.web.nl analysis, site info, backlinks and seo
nieuws.web.nl - web.nl - nieuws | web.nl
nieuws.web.nl scores a 5,2 out of 10 on our optimalisation scale. This is average. We have identified 7 keywords. This page seems optimized for the keyword 'web'
summary
This is the summary of our nieuws.web.nl analysis. Please check for detailed info under their tabs.
| Site | nieuws.web.nl (visit site) |
| Page Title | web.nl - nieuws | web.nl |
| Keyword density | beleef ggd oranje tijd van vrije web |
| SEO Summary | 0% meta description relevance, 3% link relevance, 4% heading relevance, 3 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 3 html errors and warings !
>> Read More !
SEO score of nieuws.web.nl
5,2
>> Read More !
nieuws.web.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 35,4
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 289 column 9 - Warning: <ul> attribute "id" lacks value
line 605 column 1 - Warning: <img> lacks "alt" attribute
Info: Document content looks like XHTML 1.0 Transitional
3 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 !
nieuws.web.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 nieuws.web.nl:
http://nieuws.web.nl/wp-content/themes/enews/style.css
http://web.nl/layout/css/default-web.css
http://nieuws.web.nl/wp-content/themes/enews/style-web.css
http://nieuws.web.nl/wp-content/themes/enews/epanel/page_templates/js/fancybox/jquery.fancybox-1.3.4.css
http://nieuws.web.nl/wp-content/themes/enews/epanel/page_templates/page_templates.css
http://nieuws.web.nl/wp-content/plugins/simple-full-screen-background-image/includes/fullscreen-image.css?ver=3.3.2
http://nieuws.web.nl/wp-content/plugins/wp-polls/polls-css.css?ver=2.50
http://nieuws.web.nl/wp-content/themes/enews/epanel/shortcodes/shortcodes.css?ver=1.7
http://nieuws.web.nl/wp-content/plugins/wordpress-popular-posts/style/wpp.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
nieuws.web.nl inline stylesheet info
No inline css was detected on this page
nieuws.web.nl javascript info
Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 13 external javascripts and 13 internal javascripts on nieuws.web.nl
Javascripts in the head of the page
http://web.nl/layout/js/nav.js
http://nieuws.web.nl/wp-includes/js/jquery/jquery.js?ver=1.7.1
http://nieuws.web.nl/wp-content/themes/enews/epanel/shortcodes/js/et_shortcodes_frontend.js?ver=1.7
http://www.web.nl/nieuws/wp-content/themes/enews/js/jquery.tools.1.2.6.min.js
http://pagead2.googlesyndication.com/pagead/show_ads.js
http://nieuws.web.nl/wp-content/themes/enews/js/jquery.easing.1.3.js
http://nieuws.web.nl/wp-content/themes/enews/js/superfish.js
http://nieuws.web.nl/wp-content/themes/enews/js/init.js
http://nieuws.web.nl/wp-content/themes/enews/js/jquery.cycle.all.min.js
http://nieuws.web.nl/wp-content/plugins/wp-polls/polls-js.js?ver=2.50
http://nieuws.web.nl/wp-content/themes/enews/epanel/page_templates/js/fancybox/jquery.easing-1.3.pack.js?ver=1.3.4
http://nieuws.web.nl/wp-content/themes/enews/epanel/page_templates/js/fancybox/jquery.fancybox-1.3.4.pack.js?ver=1.3.4
http://nieuws.web.nl/wp-content/themes/enews/epanel/page_templates/js/et-ptemplates-frontend.js?ver=1.1
nieuws.web.nl inline javascript info
The following inline javascript snippets were found on this page:
document.documentelement.classname = 'js';
jquery(function() {
var ua = navigator.useragent;
mobile_device = false;
if(ua.match(/(iphone|ipod|ipad|blackberry|android)/)) mobile_device = true;
var $mainnav = jquery('#web-main-nav'),
navwidth = 800;
if(!mobile_device)
{
$mainnav.children('.main-nav-item').hover(function(ev) {
var $this = jquery(this),
$dd = $this.find('.main-nav-dd');
// get the left position of this tab
var leftpos = $this.find('.main-nav-tab').position().left;
// get the width of the dropdown
var ddwidth = $dd.width(),
leftmax = navwidth - ddwidth;
// position the dropdown
$dd.css('left', math.min(leftpos, leftmax) );
// show the dropdown
$this.addclass('main-nav-item-active');
}, function(ev) {
// hide the dropdown
jquery(this).removeclass('main-nav-item-active');
});
}
else
{
jquery('.main-nav-item').click(function(ev){
if(jquery(this).hasclass('main-nav-item-active'))
{
jquery(this).removeclass('main-nav-item-active');
return true;
}
else
{
//eventuele andere active sluiten
jquery('.main-nav-item').removeclass('main-nav-item-active');
if(jquery(this).find('.main-nav-dd').length > 0)
{
var $this = jquery(this),
$dd = $this.find('.main-nav-dd');
// get the left position of this tab
var leftpos = $this.find('.main-nav-tab').position().left;
// get the width of the dropdown
var ddwidth = $dd.width(),
leftmax = navwidth - ddwidth;
// position the dropdown
$dd.css('left', math.min(leftpos, leftmax) );
// show the dropdown
$this.addclass('main-nav-item-active');
$this.find('.main-nav-dd-close').show();
}
else
{
return true;
}
}
return false;
});
}
});
//<![cdata[
jquery(document).ready(function(){
jquery("#main-scrolleble-featured-items").scrollable({
// basic settings
vertical: true,
// up/down keys will always control this scrollable
keyboard: 'static',
// assign left/right keys to the actively viewed scrollable
onseek: function(event, i) {
//horizontal.eq(i).data("scrollable").focus();
}
// main navigator (thumbnail images)
}).navigator("#main-featured-area ul");
});
<!--
google_ad_client = "ca-pub-2401939756826117";
/* 250x250, web.nl nieuws */
google_ad_slot = "2232969192";
google_ad_width = 250;
google_ad_height = 250;
//-->
//<![cdata[
jquery(function(){
jquery('#featured-area #s1').cycle({
timeout: 0,
speed: 300,
cleartypenobg: true,
fx: 'fade'
});
var $featured_area = jquery('#featured-area');
var $featured_item = jquery('#featured-area ul#nav li a');
var $slider_control = jquery('#featured-area ul#nav'); //tabs
var $slider_control_tab = jquery('#featured-area ul#nav li');
var ordernum;
var pause_scroll = false;
$featured_area.mouseover(function(){
pause_scroll = true;
}).mouseout(function(){
pause_scroll = false;
});
function gonext(this_element){
$slider_control.find("li a").removeclass('activeslide');
this_element.find("a").addclass('activeslide');
ordernum = this_element.prevall().length+1;
jquery('#featured-area #s1').cycle(ordernum - 1);
}
$slider_control_tab.click(function() {
clearinterval(interval);
gonext(jquery(this));
return false;
});
jquery('#featured-area a#prev-item, #featured-area a#next-item').click(function() {
clearinterval(interval);
if (jquery(this).attr("id") === 'next-item') {
auto_number = $slider_control.find("li a.activeslide").parent().prevall().length+1;
if (auto_number === $slider_control_tab.length) auto_number = 0;
} else {
auto_number = $slider_control.find("li a.activeslide").parent().prevall().length-1;
if (auto_number === -1) auto_number = $slider_control_tab.length-1;
};
gonext($slider_control_tab.eq(auto_number));
return false;
});
var auto_number;
var interval;
$slider_control_tab.bind('autonext', function autonext(){
if (!(pause_scroll)) gonext(jquery(this));
return false;
});
interval = setinterval(function(){
auto_number = $slider_control.find("li a.activeslide").parent().prevall().length+1;
if (auto_number === $slider_control_tab.length) auto_number = 0;
$slider_control_tab.eq(auto_number).trigger('autonext');
}, 6000);
});
//]]>
jquery(".js #featured-area, .js ul#page-menu, .js ul#cats-menu, img#logo").show(); //prevents a flash of unstyled content
/* <![cdata[ */
var pollsl10n = {"ajax_url":"http:\/\/nieuws.web.nl\/wp-content\/plugins\/wp-polls\/wp-polls.php","text_wait":"your last request is still being processed. please wait a while ...","text_valid":"please choose a valid poll answer.","text_multiple":"maximum number of choices allowed: ","show_loading":"1","show_fading":"1"};
/* ]]> */
nieuws.web.nl seo score expained
Below are the scores we calculated for different parts of nieuws.web.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 | 65 | 2,3 | A title should reflect the contents of a site. This site has a 50 % match |
|
|
Title Length | 30 | 0,7 | Try to keep your title between 40 and 66 characters. Your title was 25 characters long |
|
|
Meta Description | 0 | 0,2 | A meta description is the second thing that shows in the search results so always use the meta description. |
|
|
Meta Description Length | 0 | 0,7 | The meta description should be between 145 and 160 characters. This meta description was 1 characters long |
|
|
Meta description relevance | 0 | 0,7 | Meta Description should reflect the contents of a site. This site has a 0 % match |
|
|
Number of internal links | 100 | 3,3 | Linking to internal pages makes pages easier to find for search engines. Try to keep the number of links on your page roughly below 100. There are 69 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 8 level 1 folders and 11 folders above or in the first level of navigation. |
|
|
Headings | 7 | 1,6 | Headers should reflect the contents of a site. This site has a 4 % match |
|
|
Links | 9 | 1,6 | Link anchors should to some degree reflect the contents of a site. This site has a 3 % 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 | 99 | 2 | If this score is not 100 check the html very carefully. We found 3 errors and warnings |
|
|
WordCount | 0 | 1,1 | An ideal page contains between 400 and 600 words.This page contains 86 words |
nieuws.web.nl content analysis
On this page the content of nieuws.web.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 | nieuws.web.nl |
| Domain length | 13 characters |
| Domain relevance |
found the keyword web 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 | web.nl - nieuws | web.nl |
| Page Title relevance |
50% match web nieuws |
| Meta Description | no page description found (0 chars) |
| Meta Deascription relevance |
0% match No title found ! |
| Meta Keywords | no keywords found |
| Meta keyword relevance |
0% match No meta keywords found ! |
| Meta | text/html; charset=utf-8 |
| Meta generator | wordpress 3.3.2 |
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 | beleef ggd oranje tijd van vrije web |
| Wordcount | 85 words found on nieuws.web.nl |
| Links |
132 links found on page containing the following anchor texts web.nl, thema, horoscoop, tarot, chinese horoscopen, numerologie, spiritualiteit, runen, liefde, humor, video, plaatjes, krant, vrije tijd, weekendje weg, kerst, dagje uit, hotels, zakelijk, vergaderen, bedrijfsuitje, teambuilding, vrije tijd, vakantie, entertainment, lifestyle, opmerkelijk, sport, binnenland, wetenschap, digitaal, met de ek geluksvogel van c1000 , directeur hekelt ek acties , nog even geduld en dan is het zover! , entertainment, komt nederland eindelijk weer eens in de finale?, verjaardagen week 21, rudolph van veen verlaat life4you, nieuwe boer zoekt vrouw, verjaardagen week 20, web.nl weekend gids, lifestyle, tips voor mooie handen en nagels, tijd voor een frisse look!, door parfum vinden vrouwen zich het meest sexy, dik door collega’s, kledingmaten steeds groter, ouders gescheiden, jij ook gescheiden?, sport, de wedstrijd die geen wedstrijd is, (engels) voetbalfeest in munchen, chelsea of bayern munchen?, geen ek voor emanuelson en maduro, manchester kleurt blauw, de gekste momenten van afgelopen voetbalseizoen, opmerkelijk, man ondekt echte picasso in kringloopwinkel, vrouw ziet via skype hoe haar man gedood wordt, aantal kinderontvoeringen flink toegenomen, frustraties klantenservice lopen op, geen heropening zaak madeleine mccann, japans meisje krijgt volleybal terug, oranje koorts neemt toe, ggd tegen bierstunts, vakantiehuis huren in giethoorn - weekend of midweek genieten, beleef de sportzomer van 2012 op web.nl, fiets-vaarvakantie over de prachtige maas en fiets route ravel, komt nederland eindelijk weer eens in de finale?, de wedstrijd die geen wedstrijd is, culinaire verwennerij.nl, griekenland niet in trek, minder nederlanders op vakantie , verjaardagen week 21, (engels) voetbalfeest in munchen, chelsea of bayern munchen?, cda kiest van haersma buma, geen ek voor emanuelson en maduro, tv tips: flashforward op nummer 4, top 3 vakantie bestemmingen, de top 5 tennisbabes, vrouwen die flirten, herken ze! , snelste internetverbinding ter wereld, het eurovisie songfestival 2012, pepsi in de mix, de wedstrijd die geen wedstrijd is, beleef de sportzomer van 2012 op web.nl, groepsuitje, hotels, dagje uit, kids, plaatjes, video's, blondjes, raadsels, man / vrouw, ambtenaren, de regering, rijmpjes, bar, dieren, uitjesveiling, uitjesaanbieding, weekendje weg, hotel, groepsuitje, uit in de stad, romantisch, wellness, strand, vakantiebeoordeling, zeilen, amsterdam, feest, jongeren, beauty, hotel, familie, internet, student, secretaresse, gratis, sport, krant, radio, weer, entertainment, financieel, horoscoop, nieuws, zakelijk, crio, info, |
| Link anchor relevance |
3% match web thema horoscoop tarot chinese horoscopen numerologie spiritualiteit runen liefde humor video plaatjes krant vrije tijd weekendje weg kerst dagje uit hotels zakelijk vergaderen bedrijfsuitje teambuilding vakantie entertainment lifestyle opmerkelijk sport binnenland wetenschap digitaal met geluksvogel van directeur hekelt acties nog even geduld dan het zover komt nederland eindelijk weer eens finale verjaardagen week rudolph veen verlaat life you nieuwe boer zoekt vrouw weekend gids tips voor mooie handen nagels een frisse look door parfum vinden vrouwen zich meest sexy dik collega kledingmaten steeds groter ouders gescheiden jij ook wedstrijd die geen engels voetbalfeest munchen chelsea bayern emanuelson maduro manchester kleurt blauw gekste momenten afgelopen voetbalseizoen man ondekt echte picasso kringloopwinkel ziet via skype hoe haar gedood wordt aantal kinderontvoeringen flink toegenomen frustraties klantenservice lopen heropening zaak madeleine mccann japans meisje krijgt volleybal terug oranje koorts neemt toe ggd tegen bierstunts vakantiehuis huren giethoorn midweek genieten beleef sportzomer fiets-vaarvakantie over prachtige maas fiets route ravel culinaire verwennerij griekenland niet trek minder nederlanders cda kiest haersma buma flashforward nummer top bestemmingen tennisbabes flirten herken snelste internetverbinding ter wereld eurovisie songfestival pepsi mix groepsuitje kids video's blondjes raadsels ambtenaren regering rijmpjes bar dieren uitjesveiling uitjesaanbieding hotel stad romantisch wellness strand vakantiebeoordeling zeilen amsterdam feest jongeren beauty familie internet student secretaresse gratis radio financieel nieuws crio info |
| Headings |
43 headings found on page containing the following texts entertainment, komt nederland eindelijk weer eens in de finale?, verjaardagen week 21, rudolph van veen verlaat life4you, nieuwe boer zoekt vrouw, verjaardagen week 20, web.nl weekend gids, lifestyle, tips voor mooie handen en nagels, tijd voor een frisse look!, door parfum vinden vrouwen zich het meest sexy, dik door collega’s, kledingmaten steeds groter, ouders gescheiden, jij ook gescheiden?, sport, de wedstrijd die geen wedstrijd is, (engels) voetbalfeest in munchen, chelsea of bayern munchen?, geen ek voor emanuelson en maduro, manchester kleurt blauw, de gekste momenten van afgelopen voetbalseizoen, opmerkelijk, man ondekt echte picasso in kringloopwinkel, vrouw ziet via skype hoe haar man gedood wordt, aantal kinderontvoeringen flink toegenomen, frustraties klantenservice lopen op, geen heropening zaak madeleine mccann, japans meisje krijgt volleybal terug, horoscoop, humor, krant, vrije tijd, zakelijk, met de ek geluksvogel van c1000 , directeur hekelt ek acties , nog even geduld en dan is het zover! , vrije tijd, humor, vakantie, gids, web, headlines, meest gelezen, |
| Headings relevance |
4% match entertainment komt nederland eindelijk weer eens finale verjaardagen week rudolph van veen verlaat life you nieuwe boer zoekt vrouw web weekend gids lifestyle tips voor mooie handen nagels tijd een frisse look door parfum vinden vrouwen zich het meest sexy dik collega kledingmaten steeds groter ouders gescheiden jij ook sport wedstrijd die geen engels voetbalfeest munchen chelsea bayern emanuelson maduro manchester kleurt blauw gekste momenten afgelopen voetbalseizoen opmerkelijk man ondekt echte picasso kringloopwinkel ziet via skype hoe haar gedood wordt aantal kinderontvoeringen flink toegenomen frustraties klantenservice lopen heropening zaak madeleine mccann japans meisje krijgt volleybal terug horoscoop humor krant vrije zakelijk met geluksvogel directeur hekelt acties nog even geduld dan zover vakantie headlines gelezen |
| Emphasis (bold and italic) |
0 bold or italic tags found on page containing the following texts No bold or italic tags found ! |
| Bold and italic tag relevance |
0% match No bold or italic tags found on this page ! |
| Image alt tags |
12 image alt tags found on page containing the following texts logo, oranje koorts neemt toe, ggd tegen bierstunts, beleef de sportzomer van 2012 op web.nl, oranje koorts neemt toe, ggd tegen bierstunts, beleef de sportzomer van 2012 op web.nl, komt nederland eindelijk weer eens in de finale?, tips voor mooie handen en nagels, de wedstrijd die geen wedstrijd is, man ondekt echte picasso in kringloopwinkel, , |
| Image alt tag relevance |
16% match logo oranje koorts neemt toe ggd tegen bierstunts beleef sportzomer van web komt nederland eindelijk weer eens finale tips voor mooie handen nagels wedstrijd die geen man ondekt echte picasso kringloopwinkel |
Backlink analysis for nieuws.web.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 nieuws.web.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 nieuws.web.nl
|
www.web.nl web.nl - www.web.nl |
|
horoscoop.web.nl horoscoop - horoscoop.web.nl/ |
|
horoscoop.web.nl tarot - horoscoop.web.nl/horoscopen/gratis-dagkaart-tarot.html |
|
horoscoop.web.nl chinese horoscopen - horoscoop.web.nl/horoscopen/chinese-astrologie-dierenriem.html |
|
horoscoop.web.nl numerologie - horoscoop.web.nl/horoscopen/numerologie-geboortegetal.html |
|
horoscoop.web.nl spiritualiteit - horoscoop.web.nl/horoscopen/spiritualiteitstest.html |
|
horoscoop.web.nl runen - horoscoop.web.nl/horoscopen/drie-runen-orakel.html |
|
horoscoop.web.nl liefde - horoscoop.web.nl/horoscopen/liefdeshoroscoop.html |
|
humor.web.nl humor - humor.web.nl/ |
|
beeld.web.nl video - beeld.web.nl/videos |
|
beeld.web.nl plaatjes - beeld.web.nl/images |
|
krant.web.nl krant - krant.web.nl |
|
www.enjoy.nl weekendje weg - www.enjoy.nl/weekendje_weg/ |
|
www.recreatief.nl kerst - www.recreatief.nl/trips/feestdagen/ |
|
www.enjoy.nl dagje uit - www.enjoy.nl/dagje_uit/ |
|
www.hotelidee.nl hotels - www.hotelidee.nl |
|
www.vergaderen.nl vergaderen - www.vergaderen.nl |
|
www.zakelijkuit.nl bedrijfsuitje - www.zakelijkuit.nl |
|
www.bedrijfsevents.nl teambuilding - www.bedrijfsevents.nl |
|
www.enjoy.nl groepsuitje - www.enjoy.nl |
|
www.webbers.nl kids - www.webbers.nl |
|
beeld.web.nl video's - beeld.web.nl/videos |
|
humor.web.nl blondjes - humor.web.nl/moppen/blondjes.html |
|
humor.web.nl raadsels - humor.web.nl/moppen/raadsels.html |
|
humor.web.nl man / vrouw - humor.web.nl/moppen/manvrouw.html |
|
humor.web.nl ambtenaren - humor.web.nl/moppen/ambtenaren.html |
|
humor.web.nl de regering - humor.web.nl/moppen/de+regering.html |
|
humor.web.nl rijmpjes - humor.web.nl/moppen/rijmpjes.html |
|
humor.web.nl bar - humor.web.nl/moppen/bar.html |
|
humor.web.nl dieren - humor.web.nl/moppen/dieren.html |
|
www.uitjesveiling.nl uitjesveiling - www.uitjesveiling.nl/ |
|
www.uitjesaanbieding.nl uitjesaanbieding - www.uitjesaanbieding.nl/ |
|
www.recreatief.nl weekendje weg - www.recreatief.nl/trips/weekendje_weg/ |
|
www.recreatief.nl hotel - www.recreatief.nl/trips/hotel/ |
|
www.recreatief.nl groepsuitje - www.recreatief.nl/trips/groepen/ |
|
www.recreatief.nl uit in de stad - www.recreatief.nl/trips/groepen/groepsuitje_in_de_stad/ |
|
www.recreatief.nl romantisch - www.recreatief.nl/trips/romantisch/ |
|
www.recreatief.nl wellness - www.recreatief.nl/trips/beauty_wellness/ |
|
www.strand.nl strand - www.strand.nl |
|
www.vakantiepanel.nl vakantiebeoordeling - www.vakantiepanel.nl |
|
www.recreatief.nl zeilen - www.recreatief.nl/trips/zeilen/ |
|
www.web.nl amsterdam - www.web.nl/gids/amsterdam/ |
|
www.web.nl feest - www.web.nl/gids/feest/ |
|
www.web.nl jongeren - www.web.nl/gids/jongeren/ |
|
www.web.nl beauty - www.web.nl/gids/beauty/ |
|
www.web.nl hotel - www.web.nl/gids/hotel/ |
|
www.web.nl familie - www.web.nl/gids/familie/grootouders/familie/ |
|
www.web.nl internet - www.web.nl/gids/internet/ |
|
www.web.nl student - www.web.nl/gids/werk_en_opleiding/onderwijs_en_opleidingen/student/ |
|
www.pa.nl secretaresse - www.pa.nl |
|
gratis.web.nl gratis - gratis.web.nl/ |
|
sport.web.nl sport - sport.web.nl/ |
|
krant.web.nl krant - krant.web.nl/ |
|
radio.web.nl radio - radio.web.nl/ |
|
weer.web.nl weer - weer.web.nl/ |
|
entertainment.web.nl entertainment - entertainment.web.nl/ |
|
financieel.web.nl financieel - financieel.web.nl/ |
|
zakelijk.web.nl zakelijk - zakelijk.web.nl/ |
|
www.crio.nl crio - www.crio.nl |
nieuws.web.nl navigation and internal link structure
We have scanned nieuws.web.nl for internal links and found 69 links on this page. We found 8 base folders and 11 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 nieuws.web.nl
Internal links found
Click on any of the links below to analyze that page
nieuws.web.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,505321 seconds |
| Filesize | 36672 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 02:07:40 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 |
| X-Pingback: http://nieuws.web.nl/xmlrpc.php | |
| 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; charset=UTF-8 | The Content-Type entity-header field indicates the media type of the entity-body sent to the recipient or, in the case of the HEAD method, the media type that would have been sent had the request been a GET. . The value is text/html; charset=UTF-8 |
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.244 |
| Country Code | NL |
| Country Code 3 | NLD |
| Country Name | Netherlands |
| Region | 07 |
| City | Amsterdam |
Analyse your website !
| Please enter your domain name |