www.bcn.nl analysis, site info, backlinks and seo


www.bcn.nl

www.bcn.nl - bcn - vergaderlocaties in utrecht en rotterdam

Description: op zoek naar een uitstekende locatie voor uw vergadering of zakelijke bijeenkomst? bekijk het aanbod van business centre nederland!

www.bcn.nl scores a 8,1 out of 10 on our optimalisation scale. This is far above average. We have identified 27 keywords. This page seems optimized for the keyword 'bcn'

summary

This is the summary of our www.bcn.nl analysis. Please check for detailed info under their tabs.

Site www.bcn.nl (visit site)
Page Title bcn - vergaderlocaties in utrecht en rotterdam
Keyword density -may- aanvragen bcn contact duurzame expires extra gmt home jpeg locatie locaties met offerte otp over path rotterdam route set-cookie sun utrecht vacatures veelgestelde vergaderlocaties vragen zalen
SEO Summary 6% meta description relevance, 59% link relevance, 36% heading relevance, 37 page errors
Server info Location: Hilversum,Netherlands

No backlinks were found for this domain or backlink search was skipped

>> View all backlinks !

Content & Html
Analyzed html, text, tags, links, headings, keywords and more
We found 37 html errors and warings !

>> Read More !

SEO score of www.bcn.nl

8,1

>> Read More !

www.bcn.nl seo score

www.bcn.nl seo score expained

Below are the scores we calculated for different parts of www.bcn.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
seo approval: 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. 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.
seo approval: A title should reflect the contents of a site. This site has a 100 % match Title relevance 100 2,3 A title should reflect the contents of a site. This site has a 100 % match
seo approval: Try to keep your title between 40 and 66 characters. Your title was 47 characters long Title Length 100 0,7 Try to keep your title between 40 and 66 characters. Your title was 47 characters long
seo approval: A meta description is the second thing that shows in the search results so always use the meta description. Meta Description 100 0,2 A meta description is the second thing that shows in the search results so always use the meta description.
seo approval: The meta description should be between 145 and 160 characters. This meta description was 133 characters long Meta Description Length 85 0,7 The meta description should be between 145 and 160 characters. This meta description was 133 characters long
seo error: Meta Description should reflect the contents of a site. This site has a 6 % match Meta description relevance 8 0,7 Meta Description should reflect the contents of a site. This site has a 6 % match
seo approval: 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  31 internal links on this page. 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 31 internal links on this page.
seo tip: We have not detected an easy to follow directory structure on this page. Make sure your directory structure is easy to follow. Folder structure 60 1,4 We have not detected an easy to follow directory structure on this page. Make sure your directory structure is easy to follow.
seo tip: Headers should reflect the contents of a site. This site has a 36 % match Headings 65 1,6 Headers should reflect the contents of a site. This site has a 36 % match
seo approval: Link anchors should to some degree reflect the contents of a site. This site has a 59 % match Links 100 1,6 Link anchors should to some degree reflect the contents of a site. This site has a 59 % match
seo approval: Image alt tags 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 43 % match
seo error: 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 Html ratio 40 1,1 Try to keep the html / text ratio as low as possible. More html means longer loading times. Layout should be handled in a serpate css file
seo approval: If this score is not 100 check the html very carefully. We found 37 errors and warnings Page errors 82 2 If this score is not 100 check the html very carefully. We found 37 errors and warnings
seo tip: An ideal page contains between 400 and 600 words.This page contains 220 words WordCount 65 1,1 An ideal page contains between 400 and 600 words.This page contains 220 words
www.bcn.nl css

www.bcn.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.bcn.nl:

http://www.bcn.nl/css/screen.css?v=1
http://www.bcn.nl/css/print.css
http://www.bcn.nl//cdn.ontargetcms.com/ext/2.2.0/css/linkbar.css

seo tip: combine stylehseets 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.bcn.nl inline stylesheet info

seo approval: avoid inline css No inline css was detected on this page

www.bcn.nl javascript

www.bcn.nl javascript info

Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 6 external javascripts and 6 internal javascripts on www.bcn.nl

Javascripts in the head of the page

The following js files were found on this page:

http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
http://www.bcn.nl/scripts/jquery.autogrow.js
http://www.bcn.nl/scripts/functions.js
http://www.bcn.nl//cdn.ontargetcms.com/fftools/3.0/tools.js
http://www.bcn.nl//www.googleadservices.com/pagead/conversion.js
http://www.googleadservices.com/pagead/conversion.js

seo tip: put all javascript in one file r-domain advises to combine all javascript to one javascript. Javascripts normally are loaded before the page is displayed. Adding multiple javascript to your page can seriously slow down your website.

www.bcn.nl inline javascript info

seo tip: avoid inline javascript Usually it makes sense to keep the amount of inline javascript to a minimun since this kind of javascript is not cachable. Usually the faster alternative is to put these snippets in an external script.

The following inline javascript snippets were found on this page:

// simple jquery slideshow script
function slideswitch() {
var $active = $('#slideshow3 img.active');

if ( $active.length == 0 ) $active = $('#slideshow3 img:last');

// use this to pull the images in the order they appear in the markup
var $next = $active.next().length ? $active.next()
: $('#slideshow3 img:first');

// uncomment the 3 lines below to pull the images in random order

// var $sibs = $active.siblings();
// var rndnum = math.floor(math.random() * $sibs.length );
// var $next = $( $sibs[ rndnum ] );

$active.addclass('last-active');

$next.css({opacity: 0.0})
.addclass('active')
.animate({opacity: 1.0}, 300, function() {
$active.removeclass('active last-active');
});
}

$(function() {
setinterval( "slideswitch()", 3000 );
});

var _gaq=[['_setaccount','ua-19527367-1'],['_setdomainname','www.bcn.nl'],['_trackpageview'],['_trackpageloadtime']];(function(d,t){var g=d.createelement(t),s=d.getelementsbytagname(t)[0];g.async=true;g.src='//www.google-analytics.com/ga.js';s.parentnode.insertbefore(g,s)}(document,'script'));

/* <![cdata[ */
var google_conversion_id = 1044613168;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "666666";
var google_conversion_label = "gve1cprk_aeqsjco8gm";
var google_conversion_value = 0;
/* ]]> */

www.bcn.nl website navigation

www.bcn.nl navigation and internal link structure

We have scanned www.bcn.nl for internal links and found 31 links on this page. We found 0 base folders and 2 folders on this site. Easy to follow navigation helps your visitors navigate through your website efficiently and improves the website experience. It is even more important for seach engines while it helps them spider your website and find the most important content.

seo tip: improvae navigation We did not find an easy to follow navigation structure on www.bcn.nl. Consider improving navigation on this page.

Internal links found

Click on any of the links below to analyze that page

www.bcn.nl
www.bcn.nl/faq.html
www.bcn.nl/duurzame-locaties.html
www.bcn.nl/bcn-utrecht.html
www.bcn.nl/bcn-utrecht-cs.html
www.bcn.nl/bcn-rotterdam.html
www.bcn.nl/over-bcn.html
www.bcn.nl/offerte-aanvragen.html
www.bcn.nl/contact.html
www.bcn.nl/zalen.html
www.bcn.nl/arrangementen.html
www.bcn.nl/cateringmogelijkheden.html
www.bcn.nl/home-english.html
www.bcn.nl/veelgestelde-vragen.html
www.bcn.nl/nieuws.html
www.bcn.nl/vacatures.html
www.bcn.nl/routebeschrijving-bcn-utrecht.html
www.bcn.nl/routebeschrijving-bcn-utrecht-cs.html
www.bcn.nl/routebeschrijving-bcn-rotterdam.html
www.bcn.nl/shuttle-service.html
www.bcn.nl/contact.html?location=utrecht
www.bcn.nl/contact.html?location=utrechtcs
www.bcn.nl/contact.html?location=rotterdam
www.bcn.nl/algemene-voorwaarden.html
www.bcn.nl/sitemap.html
www.bcn.nl content analysis

www.bcn.nl content analysis

On this page the content of www.bcn.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.bcn.nl
Domain length 10 characters
Domain relevance found the keyword bcn 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 bcn - vergaderlocaties in utrecht en rotterdam
Page Title relevance 100% match
bcn vergaderlocaties utrecht rotterdam
Meta Description op zoek naar een uitstekende locatie voor uw vergadering of zakelijke bijeenkomst? bekijk het aanbod van business centre nederland! (132 chars)
Meta Deascription relevance 6% match
zoek naar een uitstekende locatie voor vergadering zakelijke bijeenkomst bekijk het aanbod van business centre nederland
Meta Keywords vergaderlocatie, vergaderlocaties, locatie, locaties, vergaderruimte, vergaderruimtes, vergaderruimten, zaal, zalen, zalencentrum, zaalverhuur, locatie trainingen, locatie opleidingen, vergaderlokatie, vergader locatie, locatie huren, vergaderarrangementen
Meta keyword relevance 24% match
vergaderlocatie vergaderlocaties locatie locaties vergaderruimte vergaderruimtes vergaderruimten zaal zalen zalencentrum zaalverhuur trainingen opleidingen vergaderlokatie vergader huren vergaderarrangementen
Meta text/php;charset=utf-8
Meta google-site-verification _w9a3tutlml0ooo0uswbb0yjiwvx58w8ps_g9xojndo

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 -may- aanvragen bcn contact duurzame expires extra gmt home jpeg locatie locaties met offerte otp over path rotterdam route set-cookie sun utrecht vacatures veelgestelde vergaderlocaties vragen zalen
Wordcount 219 words found on www.bcn.nl
Links 33 links found on page containing the following anchor texts
veelgestelde vragen, duurzame locaties, home, bcn utrecht, bcn utrecht cs, bcn rotterdam, over bcn, offerte aanvragen, contact, sluiten, locatie utrecht, locatie utrecht cs, locatie rotterdam , zalen en faciliteiten, arrangementen, cateringmogelijkheden, duurzame locaties, information in english, veelgestelde vragen, nieuws, vacatures, route bcn utrecht, route bcn utrecht cs, route bcn rotterdam, shuttle service bcn rotterdam, contact met bcn utrecht, contact met bcn utrecht cs, contact met bcn rotterdam, offerte aanvragen, vacatures, veelgestelde vragen, algemene voorwaarden, sitemap,
Link anchor relevance 59% match
veelgestelde vragen duurzame locaties home bcn utrecht rotterdam over offerte aanvragen contact sluiten locatie zalen faciliteiten arrangementen cateringmogelijkheden information english nieuws vacatures route shuttle service met algemene voorwaarden sitemap
Headings 7 headings found on page containing the following texts
, reserveer nu: 030 - 256 73 91, 100 professionele vergader- en trainingszalen in de randstad, over de zalen, over bcn, praktische informatie, contact,
Headings relevance 36% match
reserveer professionele vergader- trainingszalen randstad over zalen bcn praktische informatie contact
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 13 image alt tags found on page containing the following texts
bcn, , , , bcn_slide_3, home_extra2, bcn-home-960x500-9, home_extra3, bcn_restaurant, bcnhome3, home_extra1, home_extra4, ,
Image alt tag relevance 43% match
bcn slide home extra bcn-home- restaurant bcnhome
www.bcn.nl html

www.bcn.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.

seo tip: 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 The html ratio of this page is 5,11

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 15 column 1 - Warning: missing <!DOCTYPE> declaration
line 15 column 1 - Warning: plain text isn't allowed in <head> elements
line 15 column 1 - Info: <head> previously mentioned
line 15 column 1 - Warning: inserting implicit <body>
line 15 column 1 - Warning: <!DOCTYPE> isn't allowed after elements
line 17 column 1 - Warning: discarding unexpected <html>
line 18 column 1 - Warning: <head> isn't allowed in <body> elements
line 15 column 1 - Info: <body> previously mentioned
line 20 column 1 - Warning: <meta> isn't allowed in <body> elements
line 15 column 1 - Info: <body> previously mentioned
line 21 column 1 - Warning: <meta> isn't allowed in <body> elements
line 15 column 1 - Info: <body> previously mentioned
line 22 column 1 - Warning: <title> isn't allowed in <body> elements
line 15 column 1 - Info: <body> previously mentioned
line 23 column 1 - Warning: <link> isn't allowed in <body> elements
line 15 column 1 - Info: <body> previously mentioned
line 24 column 1 - Warning: <link> isn't allowed in <body> elements
line 15 column 1 - Info: <body> previously mentioned
line 59 column 1 - Warning: <link> isn't allowed in <body> elements
line 15 column 1 - Info: <body> previously mentioned
line 60 column 1 - Warning: <link> isn't allowed in <body> elements
line 15 column 1 - Info: <body> previously mentioned
line 62 column 1 - Warning: <meta> isn't allowed in <body> elements
line 15 column 1 - Info: <body> previously mentioned
line 64 column 1 - Warning: <meta> isn't allowed in <body> elements
line 15 column 1 - Info: <body> previously mentioned
line 66 column 1 - Warning: <link> isn't allowed in <body> elements
line 15 column 1 - Info: <body> previously mentioned
line 66 column 1 - Warning: <link> element not empty or not closed
line 68 column 429 - Warning: </head> isn't allowed in <body> elements
line 15 column 1 - Info: <body> previously mentioned
line 69 column 1 - Warning: discarding unexpected <body>
line 82 column 61 - Warning: <img> element not empty or not closed
line 83 column 47 - Warning: <img> element not empty or not closed
line 100 column 7 - Warning: missing </span> before <h1>
line 100 column 17 - Warning: inserting implicit <span>
line 100 column 22 - Warning: discarding unexpected </span>
line 112 column 7 - Warning: missing </span> before <h2>
line 112 column 37 - Warning: inserting implicit <span>
line 112 column 102 - Warning: discarding unexpected </span>
line 138 column 1 - Warning: discarding unexpected </div>
line 177 column 3 - Warning: missing </ul> before </div>
line 71 column 1 - Warning: <input> ID "__VIEWSTATE" uses XML ID syntax
line 82 column 61 - Warning: <img> lacks "alt" attribute
line 83 column 47 - Warning: <img> lacks "alt" attribute
line 76 column 5 - Warning: trimming empty <div>
line 100 column 7 - Warning: trimming empty <span>
line 100 column 17 - Warning: trimming empty <span>
line 100 column 13 - Warning: trimming empty <h1>
line 112 column 7 - Warning: trimming empty <span>
Info: Document content looks like XHTML 1.0 Transitional
37 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.bcn.nl server info

www.bcn.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,404403 seconds
Filesize 9331 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 301 Moved Permanently
Cache-Control: private The Cache-Control header is used to specify directives that must be obeyed by all caches along the request/response chain. Cache directives are unidirectional in that the presence of a directive in a request does not imply that the same directive is in effect in the response. The value is private
Content-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
Location: /Home.html
Server: Microsoft-IIS/7.0 The Server header contains information about the software used by the origin server to handle the request. The server used here is Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET The non-standard X-Powered-By header is used by applications running behind a web server to advertise their specific technology. A few examples could be php and asp. The technology used here is ASP.NET
Date: Fri, 25 May 2012 12:33:52 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.
Content-Length: 84 The Content-Length header indicates the size of the body, in number of bytes. In responses to the HEAD method, it indicates the size of the body that would have been sent had the request been a GET. If Content-Length is incorrect, persistent connections will not work, and caches may not store the response (since they can't be sure if they have the whole response). The content length is 84 bytes

Server location

Server location is important because a server that is located near the customer will serve pages faster then a server located far away

IP Adress 77.95.101.173
Country Code NL
Country Code 3 NLD
Country Name Netherlands
Region 07
City Hilversum
www.bcn.nl backlinks

Backlink analysis for www.bcn.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 !

seo error: you have too few backlinks to your site There are currently 0 links leading into www.bcn.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.

No backlinks were found for this domain or backlink search was skipped
refresh our seo analysis The current report is cached on Fri, 25 May 2012 14:50:07. Click here to refresh the results

Analyse your website !

Please enter your domain name