www.cetim.fr analysis, site info, backlinks and seo


www.cetim.fr

www.cetim.fr - accueil - cetim

www.cetim.fr scores a 5,7 out of 10 on our optimalisation scale. This is average. We have identified 43 keywords. This page seems optimized for the keyword 'cetim'

summary

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

Site www.cetim.fr (visit site)
Page Title accueil - cetim
Keyword density actifs addvariable agenda avec cetim declarations des expires fri gmt grande guide home hydraulique l'eau lactualite lean les literal mai management materiaux may mecanique mes mon no-cache nos path pelle pour pratique prestations principes set-cookie smtc systeme textiles une vitesse voir width xml
SEO Summary 0% meta description relevance, 10% link relevance, 22% heading relevance, 70 page errors
Server info Location: Paris,France

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

>> Read More !

SEO score of www.cetim.fr

5,7

>> Read More !

www.cetim.fr server info

www.cetim.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,961073 seconds
Filesize 44658 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 302 Found
Date: Fri, 25 May 2012 10:43:58 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
Location: http://www.cetim.fr/cetim/
Content-Length: 210 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 210 bytes
Connection: close 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 close
Content-Type: text/html; charset=iso-8859-1 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=iso-8859-1

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 93.20.250.200
Country Code FR
Country Code 3 FRA
Country Name France
Region A8
City Paris
www.cetim.fr javascript

www.cetim.fr javascript info

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

Javascripts in the head of the page

The following js files were found on this page:

http://www.cetim.fr/cetim/design/cetim/javascript/jquery-1.4.2.min.js
http://www.cetim.fr/cetim/design/cetim/javascript/jquery.dimensions.min.js
http://www.cetim.fr/cetim/design/cetim/javascript/jquery.mousewheel.min.js
http://www.cetim.fr/cetim/design/cetim/javascript/jscrollpane.js
http://www.cetim.fr/cetim/design/cetim/javascript/cetim_librairie.js
http://www.cetim.fr/cetim/design/cetim/javascript/menu.js
http://www.cetim.fr/cetim/design/cetim/javascript/cpmt.js
http://www.cetim.fr/cetim/design/cetim/javascript/jquery.simplegalery.2.1.js
http://www.cetim.fr/cetim/design/cetim/javascript/jquery-ui-1.8.12.custom.min.js
http://www.cetim.fr/cetim/design/cetim/javascript/jquery-ui-i18n.min.js
http://www.cetim.fr/cetim/design/cetim/flash/swfobject.js
http://www.cetim.fr/cetim/design/cetim/javascript/webtrends.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.cetim.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:

//<![cdata[
function viewonglet( dividon, dividoff ){
curongleton=document.getelementbyid(dividon);
liongleton=document.getelementbyid("li_"+dividon);
curongleton.style.display='block';
liongleton.classname ='actif';
test=dividoff.match(/\b--\b/);
if (test==-1){
curongletoff=document.getelementbyid(dividoff);
liongletoff=document.getelementbyid("li_"+dividoff);
curongletoff.style.display='none';
liongletoff.classname ='';
}
else{
divoff=dividoff.split('--');
len=divoff.length;
for (i=0; i<len; i++){
curongletoff=document.getelementbyid(divoff[i]);
liongletoff=document.getelementbyid("li_"+divoff[i]);
curongletoff.style.display='none';
liongletoff.classname ='';
}
}
}
//]]>

// var. globale pour wt - cas 1
var wt_data_obj = { "cg_n":'', "cg_s":'' };

wt_data_obj.cg_n = "accueil";
wt_data_obj.cg_s = '';

//<![cdata[


function favoris() {
var title = "cetim";
var url = "http://www.cetim.fr/cetim/fr";
if (window.sidebar) {
window.sidebar.addpanel(title, url,"");
} else if( window.external ) { // ie favorite
window.external.addfavorite(url, title);
}
}

//]]>

//<![cdata[

function viewpopup( divid ){
curpopup=document.getelementbyid(divid);
if (curpopup.style.display=='none'){
objets_flash=document.getelementsbytagname('object');
nombre=objets_flash.length;
for (i=0; i<nombre; i++){
document.getelementsbytagname('object')[i].style.visibility='hidden';
}
objets_flash=document.getelementsbytagname('embed');
nombre=objets_flash.length;
for (i=0; i<nombre; i++){
document.getelementsbytagname('embed')[i].style.visibility='hidden';
}
curpopup.style.display='block';
if (document.getelementbyid('cancelbutton')!=null)
document.getelementbyid('cancelbutton').style.display='none';
window.scrollto(0,0);
document.getelementsbytagname('body')[0].style.overflow='hidden';
}
else{
curpopup.style.display='none';
objets_flash=document.getelementsbytagname('object');
nombre=objets_flash.length;
for (i=0; i<nombre; i++){
document.getelementsbytagname('object')[i].style.visibility='visible';
}
objets_flash=document.getelementsbytagname('embed');
nombre=objets_flash.length;
for (i=0; i<nombre; i++){
document.getelementsbytagname('embed')[i].style.visibility='visible';
}
if (document.getelementbyid('cancelbutton')!=null)
document.getelementbyid('cancelbutton').style.display='block';
document.getelementsbytagname('body')[0].style.overflow='visible';
}
}

//]]>

// <![cdata[
var banner = new object();
var so = new swfobject( "/cetim/design/cetim/flash/home/banner.swf", "banner", "955", "285", "8", "#ffffff" );
so.useexpressinstall( "/cetim/design/cetim/flash/expressinstall.swf" );
<!-- chemin des images -->
//so.addvariable( "uploadpath", {*/literal}"{'flash/home/upload/'|ezdesign(no)}/"{literal*} );
<!-- chemin du xml -->
so.addvariable( "datapath", "/cetim/fr/layout/set/xml/content/view/xml/" );
<!-- chemin des css flash -->
so.addvariable( "csspath", "/cetim/design/cetim/flash/home/css//" );
<!-- nom du fichier xml -->
so.addvariable( "xmlfile", "1865" );
<!-- ecrit la balise flash apres la detection du flash player -->
so.write( "flashcontent" );
//]]>

jquery.prototype.addcpmtonload = function() {
// chargement de l'image de départ

var player = document.getelementbyid('news_flvplayer');
player.setvariable("player:jsstartimage", 'http://www.cetim.fr/cetim/var/cetim/storage/images/media/ressources-libres/videos/actualites/pelle-hydraulique-a-eau/1546027-1-fre-fr/pelle-hydraulique-a-eau.jpe');

};

jquery.prototype.addcpmtonready = function() {
// remplacement de l'ascenseur du "scrollpane" pour les 2 onglets "actus" et "agenda"
if ( $('#contentnews').length ) {
$('#contentnews').jscrollpane({scrollbarwidth:10, scrollbarmargin:0, showarrows :true, arrowsize :9});
}
if ( $('#contentagenda').length ) {
$('#contentagenda').jscrollpane({scrollbarwidth:10, scrollbarmargin:0, showarrows :true, arrowsize :9});
}
// gestion des onglets : config. de départ
$("#contentnewsvideo").parents("div.zonenewsvideo").show();
$("#contentnews").parents("div.zonenews").hide();
$("#contentagenda").parents("div.zoneagenda").hide();

// def. handler événements liés aux onglets (clic)
$(".ongletsnews a").click(function() {
$(this).parents("ul:first").children("li.actif").removeclass("actif");
$(this).parents("li:first").addclass("actif");

if ($(this).parents("li:first").attr("id") == "ongletnewsvideo") {
$("#contentnewsvideo").parents("div.zonenewsvideo").show();
$("#contentnews").parents("div.zonenews").hide();
$("#contentagenda").parents("div.zoneagenda").hide();
}
if ($(this).parents("li:first").attr("id") == "ongletnews") {
$("#contentnewsvideo").parents("div.zonenewsvideo").hide();
$("#contentnews").parents("div.zonenews").show();
$("#contentagenda").parents("div.zoneagenda").hide();
}
if ($(this).parents("li:first").attr("id") == "ongletagenda") {
$("#contentnewsvideo").parents("div.zonenewsvideo").hide();
$("#contentnews").parents("div.zonenews").hide();
$("#contentagenda").parents("div.zoneagenda").show();
}
return false;
});
}

//<![cdata[
var _tag=new webtrends();
_tag.dcsgetid();
//]]>

//<![cdata[
_tag.dcscustom=function(){
// add custom parameters here.
//_tag.dcsext.param_name=param_value;
if (wt_data_obj) {
_tag.dcsext['wt.cg_n'] = wt_data_obj.cg_n;
_tag.dcsext['wt.cg_s'] = wt_data_obj.cg_s;
}
}
_tag.dcscollect();
//]]>

www.cetim.fr html

www.cetim.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 12,65

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 17 column 17 - Warning: missing <!DOCTYPE> declaration
line 17 column 17 - Warning: plain text isn't allowed in <head> elements
line 17 column 17 - Info: <head> previously mentioned
line 17 column 17 - Warning: inserting implicit <body>
line 17 column 17 - Warning: <!DOCTYPE> isn't allowed after elements
line 19 column 9 - Warning: discarding unexpected <html>
line 21 column 17 - Warning: <head> isn't allowed in <body> elements
line 17 column 17 - Info: <body> previously mentioned
line 22 column 25 - Warning: <meta> isn't allowed in <body> elements
line 17 column 17 - Info: <body> previously mentioned
line 23 column 25 - Warning: <meta> isn't allowed in <body> elements
line 17 column 17 - Info: <body> previously mentioned
line 70 column 25 - Warning: <link> isn't allowed in <body> elements
line 17 column 17 - Info: <body> previously mentioned
line 72 column 25 - Warning: <style> isn't allowed in <body> elements
line 17 column 17 - Info: <body> previously mentioned
line 91 column 25 - Warning: <style> isn't allowed in <body> elements
line 17 column 17 - Info: <body> previously mentioned
line 110 column 57 - Warning: <title> isn't allowed in <body> elements
line 17 column 17 - Info: <body> previously mentioned
line 111 column 57 - Warning: </head> isn't allowed in <body> elements
line 17 column 17 - Info: <body> previously mentioned
line 113 column 17 - Warning: discarding unexpected <body>
line 352 column 41 - Warning: discarding unexpected <table>
line 370 column 41 - Warning: discarding unexpected <table>
line 385 column 41 - Warning: discarding unexpected <table>
line 397 column 41 - Warning: discarding unexpected <table>
line 415 column 41 - Warning: discarding unexpected <table>
line 442 column 41 - Warning: discarding unexpected <table>
line 459 column 35 - Warning: missing <li>
line 507 column 73 - Warning: missing </a> before <div>
line 507 column 268 - Warning: discarding unexpected </a>
line 537 column 109 - Warning: unescaped & or unknown entity "&flv"
line 537 column 191 - Warning: unescaped & or unknown entity "&title"
line 584 column 147 - Warning: replacing invalid character code 128
line 584 column 148 - Warning: replacing invalid character code 153
line 584 column 168 - Warning: replacing invalid character code 128
line 584 column 169 - Warning: replacing invalid character code 153
line 596 column 99 - Warning: replacing invalid character code 128
line 596 column 100 - Warning: replacing invalid character code 153
line 596 column 216 - Warning: replacing invalid character code 128
line 596 column 217 - Warning: replacing invalid character code 153
line 596 column 235 - Warning: replacing invalid character code 128
line 596 column 236 - Warning: replacing invalid character code 153
line 616 column 13 - Warning: replacing invalid character code 128
line 616 column 14 - Warning: replacing invalid character code 153
line 620 column 173 - Warning: replacing invalid character code 128
line 620 column 174 - Warning: replacing invalid character code 153
line 620 column 190 - Warning: replacing invalid character code 128
line 620 column 191 - Warning: replacing invalid character code 153
line 620 column 204 - Warning: replacing invalid character code 128
line 620 column 205 - Warning: replacing invalid character code 153
line 637 column 301 - Warning: unescaped & or unknown entity "&D"
line 640 column 185 - Warning: replacing invalid character code 128
line 640 column 186 - Warning: replacing invalid character code 153
line 647 column 335 - Warning: replacing invalid character code 128
line 647 column 336 - Warning: replacing invalid character code 153
line 650 column 113 - Warning: replacing invalid character code 128
line 650 column 114 - Warning: replacing invalid character code 153
line 650 column 193 - Warning: replacing invalid character code 128
line 650 column 194 - Warning: replacing invalid character code 153
line 650 column 216 - Warning: replacing invalid character code 128
line 650 column 217 - Warning: replacing invalid character code 153
line 660 column 107 - Warning: replacing invalid character code 128
line 660 column 108 - Warning: replacing invalid character code 153
line 660 column 150 - Warning: replacing invalid character code 128
line 660 column 151 - Warning: replacing invalid character code 153
line 660 column 217 - Warning: replacing invalid character code 128
line 660 column 218 - Warning: replacing invalid character code 153
line 660 column 272 - Warning: replacing invalid character code 128
line 660 column 273 - Warning: replacing invalid character code 153
line 1004 column 6 - Warning: adjacent hyphens within comment
line 1007 column 6 - Warning: adjacent hyphens within comment
line 102 column 1 - Warning: <script> inserting "type" attribute
line 328 column 41 - Warning: <table> lacks "summary" attribute
line 700 column 25 - Warning: <area> lacks "alt" attribute
line 701 column 25 - Warning: <area> lacks "alt" attribute
line 702 column 25 - Warning: <area> lacks "alt" attribute
line 91 column 25 - Warning: trimming empty <style>
Info: Document content looks like XHTML 1.0 Transitional
70 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.cetim.fr backlinks

Backlink analysis for www.cetim.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.cetim.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
get.adobe.com
cliquez ici - get.adobe.com/fr/flashplayer/
www.cetim.fr website navigation

www.cetim.fr navigation and internal link structure

We have scanned www.cetim.fr for internal links and found 76 links on this page. We found 1 base folders and 13 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 approval: good navigation We found an easy to follow navigation structure on www.cetim.fr

Internal links found

Click on any of the links below to analyze that page

cetim
www.cetim.fr/cetim/fr/user/login
www.cetim.fr/cetim/fr/le-cetim/recrutement
www.cetim.fr/cetim/fr/marches/transports
www.cetim.fr/cetim/fr/marches/aeronautique
www.cetim.fr/cetim/fr/marches/energie
www.cetim.fr/cetim/fr/marches/process
www.cetim.fr/cetim/fr/marches/transformation-des-metaux
www.cetim.fr/cetim/fr/marches/equipements
www.cetim.fr/cetim/fr/marches/composants-mecaniques
www.cetim.fr/cetim/fr/technologies/conception-simulation-essais
www.cetim.fr/cetim/fr/technologies/materiaux-procedes
www.cetim.fr/cetim/fr/technologies/mecatronique-controle-mesure
www.cetim.fr/cetim/fr/technologies/developpement-durable
www.cetim.fr/cetim/fr/technologies/systeme-d-information-et-management
www.cetim.fr/cetim/fr/prestations/nos-solutions-globales
www.cetim.fr/cetim/fr/prestations/nos-filieres
www.cetim.fr/cetim/fr/prestations/toutes-nos-prestations
www.cetim.fr/cetim/fr/prestations/references
www.cetim.fr/cetim/fr/boutique/librairie
www.cetim.fr/cetim/fr/boutique/formations
www.cetim.fr/cetim/fr/boutique/logiciels
www.cetim.fr/cetim/fr/actualites/pres-de-chez-vous
www.cetim.fr/cetim/fr/actualites/agenda
www.cetim.fr/cetim/fr/actualites/en-france
www.cetim.fr/cetim/fr/actualites/a-l-international
www.cetim.fr/cetim/fr/actualites/videos
www.cetim.fr/cetim/fr/le-cetim/presentation
www.cetim.fr/cetim/fr/le-cetim/implantations
www.cetim.fr/cetim/fr/le-cetim/reconnaissances
www.cetim.fr/cetim/fr/le-cetim/presse
www.cetim.fr/cetim/fr/le-cetim/temoignages
www.cetim.fr/cetim/fr/le-cetim/avis-d-achat
www.cetim.fr/cetim/fr/le-cetim/contactez-nous
www.cetim.fr/cetim/fr/mon_espace/accueil
www.cetim.fr/cetim/fr/mon_espace/mes_preferences
www.cetim.fr/cetim/fr/mon_espace/set_alerts
www.cetim.fr/cetim/fr/mon_espace/mon_profil
www.cetim.fr/cetim/fr/actualites/en-france/a-la-une/smtc-colle-a-grande-vitesse
www.cetim.fr/cetim/fr/actualites/en-france/a-la-une/avant-premiere-video-plein-succes-pour-la-pelle-hydraulique-a-eau
www.cetim.fr/cetim/fr/actualites/en-france/a-la-une/le-lean-management-concilie-adhesion-du-personnel-et-productivite
www.cetim.fr/cetim/fr/actualites/en-france/a-la-une/nanoparticules-materiaux-textiles-la-mecanique-diffuse-les-principes-actifs
www.cetim.fr/cetim/fr/actualites/en-france/a-la-une/agence-de-l-eau-le-guide-pratique-des-declarations
www.cetim.fr/cetim/fr/actualites/agenda/journees-techniques/les-ondes-guidees-appliquees-aux-controles-complexes-la-plus-value-r-d-cetim
www.cetim.fr/cetim/fr/actualites/agenda/lundi-de-la-mecanique/la-tomographie-a-rayons-x-de-nouveaux-champs-d-applications-grace-a-une-exploitation-des-resultats-favorisee-par-la-numerisation-3d
www.cetim.fr/cetim/fr/actualites/agenda/lundi-de-la-mecanique/gerez-et-reduisez-vos-consommations-d-energie-avec-des-outils-efficaces
www.cetim.fr/cetim/fr/actualites/agenda/lundi-de-la-mecanique/osez-les-composites-thermoplastiques-une-reelle-opportunite-de-diversification-pour-les-entreprises-de-la-mecanique2
www.cetim.fr/cetim/fr/actualites/agenda/lundi-de-la-mecanique/decoupage-et-formage-des-toles-nouvelles-technologies-et-regles-metiers
www.cetim.fr/cetim/fr/informations/credits
www.cetim.fr/cetim/fr/informations/informations-techniques
www.cetim.fr/cetim/fr/informations/mentions-legales
www.cetim.fr content analysis

www.cetim.fr content analysis

On this page the content of www.cetim.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.cetim.fr
Domain length 12 characters
Domain relevance found the keyword cetim 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 accueil - cetim
Page Title relevance 50% match
accueil cetim
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

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 actifs addvariable agenda avec cetim declarations des expires fri gmt grande guide home hydraulique l'eau lactualite lean les literal mai management materiaux may mecanique mes mon no-cache nos path pelle pour pratique prestations principes set-cookie smtc systeme textiles une vitesse voir width xml
Wordcount 378 words found on www.cetim.fr
Links 85 links found on page containing the following anchor texts
accès cotisant , ajout aux favoris , le cetim recrute , marchés , technologies , prestations , boutique , actualités , le cetim , mon espace , transports, aéronautique, energie, process, transformation des métaux, equipements, composants mécaniques, conception - simulation - essais, matériaux - procédés , mécatronique - contrôle mesure, développement durable , système d'information et management, nos solutions globales, nos filières, toutes nos prestations, références, librairie, formations, logiciels, près de chez vous, agenda, en france, a l'international, vidéos, présentation, implantations, recrutement, reconnaissances, presse, témoignages, avis d'achat, contactez-nous, ma page cetim, mes préférences, mes alertes, mon compte, cliquez ici , retrouvez l'actualité du cetim en région : journées techniques, lundis de la mécanique, aides régionales... , toutes les vidéos, 24 mai 2012, smtc colle à grande vitesse, le vacuum fast bond (vfb), nouveau procédé de collage de smtc utilisé dans les trains à grande vitesse, permet de réaliser des assemblages en un quart... , 22 mai 2012, avant-première vidéo : plein succès pour la pelle hydraulique à eau, faire fonctionner une pelle hydraulique avec de l’eau du robinet ? c’est le défi qui a été relevé avec le remplacement complet du système hydraulique u... , 16 mai 2012, le lean management concilie adhésion du personnel et productivité, l’action collective régionale menée auprès de seize pmi normandes ayant pour objectif la performance globale de l’entreprise par l’adoption du lean man... , 15 mai 2012, nanoparticules, matériaux, textiles : la mécanique diffuse les principes actifs, les textiles médicaux imprégnés de principes actifs révolutionnent les caractéristiques des médicaments. ces nouvelles frontières de la médecine concer... , 10 mai 2012, agence de l’eau : le guide pratique des déclarations , le nouvel ouvrage intitulé « guide pour la rédaction des déclarations d’activité à l’agence de l’eau » est un guide pratique et une aide à la déclarati... , voir toute l'actualité, 31 mai 2012, les ondes guidées appliquées aux contrôles complexes : la plus-value r&d cetim, le contrôle de structures par ondes guidées est en plein développement, et n’est certainement pas réservé aux seuls contrôles de longueur de « pipes »... , 04 juin 2012, la tomographie à rayons x : de nouveaux champs d’applications grâce à une exploitation des résultats favorisée par la numérisation 3d, plus qu’une simple méthode de contrôle non destructif, la tomographie offre aujourd’hui un large panel d’applications industrielles, de la caractérisation... , 04 juin 2012, gérez et réduisez vos consommations d'énergie avec des outils efficaces, l’énergie la moins chère est celle que l’on ne consomme pas. comment limiter la hausse des dépenses de l’énergie, réduire les coûts inutiles, maîtriser l’... , 04 juin 2012, osez les composites thermoplastiques : une réelle opportunité de diversification pour les entreprises de la mécanique, faciles à transformer et à recycler, adaptés aux cadences élevées, les composites thermoplastiques permettent de réaliser des pièces légères et résistante... , 04 juin 2012, découpage et formage des tôles : nouvelles technologies et règles métiers, se positionner, se maintenir ou se développer sur un marché concurrentiel nécessite une maîtrise des procédés et des coûts. cela passe par une parfait... , voir tout l'agenda, crédits, informations techniques, mentions légales, contactez-nous,
Link anchor relevance 10% match
acc cotisant ajout aux favoris cetim recrute march technologies prestations boutique actualit mon espace transports ronautique energie process transformation des taux equipements composants caniques conception simulation essais mat riaux proc catronique contr mesure veloppement durable syst d'information management nos solutions globales fili res toutes rences librairie formations logiciels chez vous agenda france l'international vid sentation implantations recrutement reconnaissances presse moignages avis d'achat contactez-nous mes alertes compte cliquez ici retrouvez l'actualit gion journ techniques lundis canique aides gionales les mai smtc colle grande vitesse vacuum fast bond vfb nouveau collage utilis dans trains permet aliser assemblages quart avant-premi plein succ pour pelle hydraulique eau faire fonctionner une avec robinet est qui relev remplacement complet lean concilie adh sion personnel productivit action collective gionale men aupr seize pmi normandes ayant objectif performance globale entreprise par adoption man nanoparticules textiles diffuse principes actifs dicaux impr volutionnent caract ristiques dicaments ces nouvelles fronti decine concer agence guide pratique clarations nouvel ouvrage intitul daction activit aide clarati voir toute ondes guid appliqu complexes plus-value structures certainement pas serv seuls longueur pipes juin tomographie rayons nouveaux champs applications exploitation sultats num risation plus simple thode non destructif offre aujourd hui large panel industrielles rez duisez vos consommations nergie outils efficaces moins celle que consomme comment limiter hausse penses duire inutiles triser osez composites thermoplastiques elle opportunit diversification entreprises faciles transformer recycler adapt cadences lev permettent sistante coupage formage gles tiers positionner maintenir velopper sur concurrentiel cessite trise cela passe parfait tout l'agenda dits informations mentions gales
Headings 13 headings found on page containing the following texts
smtc colle à grande vitesse, avant-première vidéo : plein succès pour la pelle hydraulique à eau, le lean management concilie adhésion du personnel et productivité, nanoparticules, matériaux, textiles : la mécanique diffuse les principes actifs, agence de l’eau : le guide pratique des déclarations , les ondes guidées appliquées aux contrôles complexes : la plus-value r&d cetim, la tomographie à rayons x : de nouveaux champs d’applications grâce à une exploitation des résultats favorisée par la numérisation 3d, gérez et réduisez vos consommations d'énergie avec des outils efficaces, osez les composites thermoplastiques : une réelle opportunité de diversification pour les entreprises de la mécanique, découpage et formage des tôles : nouvelles technologies et règles métiers, , suggérer à un ami : 'http://www.cetim.fr/cetim/fr', trouvez toutes nos études en un seul clic ! ,
Headings relevance 22% match
smtc colle grande vitesse avant-premi vid plein succ pour pelle hydraulique eau lean management concilie adh sion personnel productivit nanoparticules mat riaux textiles canique diffuse les principes actifs agence guide pratique des clarations ondes guid appliqu aux contr complexes plus-value cetim tomographie rayons nouveaux champs applications une exploitation sultats favoris par num risation rez duisez vos consommations nergie avec outils efficaces osez composites thermoplastiques elle opportunit diversification entreprises coupage formage nouvelles technologies gles tiers sugg rer ami 'http www fr' trouvez toutes nos tudes seul clic
Emphasis (bold and italic) 1 bold or italic tags found on page containing the following texts
vous devez mettre à jour la version de votre plugin flash player,
Bold and italic tag relevance 0% match
vous devez mettre jour version votre plugin flash player
Image alt tags 20 image alt tags found on page containing the following texts
cetim : centre technique des industries mécaniques, google, institut carnot, accueil, english version, , , actu video, actus, agenda, accès à nos rubriques librairie, formations et logiciels, une question technique, contactez le cetim : 03 44 67 36 82, mecatheque, déployer, vous cherchez, critères techniques, cetim - ressources humaines - jeunes ingénieurs mécaniciens, consultez nos offres d'emploi, nos prestations : ingéniérie, expertise, expérimentation., retour, dcsimg,
Image alt tag relevance 13% match
cetim centre technique des industries caniques google institut carnot accueil english version actu video actus agenda acc nos rubriques librairie formations logiciels une question contactez mecatheque ployer vous cherchez crit res techniques ressources humaines jeunes ing nieurs caniciens consultez offres d'emploi prestations rie expertise exp rimentation retour dcsimg
www.cetim.fr seo score

www.cetim.fr seo score expained

Below are the scores we calculated for different parts of www.cetim.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 tip: A title should reflect the contents of a site. This site has a 50 % match Title relevance 65 2,3 A title should reflect the contents of a site. This site has a 50 % match
seo error: Try to keep your title between 40 and 66 characters. Your title was 16 characters long Title Length 10 0,7 Try to keep your title between 40 and 66 characters. Your title was 16 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 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  76 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 76 internal links on this page.
seo approval: 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 13 folders above or in the first level of navigation. 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 13 folders above or in the first level of navigation.
seo error: Headers should reflect the contents of a site. This site has a 22 % match Headings 40 1,6 Headers should reflect the contents of a site. This site has a 22 % match
seo error: Link anchors should to some degree reflect the contents of a site. This site has a 10 % match Links 30 1,6 Link anchors should to some degree reflect the contents of a site. This site has a 10 % match
seo error: Image alt tags should to some degree reflect the contents of a site. This site has a 13 % match Image alt tags 39 0,5 Image alt tags should to some degree reflect the contents of a site. This site has a 13 % 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 tip: If this score is not 100 check the html very carefully. We found 70 errors and warnings Page errors 65 2 If this score is not 100 check the html very carefully. We found 70 errors and warnings
seo approval: An ideal page contains between 400 and 600 words.This page contains 379 words WordCount 75 1,1 An ideal page contains between 400 and 600 words.This page contains 379 words
www.cetim.fr css

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

seo tip: use stylehseets No css files were found on this page.

www.cetim.fr inline stylesheet info

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

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

Analyse your website !

Please enter your domain name