www.dununba.nl analysis, site info, backlinks and seo
www.dununba.nl - dununba percussie workshops - home
Description: dununba percussie workshops verzorgd swingende percussieworkshops aan organisaties, scholen en particulieren. ook verzorgen wij djembe les in rotterdam en zwijndrecht.
www.dununba.nl scores a 6,8 out of 10 on our optimalisation scale. This is a little above average. We have identified 23 keywords. This page seems optimized for the keyword 'ritme'
summary
This is the summary of our www.dununba.nl analysis. Please check for detailed info under their tabs.
| Site | www.dununba.nl (visit site) |
| Page Title | dununba percussie workshops - home |
| Keyword density | baro com djembe dununba een eigen facebook false het like mee meer met offerte ontdek pijltje ritme ritmes schrijf uit van voor width |
| SEO Summary | 12% meta description relevance, 29% link relevance, 41% heading relevance, 27 page errors |
| Server info | Location: Rotterdam,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 27 html errors and warings !
>> Read More !
SEO score of www.dununba.nl
6,8
>> Read More !
www.dununba.nl navigation and internal link structure
We have scanned www.dununba.nl for internal links and found 14 links on this page. We found 1 base folders and 3 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.dununba.nl
Internal links found
Click on any of the links below to analyze that page
Backlink analysis for www.dununba.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.dununba.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.dununba.nl
|
www.studioplankton.nl webdesign: studio plankton - www.studioplankton.nl |
www.dununba.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,183585 seconds |
| Filesize | 10518 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 13:54: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 | The Server header contains information about the software used by the origin server to handle the request. The server used here is Apache |
| Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 | 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 no-store, no-cache, must-revalidate, post-check=0, pre-check=0 |
| Expires: Thu, 19 Nov 1981 08:52:00 GMT | The Expires header tells a browser when the requested file is to expire. If this is set in the futre the browser may cache the file. A common trick to ensure no caching of content is to set the expires date in the past. The value is the expires header is Thu, 19 Nov 1981 08:52:00 GMT |
| Set-Cookie: SESSID=424054738575f714b1a3dc9846d27551; 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 SESSID=424054738575f714b1a3dc9846d27551; path=/ bytes |
| Pragma: no-cache | The Pragma header is used to include implementation-specific directives that might apply to any recipient along the request/response chain. This header is deprecated, in favour of Cache-Control. The value is no-cache |
| 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 | 80.69.72.54 |
| Country Code | NL |
| Country Code 3 | NLD |
| Country Name | Netherlands |
| Region | 11 |
| City | Rotterdam |
www.dununba.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.dununba.nl
Javascripts in the head of the page
http://www.dununba.nl/soundmanager.js
http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js
http://www.dununba.nl/js/jquery.nivo.slider.pack.js
http://www.dununba.nl/js/iscroll-min.js
http://www.dununba.nl/js/sliding_effect.js
http://www.dununba.nl/https://apis.google.com/js/plusone.js
www.dununba.nl inline javascript info
The following inline javascript snippets were found on this page:
// detect mobile to disable flash
jquery.extend(jquery.browser,{safarimobile : navigator.useragent.tolowercase().match(/ip(hone|ad)/i) });
$(function(){
if($.browser.safarimobile){
$('#logo-flash').hide();
$('#logo').show();
}
})
$(window).load(function() {
// slideshow
$('#slider').nivoslider({
effect:'random',
animspeed:500,
pausetime:4000,
directionnav: false,
controlnav: false,
keyboardnav: false,
pauseonhover: false
});
// fading menubuttons
$('.fadethis').append('<span class="hover"><\/span>').each(function () {
var $span = $('> span.hover', this).css('opacity', 0);
$(this).hover(function () {
$span.stop().fadeto(500, 1);
}, function () {
$span.stop().fadeto(500, 0);
});
});
});
// scrolling for mobile
var myscroll;
function loaded() {
//document.addeventlistener('touchmove', function(e){ e.preventdefault(); });
myscroll = new iscroll('scroller', { vscrollbar: true, hscrollbar: false, bounce: false, bouncelock: true });
}
document.addeventlistener('domcontentloaded', loaded);
soundmanagerinit();
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-8220315-1");
pagetracker._trackpageview();
} catch(err) {}
www.dununba.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 7,31
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 69 column 95 - Warning: discarding unexpected <g:plusone>
line 69 column 149 - Warning: discarding unexpected </g:plusone>
line 62 column 17 - Warning: <table> lacks "summary" attribute
line 66 column 49 - Warning: <table> lacks "summary" attribute
line 70 column 92 - Warning: <iframe> proprietary attribute "allowtransparency"
line 75 column 49 - Warning: <table> lacks "summary" attribute
line 83 column 29 - Warning: <img> lacks "alt" attribute
line 112 column 57 - Warning: <tr> proprietary attribute "height"
line 139 column 57 - Warning: <tr> proprietary attribute "height"
line 142 column 73 - Warning: <table> proprietary attribute "height"
line 142 column 73 - Warning: <table> lacks "summary" attribute
line 143 column 81 - Warning: <tr> proprietary attribute "height"
line 144 column 131 - Warning: <img> lacks "alt" attribute
line 153 column 131 - Warning: <img> lacks "alt" attribute
line 159 column 97 - Warning: <table> proprietary attribute "height"
line 159 column 97 - Warning: <table> lacks "summary" attribute
line 161 column 105 - Warning: <tr> proprietary attribute "height"
line 163 column 172 - Warning: <img> lacks "alt" attribute
line 174 column 57 - Warning: <tr> proprietary attribute "height"
line 176 column 73 - Warning: <table> lacks "summary" attribute
line 91 column 116 - Warning: trimming empty <span>
line 94 column 129 - Warning: trimming empty <span>
line 97 column 135 - Warning: trimming empty <span>
line 100 column 133 - Warning: trimming empty <span>
line 103 column 133 - Warning: trimming empty <span>
line 106 column 125 - Warning: trimming empty <span>
Info: Document content looks like HTML Proprietary
26 warnings, 1 error 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.dununba.nl content analysis
On this page the content of www.dununba.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.dununba.nl |
| Domain length | 14 characters |
| Domain relevance |
found the keyword dununba 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 | dununba percussie workshops - home |
| Page Title relevance |
25% match dununba percussie workshops home |
| Meta Description | dununba percussie workshops verzorgd swingende percussieworkshops aan organisaties, scholen en particulieren. ook verzorgen wij djembe les in rotterdam en zwijndrecht. (168 chars) |
| Meta Deascription relevance |
12% match dununba percussie workshops verzorgd swingende percussieworkshops aan organisaties scholen particulieren ook verzorgen wij djembe les rotterdam zwijndrecht |
| Meta Keywords | percussie workshop, workshop percussie, workshop djembe, djembeworkshop, djembe workshop, percussieworkshop, percussie, djembe, djembeles, djembe les, djembelessen, percussie band, percussieband, teambuildingsworkshop, creatieve workshop, muzikale workshop, workshop, workshops, bedrijfsworkshop |
| Meta keyword relevance |
7% match percussie workshop djembe djembeworkshop percussieworkshop djembeles les djembelessen band percussieband teambuildingsworkshop creatieve muzikale workshops bedrijfsworkshop |
| 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 | baro com djembe dununba een eigen facebook false het like mee meer met offerte ontdek pijltje ritme ritmes schrijf uit van voor width |
| Wordcount | 167 words found on www.dununba.nl |
| Links |
15 links found on page containing the following anchor texts vraag nu een offerte aan », nieuwe beginnerscursus djembé in zwijndrecht augustus 2012, meer », wij trommelen iedereen op! trommel je mee?, meer », ontdek de ritmes uit baro, meer », nieuws, gastenboek, bands, offerte, nieuwsbrief, sitemap, djembélesboek, webdesign: studio plankton, |
| Link anchor relevance |
29% match vraag een offerte aan nieuwe beginnerscursus djemb zwijndrecht augustus meer wij trommelen iedereen trommel mee ontdek ritmes uit baro nieuws gastenboek bands nieuwsbrief sitemap lesboek webdesign studio plankton |
| Headings |
3 headings found on page containing the following texts ontdek je eigen ritme met dununba percussie workshops , ritme zit in alle mensen. met dununba ontdek je niet alleen je eigen ritme. je leert ook het ritme van anderen kennen. , vraag nu een offerte aan », |
| Headings relevance |
41% match ontdek eigen ritme met dununba percussie workshops zit alle mensen niet alleen leert ook het van anderen kennen vraag een offerte aan |
| Emphasis (bold and italic) |
1 bold or italic tags found on page containing the following texts ritmes uit baro, |
| Bold and italic tag relevance |
100% match ritmes uit baro |
| Image alt tags |
13 image alt tags found on page containing the following texts , , , , , , , , , , , , , |
| Image alt tag relevance |
0% match No image alt tags found on this page ! |
www.dununba.nl seo score expained
Below are the scores we calculated for different parts of www.dununba.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 35 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 | 85 | 0,7 | The meta description should be between 145 and 160 characters. This meta description was 169 characters long |
|
|
Meta description relevance | 16 | 0,7 | Meta Description should reflect the contents of a site. This site has a 12 % 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 14 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 1 level 1 folders and 3 folders above or in the first level of navigation. |
|
|
Headings | 74 | 1,6 | Headers should reflect the contents of a site. This site has a 41 % match |
|
|
Links | 87 | 1,6 | Link anchors should to some degree reflect the contents of a site. This site has a 28 % match |
|
|
Image alt tags | 0 | 0,5 | Image alt tags should to some degree reflect the contents of a site. This site has a 0 % 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 100 % 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 | 87 | 2 | If this score is not 100 check the html very carefully. We found 27 errors and warnings |
|
|
WordCount | 20 | 1,1 | An ideal page contains between 400 and 600 words.This page contains 168 words |
www.dununba.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.dununba.nl:
http://www.dununba.nl/css/basic-min.css
http://www.dununba.nl/css/slideshow-min.css
http://www.dununba.nl/css/cms-min.css
http://fonts.googleapis.com/css?family=arvo:400,700
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.dununba.nl inline stylesheet info
No inline css was detected on this page
Analyse your website !
| Please enter your domain name |