www.festival-cannes.fr analysis, site info, backlinks and seo


www.festival-cannes.fr

www.festival-cannes.fr - festival de cannes - from 16 to 27 may 2012

www.festival-cannes.fr scores a 3,2 out of 10 on our optimalisation scale. This is a little below average. We have identified 1 keywords. This page seems optimized for the keyword 'festival'

summary

This is the summary of our www.festival-cannes.fr analysis. Please check for detailed info under their tabs.

Site www.festival-cannes.fr (visit site)
Page Title festival de cannes - from 16 to 27 may 2012
Keyword density festival
SEO Summary 0% meta description relevance, 0% link relevance, 0% heading relevance, 36 page errors
Server info Location: ,Europe

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 36 html errors and warings !

>> Read More !

SEO score of www.festival-cannes.fr

3,2

>> Read More !

www.festival-cannes.fr backlinks

Backlink analysis for www.festival-cannes.fr

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.festival-cannes.fr 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
www.festival-cannes.fr content analysis

www.festival-cannes.fr content analysis

On this page the content of www.festival-cannes.fr 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.festival-cannes.fr
Domain length 22 characters
Domain relevance found the keyword festival 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 festival de cannes - from 16 to 27 may 2012
Page Title relevance 25% match
festival cannes from may
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 !

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 festival
Wordcount 25 words found on www.festival-cannes.fr
Links 0 links found on page containing the following anchor texts
Link anchor relevance 0% match
No link anchor text found !
Headings 1 headings found on page containing the following texts
,
Headings relevance 0% match
No headings found on this page!
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 10 image alt tags found on page containing the following texts
festival de cannes, festival de cannes, welcome, 欢迎, bienvenue, أهلا وسهلا, bienvenidos, bem-vindo, ようこそ, Добро пожаловать,
Image alt tag relevance 17% match
festival cannes welcome bienvenue bienvenidos bem-vindo
www.festival-cannes.fr css

www.festival-cannes.fr 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.festival-cannes.fr:

http://www.festival-cannes.fr/sfminifytsplugin/cache/12f7770eb88dc28e155f85c304d7481d.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.festival-cannes.fr inline stylesheet info

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

www.festival-cannes.fr website navigation

www.festival-cannes.fr navigation and internal link structure

We have scanned www.festival-cannes.fr for internal links and found links on this page. We found 0 base folders and 1 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.festival-cannes.fr. Consider improving navigation on this page.

seo error: create an easy to follow link structure. No internal links were found for this www.festival-cannes.fr. r-domain advises to create an easy to follow link structure.

www.festival-cannes.fr server info

www.festival-cannes.fr 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,032677 seconds
Filesize 4974 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
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
Date: Fri, 25 May 2012 16:43:15 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: 4974 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 4974 bytes
Connection: keep-alive The Connection general-header field allows the sender to specify options that are desired for that particular connection. Common values are keep-alive and close. Keep alive means the connection to the server should stay open for re-use. Usually this means a speed advantage for a website since the connection can be reused to fetch images, javascript, css etc. The value is keep-alive

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 195.95.193.68
Country Code EU
Country Code 3 EU
Country Name Europe
www.festival-cannes.fr seo score

www.festival-cannes.fr seo score expained

Below are the scores we calculated for different parts of www.festival-cannes.fr.

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 error: A title should reflect the contents of a site. This site has a 25 % match Title relevance 33 2,3 A title should reflect the contents of a site. This site has a 25 % match
seo approval: Try to keep your title between 40 and 66 characters. Your title was 44 characters long Title Length 100 0,7 Try to keep your title between 40 and 66 characters. Your title was 44 characters long
seo error: A meta description is the second thing that shows in the search results so always use the meta description. Meta Description 0 0,2 A meta description is the second thing that shows in the search results so always use the meta description.
seo error: The meta description should be between 145 and 160 characters. This meta description was 1 characters long Meta Description Length 0 0,7 The meta description should be between 145 and 160 characters. This meta description was 1 characters long
seo error: Meta Description should reflect the contents of a site. This site has a 0 % match Meta description relevance 0 0,7 Meta Description should reflect the contents of a site. This site has a 0 % match
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 error: Headers should reflect the contents of a site. This site has a 0 % match Headings 0 1,6 Headers should reflect the contents of a site. This site has a 0 % match
seo error: Link anchors should to some degree reflect the contents of a site. This site has a 0 % match Links 0 1,6 Link anchors should to some degree reflect the contents of a site. This site has a 0 % match
seo tip: Image alt tags should to some degree reflect the contents of a site. This site has a 17 % match Image alt tags 51 0,5 Image alt tags should to some degree reflect the contents of a site. This site has a 17 % 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 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
seo approval: If this score is not 100 check the html very carefully. We found 36 errors and warnings Page errors 82 2 If this score is not 100 check the html very carefully. We found 36 errors and warnings
seo error: An ideal page contains between 400 and 600 words.This page contains 26 words WordCount 0 1,1 An ideal page contains between 400 and 600 words.This page contains 26 words
www.festival-cannes.fr javascript

www.festival-cannes.fr javascript info

Javascript is a scripting language to enable Web authors to design interactive sites. On this page we found 1 external javascripts and 1 internal javascripts on www.festival-cannes.fr

Javascripts in the head of the page

The following js files were found on this page:

http://www.festival-cannes.fr/sfminifytsplugin/cache/9fa80985fad3e8d144561413fa018326.js

seo approval: put all javascript in one file r-domain advises to combine all javascript to one javascript. This page has one javascript so there is no need for combining javascript. However there might be room for improvement by compressing the javascript

www.festival-cannes.fr 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:

var checklang = function(){
var readcookie = function (name) {
var nameeq = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charat(0)==' ') c = c.substring(1,c.length);
if (c.indexof(nameeq) == 0) return c.substring(nameeq.length,c.length);
}
return null;
}

var ulang = readcookie("ulang");
if (ulang != null) {
document.location = "/" + ulang + ".html";
}
}();

var hasjs = function() {
var htmltag = document.getelementsbytagname('html')[0];
htmltag.classname = (htmltag.classname + ' ' || '') + 'hasjs';
}();

/*
=swfobject
please fill these informations
and also the parameters of the object element in the page
*/
var _f = {
id : 'sp-flash',
url : '/swf/prehome.swf',
width : '100%',
height : '373',
version : '9.0.115',
install : '/swf/expressinstall.swf',
params : {
wmode : 'transparent',
allowscriptaccess : 'always',
allowfullscreen : true
},
attributes : {}
};
//freghi : temporarily disabled, because not ready yet
swfobject.embedswf(_f.url, _f.id, _f.width, _f.height, _f.version, _f.install, _f.flashvars, _f.params, _f.attributes);

//<![cdata[
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"));
//]]>

//<![cdata[
var pagetracker = _gat._gettracker("ua-3817828-1");
pagetracker._initdata();
pagetracker._trackpageview();
//]]>

www.festival-cannes.fr html

www.festival-cannes.fr 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 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 The html ratio of this page is 16,15

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 59 column 35 - Warning: replacing invalid character code 142
line 59 column 103 - Warning: replacing invalid character code 142
line 61 column 33 - Warning: replacing invalid character code 135
line 61 column 35 - Warning: replacing invalid character code 132
line 61 column 40 - Warning: replacing invalid character code 136
line 61 column 44 - Warning: replacing invalid character code 135
line 61 column 46 - Warning: replacing invalid character code 132
line 61 column 114 - Warning: replacing invalid character code 135
line 61 column 116 - Warning: replacing invalid character code 132
line 61 column 121 - Warning: replacing invalid character code 136
line 61 column 125 - Warning: replacing invalid character code 135
line 61 column 127 - Warning: replacing invalid character code 132
line 64 column 31 - Warning: replacing invalid character code 130
line 64 column 32 - Warning: replacing invalid character code 136
line 64 column 34 - Warning: discarding invalid character code 129
line 64 column 34 - Warning: replacing invalid character code 134
line 64 column 36 - Warning: discarding invalid character code 129
line 64 column 36 - Warning: replacing invalid character code 147
line 64 column 38 - Warning: discarding invalid character code 129
line 64 column 38 - Warning: discarding invalid character code 157
line 64 column 101 - Warning: replacing invalid character code 130
line 64 column 102 - Warning: replacing invalid character code 136
line 64 column 104 - Warning: discarding invalid character code 129
line 64 column 104 - Warning: replacing invalid character code 134
line 64 column 106 - Warning: discarding invalid character code 129
line 64 column 106 - Warning: replacing invalid character code 147
line 64 column 108 - Warning: discarding invalid character code 129
line 64 column 108 - Warning: discarding invalid character code 157
line 65 column 31 - Warning: replacing invalid character code 148
line 65 column 37 - Warning: replacing invalid character code 128
line 65 column 58 - Warning: replacing invalid character code 130
line 65 column 60 - Warning: replacing invalid character code 140
line 65 column 124 - Warning: replacing invalid character code 148
line 65 column 130 - Warning: replacing invalid character code 128
line 65 column 151 - Warning: replacing invalid character code 130
line 65 column 153 - Warning: replacing invalid character code 140
Info: Document content looks like XHTML 1.0 Strict
36 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 !

refresh our seo analysis The current report is cached on Fri, 25 May 2012 18:43:15. Click here to refresh the results

Analyse your website !

Please enter your domain name