www.carlsen.dk analysis, site info, backlinks and seo
www.carlsen.dk - forlaget carlsen
Description: carlsen udgiver bøger til børn og unge.
www.carlsen.dk scores a 5,4 out of 10 on our optimalisation scale. This is average. We have identified 9 keywords. This page seems optimized for the keyword 'ger'
summary
This is the summary of our www.carlsen.dk analysis. Please check for detailed info under their tabs.
| Site | www.carlsen.dk (visit site) |
| Page Title | forlaget carlsen |
| Keyword density | alinea business carlsen easy forlag forside ger lindhardt readers |
| SEO Summary | 40% meta description relevance, 9% link relevance, 0% heading relevance, 44 page errors |
| Server info | Location: Copenhagen,Denmark |
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 44 html errors and warings !
>> Read More !
SEO score of www.carlsen.dk
5,4
>> Read More !
www.carlsen.dk navigation and internal link structure
We have scanned www.carlsen.dk for internal links and found 55 links on this page. We found 1 base folders and 6 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.carlsen.dk
Internal links found
Click on any of the links below to analyze that page
Backlink analysis for www.carlsen.dk
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.carlsen.dk
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.carlsen.dk
|
www.lindhardtogringhof.dk skønlitteratur - www.lindhardtogringhof.dk |
|
www.lindhardtogringhof.dk faglitteratur - www.lindhardtogringhof.dk |
|
www.lrbusiness.dk business - www.lrbusiness.dk |
|
www.alinea.dk undervisning - www.alinea.dk |
|
www.alinea.dk grundskole - www.alinea.dk |
|
www.lru.dk ungdomsuddannelser - www.lru.dk |
|
www.akademisk.dk videregående uddannelser - www.akademisk.dk |
|
www.alfabetaforlag.dk dansk som andetsprog - www.alfabetaforlag.dk |
|
www.easyreaders.dk easy readers - www.easyreaders.dk |
|
www.alineaakademi.dk alinea akademi - www.alineaakademi.dk |
|
www.lindhardtogringhof.dk vores forlag - www.lindhardtogringhof.dk |
|
www.akademisk.dk akademisk forlag - www.akademisk.dk |
|
www.alfabetaforlag.dk alfabeta - www.alfabetaforlag.dk |
|
www.alinea.dk alinea - www.alinea.dk |
|
www.lindhardtogringhof.dk lindhardt og ringhof - www.lindhardtogringhof.dk |
|
www.lrbusiness.dk l&r business - www.lrbusiness.dk |
|
www.lru.dk l&r uddannelse - www.lru.dk |
|
presse.lindhardtogringhof.dk presse - presse.lindhardtogringhof.dk |
|
www.lindhardtogringhof.dk Årsregnskab 2011 - www.lindhardtogringhof.dk/om_lr/aarsregnskab_2011.aspx |
www.carlsen.dk 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.carlsen.dk:
http://static3.carlsen.dk/rescache/4a/d7/4ad7f23e91e27e29627b634078584a58.css
http://static3.carlsen.dk/rescache/50/6f/506f307c2e2a7ff88cf63fa62c407140.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.carlsen.dk inline stylesheet info
No inline css was detected on this page
www.carlsen.dk javascript info
Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 2 external javascripts and 2 internal javascripts on www.carlsen.dk
Javascripts in the head of the page
http://static0.carlsen.dk/rescache/c2/28/c2285b2276211efc8331a096b6161059.js
http://www.carlsen.dk/scriptresource.axd?d=zrs4jzgerwrvogzuvwnpzlsgk6ikfv4k0aiqd84b0k1ygfhm2yzkbbc2v5inf5uyucqbq74dhpmo0kknfv1f-h4pv3sbhkytt2rja4bwa1ajsw9jmdpaifxpmtzwkqvu3dcq-plsbjyszzcjhnzhdxre9jw1&t=5c2f384e
www.carlsen.dk inline javascript info
The following inline javascript snippets were found on this page:
$j(document).ready(function () {
$j(".itemtypeicon").cluetip({
splittitle: '|', // use the invoking element's title attribute to populate the cluetip...
// ...and split the contents into separate divs where there is a "|"
cluetipclass: 'login cluetip-itemtype',
dropshadow: false
// use sticky for styling
//,sticky: true
});
});
$j(document).ready(function($) {
$(".basketaction").fadein(500).fadeto(3000, 1).fadeout(2000);
function loadvatswitch() {
var element = $('#vatswitchwrapper');
if (element.length != '') {
var showvat = $.cookie('lrishowvat');
if (showvat == '1') { // show vat if cookie is 1
$($(element).children('select').children()[1]).attr('selected', 'selected');
$('.exvat').each(function() {
$(this).hide();
});
$('.withvat').each(function() {
$(this).show();
});
} else {
$($(element).children('select').children()[0]).attr('selected', 'selected');
$('.exvat').each(function() {
$(this).show();
});
$('.withvat').each(function() {
$(this).hide();
});
}
$('select', element).change(function() {
if ($(':selected', this).attr('value') == '0') { // ex vat
$('.withvat').hide();
$('.exvat').show();
$.cookie('lrishowvat', 0);
} else { // with vat
$('.withvat').show();
$('.exvat').hide();
$.cookie('lrishowvat', 1);
}
});
$(element).show();
}
}
loadvatswitch();
});
function toggledisplay(me){
}
//<![cdata[
sys.application.initialize();
//]]>
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"));
var pagetracker = _gat._gettracker("ua-20361006-1");
pagetracker._initdata();
pagetracker._setcustomvar(1, "isloggedin", "no", 1)
pagetracker._setcustomvar(2, "isloggedinsession", "no", 2);
pagetracker._trackpageview();
if(typeof funcordertrack == 'function') {
funcordertrack();
}
www.carlsen.dk 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 40,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 127 column 114 - Warning: unescaped & or unknown entity "&R"
line 141 column 129 - Warning: unescaped & or unknown entity "&R"
line 176 column 157 - Warning: unescaped & or unknown entity "&R"
line 178 column 179 - Warning: unescaped & or unknown entity "&R"
line 203 column 103 - Warning: unescaped & or unknown entity "&dmc"
line 203 column 109 - Warning: unescaped & or unknown entity "&h"
line 203 column 114 - Warning: unescaped & or unknown entity "&thn"
line 203 column 120 - Warning: unescaped & or unknown entity "&w"
line 208 column 100 - Warning: unescaped & or unknown entity "&dmc"
line 208 column 106 - Warning: unescaped & or unknown entity "&h"
line 208 column 111 - Warning: unescaped & or unknown entity "&thn"
line 208 column 117 - Warning: unescaped & or unknown entity "&w"
line 209 column 84 - Warning: <img> element not empty or not closed
line 209 column 294 - Warning: <img> element not empty or not closed
line 209 column 491 - Warning: <img> element not empty or not closed
line 209 column 733 - Warning: <img> element not empty or not closed
line 260 column 1787 - Warning: replacing invalid character code 133
line 465 column 107 - Warning: <br> element not empty or not closed
line 481 column 23 - Warning: replacing invalid character code 128
line 481 column 48 - Warning: replacing invalid character code 128
line 481 column 66 - Warning: replacing invalid character code 128
line 482 column 134 - Warning: replacing invalid character code 133
line 3 column 1 - Warning: <html> proprietary attribute "class"
line 29 column 9 - Warning: <style> inserting "type" attribute
line 84 column 1 - Warning: <input> ID "__VIEWSTATE" uses XML ID syntax
line 91 column 9 - Warning: <input> ID "__EVENTVALIDATION" uses XML ID syntax
line 276 column 33 - Warning: <img> escaping malformed URI reference
line 322 column 192 - Warning: <img> escaping malformed URI reference
line 323 column 190 - Warning: <img> escaping malformed URI reference
line 323 column 972 - Warning: <img> escaping malformed URI reference
line 323 column 1751 - Warning: <img> escaping malformed URI reference
line 323 column 2442 - Warning: <img> escaping malformed URI reference
line 323 column 3144 - Warning: <img> escaping malformed URI reference
line 323 column 3903 - Warning: <img> escaping malformed URI reference
line 323 column 4717 - Warning: <img> escaping malformed URI reference
line 323 column 5462 - Warning: <img> escaping malformed URI reference
line 323 column 6251 - Warning: <img> escaping malformed URI reference
line 323 column 7044 - Warning: <img> escaping malformed URI reference
line 324 column 175 - Warning: <img> escaping malformed URI reference
line 348 column 1 - Warning: <div> anchor "smallBasketContent" already defined
line 463 column 76 - Warning: <img> escaping malformed URI reference
line 478 column 17 - Warning: <table> lacks "summary" attribute
line 482 column 47 - Warning: <a> attribute "target" has invalid value "_new"
Info: Document content looks like HTML Proprietary
44 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.carlsen.dk content analysis
On this page the content of www.carlsen.dk 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.carlsen.dk |
| Domain length | 14 characters |
| Domain relevance |
found the keyword carlsen 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 | forlaget carlsen |
| Page Title relevance |
50% match forlaget carlsen |
| Meta Description | carlsen udgiver bøger til børn og unge. (41 chars) |
| Meta Deascription relevance |
40% match carlsen udgiver ger til unge |
| Meta Keywords | no keywords found |
| Meta keyword relevance |
0% match No meta keywords found ! |
| Meta | |
| Meta title | forlaget carlsen |
| Meta robots | all |
| Meta generator | sitecore cms |
| Meta dc.description | carlsen udgiver bøger til børn og unge. |
| Meta dc.subject | |
| Meta dc.title | forlaget carlsen |
| Meta google-site-verification | qcdimtf9m8o6kqspbiiytuce_fx8ohy3-5jlyuesnpw |
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 | alinea business carlsen easy forlag forside ger lindhardt readers |
| Wordcount | 99 words found on www.carlsen.dk |
| Links |
78 links found on page containing the following anchor texts skønlitteratur, faglitteratur, børn & unge, business, undervisning, grundskole, ungdomsuddannelser, videregående uddannelser, dansk som andetsprog, easy readers, alinea akademi, vores forlag, akademisk forlag, alfabeta, alinea, carlsen, easy readers, lindhardt og ringhof, l&r business, l&r uddannelse, login, indkøbskurv (0), kundeservice, kontakt os, cookies, presse, søg, avanceret søgning, forside, titler, nyheder, apps, pixi, barnets bog, billedbøger, højtlæsning, læselet og læs selv, manga, pap- og flapbøger, romaner, sangbøger, rim og remser, tegneserier, Årbøger og kalendere, pisselet at læse: anker på fryseren, læs mere, pisselet at læse: hvis fuglene kan ... kan jeg også!, læs mere, pisselet at læse: john får noget på hovedet!, læs mere, skøre hjerter, læs mere, kongen 1 og 2 samlet, læs mere, drageridderne 5: tam og drageoprøret, læs mere, kæmpebogen om eventyrlige kæmper, læs mere, hugo cabret, læs mere, familien von hansen flytter, læs mere, min rør og føl bog om: gårdens maskiner, læs mere, agnetes hævn, læs mere, percy jackson 5: den sidste olymper, læs mere, indkøbskurv, login, log ind, opret bruger, ny adgangskode, tilmeld dig her, carlsen@carlsen.dk, Årsregnskab 2011, sitemap, handelsbetingelser, om forlaget, |
| Link anchor relevance |
9% match nlitteratur faglitteratur unge business undervisning grundskole ungdomsuddannelser videreg ende uddannelser dansk som andetsprog easy readers alinea akademi vores forlag akademisk alfabeta carlsen lindhardt ringhof uddannelse login indk bskurv kundeservice kontakt cookies presse avanceret gning forside titler nyheder apps pixi barnets bog billedb ger jtl sning selet selv manga pap- flapb romaner sangb rim remser tegneserier kalendere pisselet anker fryseren mere hvis fuglene kan jeg ogs john noget hovedet hjerter kongen samlet drageridderne tam drageopr ret mpebogen eventyrlige mper hugo cabret familien von hansen flytter min rdens maskiner agnetes percy jackson den sidste olymper log ind opret bruger adgangskode tilmeld dig her rsregnskab sitemap handelsbetingelser forlaget |
| Headings |
16 headings found on page containing the following texts emner, pisselet at læse: anker på fryseren, pisselet at læse: hvis fuglene kan ... kan jeg også!, pisselet at læse: john får noget på hovedet!, skøre hjerter, kongen 1 og 2 samlet, drageridderne 5: tam og drageoprøret, kæmpebogen om eventyrlige kæmper, hugo cabret, familien von hansen flytter, min rør og føl bog om: gårdens maskiner, agnetes hævn, percy jackson 5: den sidste olymper, indkøbskurv, login, nyhedsbrev, |
| Headings relevance |
0% match emner pisselet anker fryseren hvis fuglene kan jeg ogs john noget hovedet hjerter kongen samlet drageridderne tam drageopr ret mpebogen eventyrlige mper hugo cabret familien von hansen flytter min bog rdens maskiner agnetes percy jackson den sidste olymper indk bskurv login nyhedsbrev |
| 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 |
26 image alt tags found on page containing the following texts lindhardt og ringhof, carlsen, , , , , , , det skjulte kort, ordet fanger, pisselet at læse: anker på fryseren, pisselet at læse: hvis fuglene kan ... kan jeg også!, pisselet at læse: john får noget på hovedet!, skøre hjerter, kongen 1 og 2 samlet, drageridderne 5: tam og drageoprøret, kæmpebogen om eventyrlige kæmper, hugo cabret, familien von hansen flytter, min rør og føl bog om: gårdens maskiner, agnetes hævn, percy jackson 5: den sidste olymper, bibliotek nyhedsbrev, , , egmont, |
| Image alt tag relevance |
4% match lindhardt ringhof carlsen det skjulte kort ordet fanger pisselet anker fryseren hvis fuglene kan jeg ogs john noget hovedet hjerter kongen samlet drageridderne tam drageopr ret mpebogen eventyrlige mper hugo cabret familien von hansen flytter min bog rdens maskiner agnetes percy jackson den sidste olymper bibliotek nyhedsbrev egmont |
www.carlsen.dk seo score expained
Below are the scores we calculated for different parts of www.carlsen.dk.
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 | 10 | 0,7 | Try to keep your title between 40 and 66 characters. Your title was 19 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 | 30 | 0,7 | The meta description should be between 145 and 160 characters. This meta description was 42 characters long |
|
|
Meta description relevance | 52 | 0,7 | Meta Description should reflect the contents of a site. This site has a 40 % 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 55 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 6 folders above or in the first level of navigation. |
|
|
Headings | 0 | 1,6 | Headers should reflect the contents of a site. This site has a 0 % match |
|
|
Links | 27 | 1,6 | Link anchors should to some degree reflect the contents of a site. This site has a 9 % match |
|
|
Image alt tags | 12 | 0,5 | Image alt tags should to some degree reflect the contents of a site. This site has a 4 % 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 | 78 | 2 | If this score is not 100 check the html very carefully. We found 44 errors and warnings |
|
|
WordCount | 0 | 1,1 | An ideal page contains between 400 and 600 words.This page contains 100 words |
www.carlsen.dk 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,350433 seconds |
| Filesize | 42423 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 | |
| Cache-Control: no-cache, no-store | 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-cache, no-store |
| 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 |
| Content-Length: 42423 | 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 42423 bytes |
| 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 |
| Expires: -1 | 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 -1 |
| Server: Microsoft-IIS/7.5 | 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.5 |
| X-AspNet-Version: 2.0.50727 | |
| Set-Cookie: carlsenda#sc_wede=1; 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 carlsenda#sc_wede=1; path=/ bytes |
| Set-Cookie: ASP.NET_SessionId=e4rzfcmnifcch12nxgu3vn55; path=/; HttpOnly | 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 ASP.NET_SessionId=e4rzfcmnifcch12nxgu3vn55; path=/; HttpOnly bytes |
| Set-Cookie: BasketOrderID=-1; expires=Fri, 25-May-2012 13:22:34 GMT; path=/ | A cookie, also known as a web cookie, browser cookie, and HTTP cookie, is a piece of text stored on a user's computer by their web browser. The set cookie header tells the browser to store this data in a text file. The cookie value is BasketOrderID=-1; expires=Fri, 25-May-2012 13:22:34 GMT; path=/ bytes |
| 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 10:22:33 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 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 | 193.3.130.30 |
| Country Code | DK |
| Country Code 3 | DNK |
| Country Name | Denmark |
| Region | 17 |
| City | Copenhagen |
Analyse your website !
| Please enter your domain name |