icon

page-nav
Bottom

Enter domain like this exact format: yoursite.com

free website SEO report tooltips
← Click to update

Website SEO Rating Reference 100 Points Checkup frigo-occasion.be

 Generated on February 15 2024 15:44 PM

Old statistics? UPDATE !


The score is 45/100

emoji pink face Embed This Tool To Your Page!


Thank you dance animation
To Survive..... We Need Your Help To Share Us Please!


 Means Perfect, passed

 Means Ok, to improved

 Means Warning, suggest fix

  Means Error, take action now


SEO Report 100 Points Scoring Chart Reference








  SEO Content  seo tooltips

Title  seo report title tooltips Carveen: cooling & air conditioning

Length : 35


accordion-arrow seo advice Title Advice:


Warning! your webpage title should contain between 40 and 70 characters (spaces included).

The title is the top priority when Google finds your site, so try to optimize all your titles in available result spaces, which is about 70 characters maximum. Anything more than the number of allowed spaces will not be considered.

How To View Your Page Title On Google.com:

On Google.com, input "site:yoursite.com", press enter to see the results. You can also find out how many of your pages were indexed by Google already.


accordion-arrow How to add Html Title to your web pages?


Login to your website admin where where you can update the page, find the page you are going update, then click the button where the HTML code is shown, search for < title > -- < /title > tag right after the < html > and < header > tags, then you can write your Title between < title > -- < /title >.


Sometimes, you might not find the tags you are looking for, that means you should write the Html tag yourself. Different website have different admin dashboard area, you should always find your page first, then find out the code of the page.


Click for how to add Html Title in Wordpress example:
how to add webpage title tag

accordion-arrow How to research profitable keywords for your Title?


** 3 ways that you can research profitable keywords in your business niche


1. Use Google Trend tool to help you identify most searches keywords in your business industry


2. Login in to your Google Adwords account(You might have to submit business information and setup a simple Ad with valid payment information in order to use the Google Keyword Planner Tool), then use Google Keyword Planner Tool to help you identify what people have already been searching in your business niche, make sure use long phrase keywords to find out what are best keywords that related to your business. Always make a reverse thinking from user search mindset to think about what they want when they search something. If you can understand what customers want from their searched keywords, you can design the content to feed them for happy customer experience.


Google keywords planner preview:
Google keywords planner tool


3. Do a keyword search related to your business on Google, see what are the title keywords that your competitors using to make them rank on Google page one, study their site content to find out is there any valuable content asset you are missing out on your page, then you can redesign same quality content in your site for potential traffic, make sure don't copy the content. Scroll down to the bottom of the Google result page, find the related recommended search keyword terms by Google, that could be good title keywords for your business traffic content.


Google search result keywords suggestions at bottom of the page:
google search result keywords suggests



smiley face Use Suggested List Of Keywords Tool

accordion-arrow See your title preview in Google Spider Source Code



smiley face Preview Your SEO Title Tool

Description Boutique propulsée par PrestaShop

Length : 33


accordion-arrow seo advice Description Advice:


Warning! your webpage meta description should contain between 70 and 160 characters (spaces included). Webpage meta description tells search engines what is your site about.

Try to write maximum but no more than 160 characters meta description that would show up in search engine results, anything more than allowed spaces would not be considered.

How to embed Description to webpage:

Login to your admin page, find the HTML source code, then inside the <head> -- </head> area, embed your description meta tags there, use the below Meta Tags Tool below to generate Description tags for your page.


smiley face Generate Meta Tags Tool

accordion-arrowHTML5 Page SEO Code Structure Example As Below:


** Don't Copy The Content After // , it is for explain purpose of Good Or Bad practice

How to embed your meta tags? : Copy the code below, add your own content to the syntax, Then locate your page HTML source code, paste your code according to the HTML structure here.


<!DOCTYPE html> // Define Most Current HTML5 Document Type

<html lang="en-US"> // HTMl Document with English Language display

<head>

<meta charset="utf-8"> // //This is UTF-8 Encoding Tag, it means that your page is displaying multi-language fonts

<meta name="viewport" content="width=device-width, initial-scale=1"> // The Mobile Responsive Tag

<link rel="canonical" href="https://www.metricbuz.com" /> // Tell search engine your preferred URL, please always use absolute URL with https:// , rather than a reference URL without https://.

<title> Write Your Page Title Here </title>

<meta name="keywords" content="seo tools"> //This is your page Keywords tag

<meta name="description" content="seo webmaster marketing tools"> //This is your page Description tag

<meta name="author" content="Search Buzz Inc"> //This is your page Author tag

<link rel=”author” href=”https://plus.google.com/+Metricbuzz-seo”/> // Use your Google Plus profile to show on Google search result that you are the author of the content.

<meta name="copyright" content="@All Rights Reserved"> //This is your page Copyright tag

<meta name="robots" content="index, follow"> //This is your page robots tag

<meta https-equiv="cache-control" content="cache"> //This is Cache tag, it tells browser to cache your page content for faster loading speed

<meta https-equiv="revisit-after" content="7 days"> //This is Revisit-After tag, it tells search engine robots to revisit your site after every 7 days.

<meta https-equiv="refresh" content="30"> // Told the spider to refresh the page content after 30 days.

<META NAME="ROBOTS" CONTENT="INDEX, NOFOLLOW">> // It means do Index the page, but do not follow the link on the page which means does not pass backlink value to Google ranking.



The blow 5 lines of code are called OG social tags, it allows Facebook to understand your page content scheme.

<meta property="og:title" content="Title Here"> // The 5 Lines of code here are OP Property Social Media Tags like Facebook
<meta property="og:description" content="Description Here"> // Tell Facebook your page description
<meta property="og:type" content="article"> // Tell facebook your page content type
<meta property="og:image" content="https://example.com/image.jpg"> // Tell facebook your page image
<meta property="og:url" content="https://www.example.com/"> // Tell facebook your page url



The blow 5 lines of meta tag code are for your page content share to Twitter.

<meta name=”twitter:card” content=”summary”> // Twiter default your page content to "summary"

<meta name=”twitter:url” content=”https://www.metricbuzz.com”> // Twitter show your page URL

<meta name=”twitter:title" content=”free website review, SEO tools”> // Twitter show your page title, no more than 70 characters.

<meta name=”twitter:description” content=”Metric Buzz is about Free Website Review, SEO Tools, User Experience, Conversion & Marketing Tips.”>
// Twitter show your page description, no more than 200 characters.

<meta name=”twitter:image” content=”https://www.metricbuzz.com/metric-buzz-logo.png”> // Twitter show your page image



</head>

<body> // Anything After this body tag is for writing the content to the page

<h1>This is a Heading </h1> // the H1 to H6 tag for for the article Heading, bigger font display.

<h2>This is a Heading </h2>

<h3>This is a Heading </h3>

<h4>This is a Heading </h4>

<h5>This is a Heading </h5>

<h6>This is a Heading </h6>

<p>This is a paragraph. </p>

<img src="example.img" alt="write image texts here Search Engine would understand"> // Image tag syntax has to be after <body> Tag

<iframe src="https://www.metricbuzz.com">
<p> Your browser does not support iframes. </p>
</iframe> // Iframe is a bad SEO practice, it means within the window, there is another small window.



The below is micro data schema code, it tell search engine specific information on your business structure, boost your business visibility online.

Use Free Micro Data Generator Tool Here!

<div itemscope itemtype="https://schema.org/LocalBusiness">
<span itemprop="name">Search Buzz Inc</span>
<div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
<span itemprop="streetAddress">1000 main st</span>
<span itemprop="addressLocality">Flushing</span>,
<span itemprop="addressRegion">NY</span>
<span itemprop="postalCode">11354</span>
</div>
Phone: <span itemprop="telephone">9173304930</span>
<a href="https://www.google.com/maps/place/1000+Main+St,+Flushing,+NY+11367/data=!4m2!3m1!1s0x89c2608d1d514f07:0x663177ad64962765?sa=X&ei=Q6qDVeKkI4L6sAW5_YPABw&ved=0CB0Q8gEwAA" itemprop="maps">URL of Map</a>
</div>



</body>

</html>

Keywords  seo report keywords tooltips



accordion-arrow seo advice Keywords Advice:


Too Bad, We haven't found meta keywords on your webpage. Meta keywords tell search engines the main content scope of your site, make sure the meta keywords to be relevant with what you really write.

smiley face

Use the Method In Title Section above to perform basic Keyword Research

Check Keywords Density Tool


** Check your keywords ranking position on Google

Find lots of your business relevant keywords in high profile pages, Build backlinks to those pages with targeted anchor keywords will boost your Google Pagerank and rank your keywords in higher search results position.

Og Meta Properties



accordion-arrow seo advice Advice:


This page does not take advantage of Og Meta Properties. This tag allows social site crawlers to structurize your webpage better.

The "Og Meta Properties" stands for "Open Graph Protocol" where you embed the header tag area in your webpage.

See Examples Below:

<meta property="og:title" content="Title Here">
<meta property="og:description" content="Description Here">
<meta property="og:type" content="article">
<meta property="og:image" content="https://example.com/image.jpg">
<meta property="og:url" content="https://www.example.com/">

smiley face

Use Og Properties Generator Tool

Study More About Og Property

Login to Your Facebook account and see how your Social OG property work on Facebook?

Headings
H1 H2 H3 H4 H5 H6
7 11 4 135 0 0
  • [H1] Nous avons toujours des solutions adaptées à vos besoins
  • [H1] Achat
  • [H1] Climatiseur / pompe à chaleur
  • [H1] Location
  • [H1] Services
  • [H1] Occasion
  • [H1] Glaçons
  • [H2] Nos services
  • [H2] Nos produits
  • [H2] Besoin d'aide
  • [H2] Qui sommes nous
  • [H2] Nous contacter
  • [H2] Vente:
  • [H2] Location:
  • [H2] Occasion:
  • [H2] Réfrigération:
  • [H2] Climatisation, chauffage et ventilation:
  • [H2] Pages:
  • [H3] Pompes \u00e0 chaleur air-air simple split. Permet une installation ais\u00e9e avec une connexion de 1 unit\u00e9e int\u00e9rieur \u00e0 1 unit\u00e9e exterieur. Aliment\u00e9es \u00e0 80 % par de l\u2019\u00e9nergie extraite de l\u2019air et \u00e0 20 % par de l\u2019\u00e9lectricit\u00e9, nos pompes \u00e0 chaleur air-air chauffent et rafra\u00eechissent votre maison avec une efficacit\u00e9 \u00e9nerg\u00e9tique qui peux atteindre A+++ , soit l\u2019efficacit\u00e9 \u00e9nerg\u00e9tique la plus \u00e9lev\u00e9e du march\u00e9.\nElle peux \u00eatre install\u00e9e dans la r\u00e9novation d'une maison existante ou construction d\u2019une nouvelle maison... Quel que soit votre projet, une pompe \u00e0 chaleur air-air propos\u00e9e par Carveen est une solution logique pour la satisfaction de vos besoins de chauffage et de rafra\u00eechissement. \nNos pompes \u00e0 chaleur air-air sont faciles \u00e0 installer et sont id\u00e9ales pour le remplacement des anciens syst\u00e8mes \u00e9lectriques. Ces unit\u00e9s flexibles sont adapt\u00e9es \u00e0 tout plan d'am\u00e9nagement, et leur efficacit\u00e9 \u00e9nerg\u00e9tique A+++ (v\u00e9rifier la fiche produit) satisfont toutes les exigences des constructions \u00e9cologiques.\n","id_group":"1","conditions":[]},{"id_static_block":"32","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"30","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-02 15:17:30","date_upd":"2021-02-05 09:45:32","id_lang":"1","block_title":"Attention, UI + UE","content":"Attention, pour fonctionner, cette unit\u00e9 int\u00e9rieure a besoin d'une unit\u00e9 ext\u00e9rieure ou d'une installation multi-split existante.","id_group":"1","conditions":[]},{"id_static_block":"33","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"31","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-02 15:29:22","date_upd":"2021-02-02 15:29:22","id_lang":"1","block_title":"slogan LG standar plus","content":"Une unit\u00e9 de conditionnement d\u2019air compacte, avec des capacit\u00e9s de refroidissement performantes, dans une conception intelligente et pratique.","id_group":"1","conditions":[]},{"id_static_block":"34","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"32","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-02 15:38:04","date_upd":"2021-02-08 12:36:23","id_lang":"1","block_title":"Fonction d'\u00e9nergie: Active energy control","content":"Active energy control\nVous pouvez r\u00e9gler la consommation d\u2019\u00e9nergie sur trois options (80%, 60%, 40%).\n","id_group":"1","conditions":[]},{"id_static_block":"35","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"33","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-02 15:58:49","date_upd":"2021-02-02 15:59:04","id_lang":"1","block_title":"Puissance airco","content":"","id_group":"1","conditions":[]},{"id_static_block":"36","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"34","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-02 16:10:47","date_upd":"2021-02-11 09:56:15","id_lang":"1","block_title":"Quelle puissance son airco","content":"La puissance d\u2019une climatisationExprim\u00e9e en watts, la puissance d\u2019une climatisation est une donn\u00e9e essentielle de cet \u00e9quipement. S\u00e9lectionner un climatiseur avec trop ou trop peu de puissance occasionnera une performance en dessous de ce que vous attendez.La surface et la hauteur des pi\u00e8ces permettent de d\u00e9terminer les volumes \u00e0 chauffer ou \u00e0 refroidir. Cependant, cette donn\u00e9e seule est insuffisante, sous peine de sous-dimensionner votre installation. L\u2019isolation de votre habitation, le nombre d\u2019occupants, la situation et les mat\u00e9riaux des ouvertures, l\u2019\u00e9quipement en stores et ventilation, et m\u00eame l\u2019\u00e9clairage et les \u00e9quipements \u00e9lectriques pr\u00e9sents dans la pi\u00e8ce ont une incidence sur le calcul de la puissance \u00e0 pr\u00e9voir. La fa\u00e7on la plus simple de calculer la puissance n\u00e9cessaire pour climatiser un local est de compter 100W par m2 (ou 35 \u00e0 40W par m3). Pour certaines applications, on peut, par exemple, monter jusqu\u2019\u00e0 200w par m2.\n","id_group":"1","conditions":[]},{"id_static_block":"37","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"35","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-03 08:55:08","date_upd":"2021-02-11 09:47:23","id_lang":"1","block_title":"Airco - niveau de bruit","content":"Le niveau de bruitLe niveau de bruit se mesure en d\u00e9cibels (dBA). Plus le bruit est fort, plus le nombre de d\u00e9cibels est \u00e9lev\u00e9. La mesure des d\u00e9cibels peut \u00eatre ajust\u00e9e pour tenir compte de la mani\u00e8re dont l\u2019oreille humaine entend. Le niveau de bruit est alors pr\u00e9sent\u00e9 en d\u00e9cibels \u00ab A \u00bb (dBA). Quelques exemples:10 dBA = vent dans les arbres;20 dBA = voix chuchot\u00e9e;30 dBA = niveau de bruit de chuchotements;55 dBA = Conversation normale, moyenne;60 dBA = niveau de bruit d'un ordinateur personnel de bureau;65 dBA = aspirateurs domestiques vendus comme silencieux;70 dBA = niveau de bruit permettant la communication face \u00e0 face;85 dBA = niveau de bruit d'un camion diesel;92 dBA = niveau de bruit d'une tondeuse \u00e0 gazon \u00e0 moteur thermique \u00e0 1 m\u00e8tre;95 \u00e0 115 dBA = niveau de bruit des avions \u00e0 proximit\u00e9 des a\u00e9roports;100 \u00e0 110 dBA = niveau de bruit d'un marteau pneumatique;120 dBA = Seuil de la douleur;125 dBA = niveau de bruit d'un avion \u00e0 r\u00e9action au d\u00e9collage \u00e0 20 m\u00e8tres.\n","id_group":"1","conditions":[]},{"id_static_block":"38","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"36","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-03 09:04:33","date_upd":"2021-02-11 09:54:21","id_lang":"1","block_title":"Airco - classe \u00e9nerg\u00e9tique","content":"Les classe \u00e9nerg\u00e9tiquesLe SEER (Seasonal Efficiency Energy Ratio en anglais, \u00e9quivalent du SCOP) ou efficacit\u00e9 frigorifique saisonni\u00e8re en fran\u00e7ais se calcule de la fa\u00e7on suivante : on prend l\u2019\u00e9nergie frigorifique produite sur la saison en kiloWatt par heure (kWh) et on la divise par l\u2019\u00e9nergie consomm\u00e9e sur la m\u00eame saison, en kWh \u00e9galement.Pour classer leurs appareils, les fabricants doivent utiliser la norme EN14825 d\u00e9finissant les modes d\u2019essai et de mesure des performances : \u00e9talonnage des appareils, m\u00e9thode de mesure, traitement des donn\u00e9es recueillies, modes de calculs etc.Tableau de classement de l\u2019efficacit\u00e9 \u00e9nerg\u00e9tique d\u2019un climatiseurA+++ SEER \u2265 8,5A++ 6,1 \u2264 SEER < 8,5A+ 5,6 \u2264 SEER < 6,1A 5,1 \u2264 SEER < 5,6B 4,6 \u2264 SEER < 5,1Entre une classe A et une classe A+ vous \u00e9conomiserez 10%, avec un classe A+++ vous pourrez aller jusqu\u2019\u00e0 30% d\u2019\u00e9conomie.","id_group":"1","conditions":[]},{"id_static_block":"40","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"38","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-03 11:20:30","date_upd":"2021-02-03 11:20:30","id_lang":"1","block_title":"Unit\u00e9 simple split","content":"","id_group":"1","conditions":[]},{"id_static_block":"41","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"39","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-03 11:27:26","date_upd":"2021-02-03 11:28:45","id_lang":"1","block_title":"Unit\u00e9 multi split","content":"","id_group":"1","conditions":[]},{"id_static_block":"42","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"40","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-04 15:35:45","date_upd":"2021-02-08 14:41:28","id_lang":"1","block_title":"Les fonctions de connectivit\u00e9: Wifi Ready","content":"Wifi Ready\nLe WiFi est un mode de connexion sans-fil. Il permet \u00e0 un appareil \u00e9lectronique de se connecter \u00e0 internet, ou bien \u00e0 un r\u00e9seau d'ordinateurs. Un dispositif dit WiFi Ready est donc capable de communiquer \u00e0 distance avec d'autres \u00e9l\u00e9ments, eux aussi en WiFi, comme par exemple un ordinateur portable\n","id_group":"1","conditions":[]},{"id_static_block":"43","id_static_block_template":"0","hook":"displayProductAdditionalInfo","editor":"3","status":"1","custom_css":"1","title_active":"1","position":"41","css":"border: 2px solid green;","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-04 16:13:28","date_upd":"2021-02-11 16:43:05","id_lang":"1","block_title":"Perdu parmi tous les climatiseurs ?","content":"Vous \u00eates perdu-e parmi tous les climatiseurs ?Vous avez envie d'acheter un climatiseur mais face au nombre propos\u00e9, vous ne savez pas lequel choisir ? Pas de panique, on vous explique tout.Savez-vous aussi qu'un technicien peut se d\u00e9placer chez vous pour vous faire directement une offre concr\u00e8te ?Contactez-nous soit par t\u00e9l\u00e9phone (02 460 18 60) soit par email ([email protected]) et nous vous proposerons le meilleur choix adapt\u00e9 \u00e0 votre besoin.","id_group":"1","conditions":{"24":[{"id_static_block_html_rule_condition_group":"24","id_static_block":"43","id_static_block_html_rule_condition":"27","type":"manufacturer","operator":"equals","value":"9"}]}},{"id_static_block":"44","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"42","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-05 14:58:49","date_upd":"2021-02-11 08:46:21","id_lang":"1","block_title":"Les fonctions confort: Mode invisible","content":"Invisible mode\nL'installation d'une pompe \u00e0 chaleur invisible offre une solution polyvalente et efficace de climatisation, de chauffage, de ventilation et de purification d'air UV pour les b\u00e2timents r\u00e9sidentiels, commerciaux, de construction neuve et de bureau. Les centrales de traitement d'air tr\u00e8s efficaces distribuent l'air refroidi ou r\u00e9chauff\u00e9 via des mini-conduits flexibles peu encombrants, injectant l'air \u00e0 grande vitesse \u00e0 travers des fentes lin\u00e9aires discr\u00e8tes ou des sorties rondes.Le syst\u00e8me invisible injecte de l'air dans les pi\u00e8ces \u00e0 une vitesse \u00e9lev\u00e9e - ce qui se traduit par un m\u00e9lange bien meilleur que le \u00abrejet d'air\u00bb \u00e0 faible vitesse des syst\u00e8mes conventionnels. \n","id_group":"1","conditions":[]},{"id_static_block":"45","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"43","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-08 12:11:52","date_upd":"2021-02-11 08:55:26","id_lang":"1","block_title":"Les fonctions de confort: Humidification","content":"Humidification\nHumidificationL\u2019air est naturellement humide. Le syst\u00e8me d\u2019humidification intelligente insuffle une quantit\u00e9 ad\u00e9quate d\u2019humidit\u00e9 extraite de l\u2019air ext\u00e9rieur pour \u00e9viter que l\u2019air int\u00e9rieur ne soit d\u00e9sagr\u00e9ablement sec.D\u00e9shumidificationL\u2019humidit\u00e9 peut donner l\u2019impression qu\u2019une pi\u00e8ce est plus chaude qu\u2019elle ne l\u2019est r\u00e9ellement. Le syst\u00e8me de d\u00e9shumidification intelligent \u00e9limine automatiquement l\u2019exc\u00e8s d\u2019humidit\u00e9 tout en maintenant en permanence la temp\u00e9rature au niveau souhait\u00e9.\n","id_group":"1","conditions":[]},{"id_static_block":"46","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"44","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-08 12:35:53","date_upd":"2021-02-11 09:21:09","id_lang":"1","block_title":"Fonction d'\u00e9nergie: Ultra low consumption","content":"Ultra low consumption\nLe label \u00e9nergie permet d\u2019\u00e9valuer avec pr\u00e9cision l\u2019efficacit\u00e9 \u00e9nerg\u00e9tique et le caract\u00e8re durable d\u2019un appareil.\n","id_group":"1","conditions":[]},{"id_static_block":"47","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"45","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-15 11:15:44","date_upd":"2021-02-24 11:05:26","id_lang":"1","block_title":"Info multi-split ","content":"Unit\u00e9 int\u00e9rieure\n\nIndispensable lorsque vous installez un climatiseur, l'unit\u00e9 int\u00e9rieure constitue l'organe de diffusion de l'air chaud et\/ou de l'air froid, produit par l'unit\u00e9 ext\u00e9rieure d\u2019une climatisation.","id_group":"1","conditions":[]},{"id_static_block":"48","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"46","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-15 11:16:14","date_upd":"2021-02-15 11:17:42","id_lang":"1","block_title":"Info unit\u00e9 ext\u00e9rieure","content":"","id_group":"1","conditions":[]},{"id_static_block":"49","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"0","position":"47","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-02-15 13:02:28","date_upd":"2021-02-15 13:08:57","id_lang":"1","block_title":"LG Air Purifying","content":"Syst\u00e8me de purification 2 en 1 (refroidissement et filtrage de l\u2019air) capable de filtrer les petites particules de poussi\u00e8res, les microbes et la pollution de l\u2019air.\n","id_group":"1","conditions":[]},{"id_static_block":"50","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"0","position":"48","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-03-01 14:51:48","date_upd":"2021-03-08 12:25:16","id_lang":"1","block_title":"LG : unit\u00e9 ext\u00e9rieure - garantie","content":"\nLa marque LG \u00e9tend sa garantie de 10 ans aux compresseurs des \nclimatiseurs Inverter Pro. LG est une marque qui s\u2019engage \u00e0 fournir des \nproduits de qualit\u00e9, fiables et durables. De ce fait, LG accompagne \nl\u2019ensemble des compresseurs de climatisation\/chauffage de la gamme \nInverter Pro, d\u2019une garantie de 10 ans. La technologie Inverter, dont sont dot\u00e9s les compresseurs des nouveaux \nmod\u00e8les de climatisation LG, est une technologie impressionnante qui \npermet une \u00e9conomie d\u2019\u00e9nergie allant jusqu\u2019\u00e0 60% par rapport aux \ncompresseurs conventionnels, r\u00e9pondant ainsi aux attentes des \nconsommateurs.Le ventilateur ext\u00e9rieur et le moteur BLDC in\u00e9dits de LG \u00e9liminent les \nbruits inutiles pour un fonctionnement en douceur, r\u00e9duisant de fa\u00e7on \nsignificative les nuisances sonores insupportables des climatiseurs \nconventionnels.","id_group":"1","conditions":[]},{"id_static_block":"51","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"0","position":"49","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-03-09 12:01:54","date_upd":"2021-03-09 12:04:32","id_lang":"1","block_title":"multi vrv","content":"","id_group":"1","conditions":[]},{"id_static_block":"53","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"0","position":"51","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-08-16 12:39:11","date_upd":"2021-08-27 08:30:01","id_lang":"1","block_title":"Footer - notre soci\u00e9t\u00e9","content":"Livraison\nMentions l\u00e9gales\nConditions d'utilisation\nShowroom\nsitemap\nPaiement s\u00e9curis\u00e9s\n","id_group":"1","conditions":[]},{"id_static_block":"54","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"0","position":"52","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-08-16 15:11:40","date_upd":"2021-09-29 14:20:39","id_lang":"1","block_title":"Footer - nous contacter","content":"+32 2 460 18 [email protected]: Rue P\u00e9trus Bayens 70 - 1702 Grand-Bigard.Si\u00e8ge Social: Obberg 103 1780 Wemmel\u200b.TVA: BE 0423.835.758\u200bIban: BE12 2100 3404 1392\u200b","id_group":"1","conditions":[]},{"id_static_block":"55","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"0","position":"53","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-09-30 11:04:11","date_upd":"2021-09-30 11:05:48","id_lang":"1","block_title":"footer: dernier bloc","content":"Carveen met \u00e0 votre disposition un large stock de mat\u00e9riel d'occasion\n de tr\u00e8s bonne qualit\u00e9, pour vous garantir un achat au meilleur rapport \nqualit\u00e9\/prix.L'enti\u00e8ret\u00e9 de notre mat\u00e9riel d'occasion provient de notre stock de mat\u00e9riel mis en location.Nous vous proposons d\u00e8s lors du mat\u00e9riel frigorifique qui a peu fonctionn\u00e9 et \u00e0 bas prix.Carveen est aussi sp\u00e9cialis\u00e9 dans les d\u00e9pannages : Mat\u00e9riel frigorifique commercial, airconditioning, lave-vaisselle.Une \u00e9quipe de plus de 20 personnes \u00e0 votre disposition pour r\u00e9soudre vos probl\u00e8mes.Nous vous proposons, \u00e9galement, des contrats d'entretiens.De plus, nous avons un service de logistique:Nous livrons le mat\u00e9riel frigorifique chez vos clients, les d\u00e9pannons et les entretenons pour vous.Location\n \u00e0 court \/ long terme de mat\u00e9riel frigorifique en Belgique et \u00e0 \nl\u2019\u00e9tranger: Carveen Renting (en tant que filiale de la soci\u00e9t\u00e9 Carveen) \ns\u2019est taill\u00e9e une place importante dans le secteur de la location (court\n ou long terme). Que vous soyez un particulier ou un professionnel, \nCarveen met \u00e0 votre disposition des refroidisseurs de bouteille, des \npetites machines \u00e0 gla\u00e7ons, etc.Que vous soyez un organisateur \nd'\u00e9v\u00e8nements, un exposant ou encore un constructeur de stand \u00e0 la \nrecherche de frigos\/cong\u00e9lateurs ou chambre froide\/cong\u00e9lation mobile, \nCarveen solutionne votre probl\u00e8me.Nous vous proposons \u00e9galement \nune gamme vari\u00e9e de mat\u00e9riel frigorifique neuf: Comptoirs frigorifiques,\n vitrines, cave \u00e0 vins, chambres froides, machines \u00e0 gla\u00e7ons et glace \npil\u00e9e, lave vaisselles, mini cuisines, etc.Nous mettons \u00e0 la \ndisposition de notre client\u00e8le nos 50 ann\u00e9es d'exp\u00e9rience dans le \ndomaine, pour vous conseiller et vous guider dans vos choix \nstrat\u00e9giques.","id_group":"1","conditions":[]},{"id_static_block":"56","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"1","position":"54","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-10-01 10:34:11","date_upd":"2021-10-01 10:34:11","id_lang":"1","block_title":"test","content":"{hook h=\"CETemplate\" id=\"39\"}","id_group":"1","conditions":[]},{"id_static_block":"57","id_static_block_template":"0","hook":"leftColumn","editor":"3","status":"1","custom_css":"0","title_active":"0","position":"55","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2021-10-01 16:48:24","date_upd":"2021-10-01 16:53:22","id_lang":"1","block_title":"Ourson mignon","content":"Besoin d'aide ?Vous avez des questions ?+32 (2) 460 18 60","id_group":"1","conditions":[]},{"id_static_block":"58","id_static_block_template":"0","hook":"displayProductAdditionalInfo","editor":"3","status":"1","custom_css":"0","title_active":"0","position":"56","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2022-01-24 11:11:17","date_upd":"2022-01-28 09:28:20","id_lang":"1","block_title":"Garantie sur fiche produit","content":"Pas de garantie car le prix de vente est moins de 500 euros hors tva...","id_group":"1","conditions":{"64":[{"id_static_block_html_rule_condition_group":"64","id_static_block":"58","id_static_block_html_rule_condition":"72","type":"category","operator":"notequals","value":"97"}]}},{"id_static_block":"60","id_static_block_template":"0","hook":"NotUsed","editor":"3","status":"1","custom_css":"0","title_active":"0","position":"57","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2022-02-14 09:38:12","date_upd":"2022-02-15 12:51:54","id_lang":"1","block_title":"Atout de Carveen - vente","content":"\nCarveen est un expert un froid.\nActif depuis 1972, Carveen est une entreprise famillale sp\u00e9cialis\u00e9e dans la r\u00e9frig\u00e9ration commerciale, la climatisation, la ventilation et les nouvelles technologies du froid. Agr\u00e9\u00e9 par Bruxelles Environnement, Vlaamse overheid, la r\u00e9gion wallone, Vin\u00e7otte & Frixis (anciennement UBF ACA).\nNous proposons des solutions de location, d\u2019installation et d\u00e9pannage dans un soucis de durabilit\u00e9, d'efficacit\u00e9 et financi\u00e8rement attractives.\nLorsque vous travaillez avec Carveen, vous \u00eates s\u00fbr d'avoir des conseils et de l\u2019exp\u00e9rience d\u2019un sp\u00e9cialiste du froid qui vous guidera dans votre choix \u00e0 travers un catalogue de mat\u00e9riel frigorifique au design innovant int\u00e9grant les derni\u00e8res avanc\u00e9es technologiques.\n\n\n\n\n\nUne soci\u00e9t\u00e9 familiale bas\u00e9e sur le servicePour nous, le ma\u00eetre-mot est le client. Nous vous accompagnerons de mani\u00e8re professionnelle, du choix du meuble \u00e0 la restitution du mat\u00e9riel.\n Pour cela, une \u00e9quipe bien rod\u00e9e depuis presque 40 ans met \u00e0 votre disposition son mat\u00e9riel frigorifique avec les garanties suivantes:\nEntretien\u00a0des meubles dans nos entrep\u00f4ts: comprenant nettoyage du condenseur et l'\u00e9vaporateur, contr\u00f4le des ventilateurs, contr\u00f4le des cycles de d\u00e9givrage, contr\u00f4le des microprocesseurs, contr\u00f4le des sondes et des charges de gaz.\n Pr\u00e9paration et contr\u00f4le\u00a0du meuble avant exp\u00e9dition: tests de temp\u00e9rature au moyen de sondes enregistreuses, nettoyage minutieux, protection pour le transport.\n Notre \u00e9quipe de techniciens et notre\u00a0assistance\u00a0t\u00e9l\u00e9phonique disponible 24 heures\/24 , 7 jours\/7.\n D\u00e9pannage\u00a0sur place de votre meuble de location. Nous disposons de camionnettes poss\u00e9dant toutes les pi\u00e8ces de rechange afin de r\u00e9parer le mat\u00e9riel frigorifique dans les d\u00e9lais les plus courts.\n\n\n\n\nCustom it\nNous vous vendons de la technologie froid de derni\u00e8re g\u00e9n\u00e9ration afin de garder vos produits dans les conditions de conservation optimales.\n Au-del\u00e0 de cela, ces meubles sont, pour vous, la vitrine de votre entreprise lors d\u2019\u00e9v\u00e9nement, dans des supermarch\u00e9s. C'est dans cette optique que, chez Carveen, nous disposons d'une \u00e9quipe de designer et des outils pour mettre sur vos meubles une PVL int\u00e9gr\u00e9e, robuste et \u00e0 un prix ultra-comp\u00e9titif. Que cela soit la mise en place d'un logo ou un design compliqu\u00e9, Carveen s'occupe de tout pour vous satisfaire.\n\n\n\n\n\n\nECO PROGRAM\u00a0\nD\u00e9couvrez \u00e9galement notre toute nouvelle gamme d'\u00e9conomiseur d\u2019\u00e9nergie et respectueuse de l'environnement.\n Nous travaillons en \u00e9troite collaboration avec les plus grands \u00e9quipementiers pour vous fournir du mat\u00e9riel qui respecte les derni\u00e8res lois sur les r\u00e9frig\u00e9rants. De plus, nous r\u00e9fl\u00e9chissont dans notre choix de mat\u00e9riel en vous proposant des \u00e9quipements qui sont peu \u00e9nergivores et qui sont produits en Europe dans un climat de responsabilit\u00e9 commune.\n\n\n\n\nLed light\nNous avons s\u00e9lectionn\u00e9, pour vous, les derni\u00e8res technologies d\u2019\u00e9clairage Led. Elles vous permettent de vous donner le meilleur \u00e9clairage, m\u00eame dans des environnements tr\u00e8s froids et \u00e9galement de choisir la temp\u00e9rature de couleur la mieux adapt\u00e9e \u00e0 votre produit.","id_group":"1","conditions":[]},{"id_static_block":"61","id_static_block_template":"0","hook":"leftColumn","editor":"3","status":"1","custom_css":"0","title_active":"0","position":"58","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2022-07-27 16:13:42","date_upd":"2022-07-27 16:19:46","id_lang":"1","block_title":"test gauche en haut","content":"Texte \/ images pour airco","id_group":"1","conditions":{"69":[{"id_static_block_html_rule_condition_group":"69","id_static_block":"61","id_static_block_html_rule_condition":"79","type":"category","operator":"equals","value":"113"}]}},{"id_static_block":"62","id_static_block_template":"0","hook":"displayProductAdditionalInfo","editor":"3","status":"1","custom_css":"1","title_active":"0","position":"59","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2023-03-14 15:51:10","date_upd":"2023-04-13 15:58:43","id_lang":"1","block_title":"brema","content":"\n\nOffre sp\u00e9cialeNous vous offrons la livraison avec le code \"BREMA\"\n","id_group":"1","conditions":{"128":[{"id_static_block_html_rule_condition_group":"128","id_static_block":"62","id_static_block_html_rule_condition":"151","type":"manufacturer","operator":"equals","value":"13"}]}},{"id_static_block":"65","id_static_block_template":"0","hook":"displayShoppingCartFooter","editor":"3","status":"1","custom_css":"0","title_active":"0","position":"62","css":"","date_from":"0000-00-00 00:00:00","date_to":"0000-00-00 00:00:00","date_add":"2023-04-05 12:28:30","date_upd":"2023-04-12 17:28:11","id_lang":"1","block_title":"Conditions livraison \/ retour","content":"Pour pr\u00e9parer votre livraison ou consulter notre politique de retour, cliquez ici.","id_group":"1","conditions":[]}]; var roja45_working_days = JSON.parse('{"1":{"working_day":0,"allow_rentals":1,"opening_time":"09:00","closing_time":"17:00"},"2":{"working_day":1,"allow_rentals":1,"opening_time":"08:00","closing_time":"17:00"},"3":{"working_day":1,"allow_rentals":1,"opening_time":"08:00","closing_time":"17:00"},"4":{"working_day":1,"allow_rentals":1,"opening_time":"08:00","closing_time":"17:00"},"5":{"working_day":1,"allow_rentals":1,"opening_time":"08:00","closing_time":"17:00"},"6":{"working_day":1,"allow_rentals":1,"opening_time":"08:00","closing_time":"17:00"},"7":{"working_day":0,"allow_rentals":1,"opening_time":"09:00","closing_time":"17:00"}}'); var roja45_productrental_timeformat = 'HH:mm'; var roja45_productrental_timestep = 15; .cdpcp__menu, .cdpcp__items-wrapper { background-color: rgb(255, 255, 255) !important; border-color: rgb(239, 239, 244) !important; } .cdpcp-menu__button { color: rgb(50, 120, 253) !important; } .cdpcp__slideout { background-color: rgb(255, 255, 255) !important; color: rgb(38, 38, 38) !important; } .cdpcp-slideout__button { background-color: rgb(255, 255, 255) !important; border-color: rgb(50, 120, 253) !important; color: rgb(50, 120, 253) !important; } @media only screen { .cdpcp-highlight, .cdpcp-highlight > * { background-color: rgb(255, 255, 173) !important; color: !important; } } var ets_solo_callbackUrl = 'https://www.carveen.com/fr/module/ets_sociallogin/oauth'; (window.gaDevIds=window.gaDevIds||[]).push('d6YPbH'); (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-39644037-2', 'auto'); ga('set', 'anonymizeIp', true); ga('send', 'pageview'); ga('require', 'ec'); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-988916095'); $(document).ready(function() { $('.static_block_content').each(function() { var ids = $(this).attr('id').split('_'); var id_static_block = ids[1]; if (typeof static_blocks !== 'undefined' && static_blocks.length) { for (var i = 0; i < static_blocks.length; i++) { if (id_static_block == parseInt(static_blocks[i].id_static_block)) { if (parseInt(static_blocks[i].id_static_block_template) && static_blocks[i].template) { $(this).html(static_blocks[i].template); } else { $(this).html(static_blocks[i].content); } } } } }); }); (function() { window.sib = { equeue: [], client_key: "22u561kkv50ko0pbqlwkk2v4" }; window.sendinblue = { } ; for (var j = ['track', 'identify', 'trackLink', 'page'], i = 0; i < j.length; i++) { (function(k) { window.sendinblue[k] = function() { var arg = Array.prototype.slice.call(arguments); (window.sib[k] || function() { var t = { } ; t[k] = arg; window.sib.equeue.push(t); })(arg[0], arg[1], arg[2]); }; })(j[i]); } var n = document.createElement("script"), i = document.getElementsByTagName("script")[0]; n.type = "text/javascript", n.id = "sendinblue-js", n.async = !0, n.src = "https://sibautomation.com/sa.js?plugin=prestashop&key=" + window.sib.client_key, i.parentNode.insertBefore(n, i), window.sendinblue.page(); })(); Français Deutsch Nederlands English News & Réalisations +32 (0)2 460 18 60 Comparer My Carveen Connexion Mes envies Moi Devis 0 Produits     0 Besoin d'aide ? +32 (0)2 460 18 60 perm_identity Se connecter .ets_solo_slide_widget:not(.active){ background-color:#0046ad; color:#000000; } .ets_solo_slide_widget:not(.active):hover{ background-color:#2592a9; } Fermer Se connecter avec un compte social
  • [H3] Eco programme
  • [H3] Service d'intervetion
  • [H3] Un projet ?
  • [H4] 01Réfrigération
  • [H4] 02Meubles d'exposition
  • [H4] 03Comptoir
  • [H4] 04Muraux
  • [H4] 05Armoires vitrées
  • [H4] 06Bac libre services
  • [H4] 07Vitrine à poser
  • [H4] 08Cave à vin
  • [H4] 09Meubles frigorifiques
  • [H4] 10Armoires
  • [H4] 11Stockage horizontal
  • [H4] 12Tables
  • [H4] 13Cellules de refroidissement rapides
  • [H4] 14Chambres froides
  • [H4] 15Kit comple
  • [H4] 16Sur mesure
  • [H4] Supermarket & Remote
  • [H4] Remote chiller
  • [H4] Remote réfrigérant
  • [H4] Lave-vaisselles
  • [H4] Accessoires
  • [H4] Lave-vaisselles
  • [H4] Lave-verres
  • [H4] Machines à glaçons
  • [H4] Bac & accessoires
  • [H4] Cocktail
  • [H4] Glacons
  • [H4] Pailette
  • [H4] Pilée
  • [H4] Cuissons et catering
  • [H4] Mixer et blender
  • [H4] Préparations alimentaires
  • [H4] Agencement de cuisines professionnelles
  • [H4] Appareils de cuisson
  • [H4] Machines à boissons
  • [H4] Services et présentation
  • [H4] 01Réfrigération
  • [H4] 02Meubles d'exposition
  • [H4] 03Comptoir
  • [H4] 04Muraux
  • [H4] 05Armoires vitrées
  • [H4] 06Bac libre services
  • [H4] 07Cave à vin
  • [H4] 08Meubles frigorifiques
  • [H4] 09Armoires
  • [H4] 10Stockage horizontal
  • [H4] 11Tables
  • [H4] 12Chambres froides
  • [H4] 13Chambres froides
  • [H4] Machines à glaçons
  • [H4] Cocktail
  • [H4] Machines à glace pillées
  • [H4] Machines à glaçon
  • [H4] Lave-vaisselles
  • [H4] Lave-vaisselles
  • [H4] Four
  • [H4] Four
  • [H4] Four à micro-ondes
  • [H4] Climatisation
  • [H4] Climatiseur grande capacité
  • [H4] Climatiseur mobile
  • [H4] 01Réfrigération
  • [H4] 02Meubles d'exposition
  • [H4] 03Comptoir
  • [H4] 04Muraux
  • [H4] 05Armoires vitrées
  • [H4] 06Bac libre services
  • [H4] 07Bac libre services
  • [H4] 08Cave à vin
  • [H4] 08Meubles frigorifiques
  • [H4] 09Armoires
  • [H4] 10Stockage horizontal
  • [H4] 11Tables
  • [H4] 12Chambres froides
  • [H4] 13Chambres froides
  • [H4] Machines à glaçons
  • [H4] Machines à glaçons
  • [H4] Machines à glace pilées
  • [H4] Cocktail
  • [H4] Spécial supermarché
  • [H4] Lave-vaisselles
  • [H4] Lave-vaisselles
  • [H4] 01Régulation électronique
  • [H4] 02Thermomètre
  • [H4] 03Régulateur électronique
  • [H4] 06Régulation des chambres froides
  • [H4] 07Détecteur de gaz
  • [H4] 08Sécurité des personnes enfermées
  • [H4] 09Monitorisation
  • [H4] 10Sondes
  • [H4] 11Câbles chauffants
  • [H4] 12Câbles chauffants
  • [H4] Climatisation & pompe à chaleur résidentielle air-air
  • [H4] Simple split mural
  • [H4] Simple split console
  • [H4] Simple split cassette
  • [H4] Climatisation gainable
  • [H4] Kit à monter soi même
  • [H4] Unités intérieures
  • [H4] Multisplit
  • [H4] VRV Multi F(dx)
  • [H4] Pompe à chaleur air-eau
  • [H4] Commerciale & chiller
  • [H4] Piscines
  • [H4] Résidentielle
  • [H4] Accessoires
  • [H4] Goulotte
  • [H4] Support
  • [H4] Tuyaux d'évacution
  • [H4] Tuyaux frigorifiques
  • [H4] Télécommandes et accessoires
  • [H4] Alimentation électrique
  • [H4] Climatisation & pompe à chaleur commerciale air-air
  • [H4] Simple split mural
  • [H4] Simple split console
  • [H4] Simple split cassette
  • [H4] Simple split gainable
  • [H4] Rideau d'air
  • [H4] Unités intérieures
  • [H4] Multisplit
  • [H4] VRV Multi F(dx)
  • [H4] Multi V
  • [H4] test
  • [H4] Dépannages
  • [H4] Entretiens
  • [H4] Installations
  • [H4] Formule vente, leasing et occasion
  • [H4] Certifications
  • [H4] Stockages de données
  • [H4] test
  • [H4] Nos services
  • [H4] Nos conseils
  • [H4] Nos idées
  • [H4] Nos services
  • [H4] Votre commande online




Images We found 191 images on this web page.


accordion-arrow seo advice Advice:


Attention! 184 image Alt attributes are empty or missing (image Alt attributes tell search engines what your images about). Add alternative text for Alt attributes so that search engines can better understand the content of your images. Make sure optimized your images to smaller size, but still, keep the clear quality.

How To Write Image Alt Attribute Example:

<img src="example.img" alt="write image texts here Search Engine would understand">

Define your images dimension for faster page loading speed:

<img src="example.img" width="300" height="200">

If the Google Speed Test Tool gives your site lower page loading score, the first thing you need to do is always optimized your images before uploading to your server, then check your score again, you might be surprised that your speed score improved significantly.

If you are using https instead of https, make sure change your images URL also.

Check the Image Optimizer Tool Here.



smiley face If you want to find affordable graphic designers, spend $10 with Fiverr will help you get the job done.


free vector You Don't Have To Be A Designer To Get Awesome 600,000+ affordable royalty-free stock photos.

Text/HTML Ratio  seo report Text HTML Ratio tooltips Ratio : 6%



accordion-arrow seo advice Advice:


This page's ratio of text to HTML code is below 15 percent, this means that your webpage probably needs more text content for your SEO keywords optimization effort.

accordion-arrowBasic Content Strategy To Your Business!



Content Strategy might be the most important factor when it comes to SEO mechanics to get search engines to index your site and boost your website search visibility to turn your visitors into potential buyers. So, before you write the content for your pages, you should ask yourself a couple of questions like following?


  • Who are your targeted audience that read your content? Do you understand their needs or interests? If not, you should study more about your targeted audience market before you write content to engage with them.

  • After you understand more about your targeted audience, you should always think about their points of views or interests when writing the content.

  • You should design a user-friendly site when plan your content in the page, like easy to navigate, find information quickly, readability, don't make your audience guessing when surfing your site, also, don't make them fill out so much unnecessary information when trying to use your site.

  • Website Usability is about faster page speed, responsive design, easy to navigate design, readability font, less color combo, a lot unique creative content that separates you from your competitors. using Infographics marketing is a great way to share your site information, study shows that brain consumes image information and retain it better than plain text.

  • Thinking about how to make your content viral when creating the content. You can create cartoon video to promote your business, you can offer website owner free tools to embed in their pages, you can design your content as a gaming tool, people love the competition mechanics when playing the game. Write useful articles to solve people daily problem so that they would pass along to their loved one.

  • Above all, the golden rule is to stick to something you are really good when it comes to creating web content.



smiley face Your Best Content instant Plagiarism Checker & Proofreader
Flash


accordion-arrow seo advice Advice:


Perfect, no Flash content has been detected on this page. Flash refers to animation stuff, normally created by Adobe software.

Flash Object HTML Code:

<body>
<object width="400" height="400" data="helloworld.swf"> </object>
</body>

smiley face Check Flash Page Example
Iframe


accordion-arrow seo advice Advice:


Too Bad, you have Iframes on the pages. Iframe refers to a small scrollable window (within the page) with content hidden inside that makes it more difficult for search engines to crawl your site.

Iframe HTML Code:

<iframe src="https://www.metricbuzz.com">
<p> Your browser does not support iframes. </p>
</iframe>

smiley face Click For Iframe Example

  SEO Links  seo report SEO links tooltips

URL Rewrite


accordion-arrow seo advice Advice:


Good. Your webpage links look friendly juicy and contain keyword text! You should always write your links with targeted keywords in your business niche to optimized more traffic from search engines. You should also check your internal page links from time to time to spot any broken links.

If you want to totally rewrite your URL links that with keywords and setup the rules that remove the _, you should learn how to rewrite links in a file called ".htaccess" in your server root file.


URL Rewrite Example:

Original Bad Link:

https://www.example.com/seo*%&^links.html
(link has many string symbol like *%&^ that search engines don't understand)

After Rewrite Good Optimized Link:

https://www.example.com/seo-links.html
Underscores in the URLs



accordion-arrow seo advice Advice:


We have detected underscores _ in your webpage URLs. You should rather use hyphens - to optimize your link SEO, Search engines understand - better than _ underscores.

Bad Example:

https://www.example.com/seo_links.html

Good Example:

https://www.example.com/seo-links.html

If you want to totally rewrite your URL links that with keywords and setup the rules that remove the _, you should learn how to rewrite links in a file called ".htaccess" in your server root file.
We found a total of 113 links including 0 link(s) to files

Anchor Type Juice
News & Réalisations External Passing Juice
Comparer Internal Passing Juice
Mes envies External Passing Juice
Besoin d'aide ? Internal Passing Juice
Mot de passe oublié? External noFollow
Pas de compte? Créer une! External Passing Juice
Comptoir Internal Passing Juice
Muraux Internal Passing Juice
Armoires vitrées Internal Passing Juice
Bac libre services Internal Passing Juice
Vitrine à poser Internal Passing Juice
Cave à vin Internal Passing Juice
Armoires Internal Passing Juice
Stockage horizontal Internal Passing Juice
Tables Internal Passing Juice
Cellules de refroidissement rapides Internal Passing Juice
Kit complet Internal Passing Juice
Sur mesure Internal Passing Juice
Remote chiller Internal Passing Juice
Remote réfrigérant Internal Passing Juice
Accessoires Internal Passing Juice
Lave-vaisselles Internal Passing Juice
Lave-verres Internal Passing Juice
Bac & accessoires Internal Passing Juice
Cocktail Internal Passing Juice
Glaçons Internal Passing Juice
Pailette Internal Passing Juice
Pilée Internal Passing Juice
Mixer et blender Internal Passing Juice
Préparations alimentaires Internal Passing Juice
Agencement de cuisines professionnelles Internal Passing Juice
Appareils de cuisson Internal Passing Juice
Machines à boissons Internal Passing Juice
Services et présentation Internal Passing Juice
Comptoir Internal Passing Juice
Muraux Internal Passing Juice
Armoires vitrées Internal Passing Juice
Bac libre services Internal Passing Juice
Cave à vin Internal Passing Juice
Armoires Internal Passing Juice
Stockage horizontal Internal Passing Juice
Tables Internal Passing Juice
Chambres froides Internal Passing Juice
Cocktail Internal Passing Juice
Machines à glace pillées Internal Passing Juice
Machines à glaçon Internal Passing Juice
Lave-vaisselles Internal Passing Juice
Four Internal Passing Juice
Four à micro-ondes Internal Passing Juice
Grande capacité Internal Passing Juice
Climatiseurs mobiles Internal Passing Juice
Comptoir Internal Passing Juice
Muraux Internal Passing Juice
Armoires vitrées Internal Passing Juice
Bac libre services Internal Passing Juice
Vitrines à poser Internal Passing Juice
Cave à vin Internal Passing Juice
Armoires Internal Passing Juice
Stockage horizontal Internal Passing Juice
Tables Internal Passing Juice
Chambres froides Internal Passing Juice
Machines à glaçons Internal Passing Juice
Machines à glace pilées Internal Passing Juice
Cocktail Internal Passing Juice
Lave-vaisselles Internal Passing Juice
Thermomètre Internal Passing Juice
Régulateur électronique Internal Passing Juice
Régulation des chambres froides Internal Passing Juice
Détecteur de gaz Internal Passing Juice
Sécurité des personnes enfermées Internal Passing Juice
Monitorisation Internal Passing Juice
Sondes Internal Passing Juice
Câbles chauffants Internal Passing Juice
Simple split mural Internal Passing Juice
Simple split console Internal Passing Juice
Simple split cassette Internal Passing Juice
Climatisation gainable Internal Passing Juice
Kit à monter soi même Internal Passing Juice
Unités intérieures Internal Passing Juice
Multisplit Internal Passing Juice
VRV Multi F(dx) Internal Passing Juice
Commerciale & chiller Internal Passing Juice
Piscines Internal Passing Juice
Résidentielle Internal Passing Juice
Goulotte Internal Passing Juice
Support Internal Passing Juice
Tuyaux d'évacution Internal Passing Juice
Tuyaux frigorifiques Internal Passing Juice
Télécommandes et accessoires Internal Passing Juice
Alimentation électrique Internal Passing Juice
Simple split mural Internal Passing Juice
Simple split console Internal Passing Juice
Simple split cassette Internal Passing Juice
Simple split gainable Internal Passing Juice
Rideau d'air Internal Passing Juice
Unités intérieures Internal Passing Juice
Multisplit Internal Passing Juice
VRV Multi F(dx) Internal Passing Juice
Multi V Internal Passing Juice
Dépannages Internal Passing Juice
Entretiens de systèmes frigorifiques Internal Passing Juice
Installations Internal Passing Juice
Formule vente, leasing et occasion Internal Passing Juice
Certifications Internal Passing Juice
Stockages de données Internal Passing Juice
Nos produits Internal Passing Juice
Nos conseils Internal Passing Juice
Nos idées Internal Passing Juice
Nos services Internal Passing Juice
Votre commande online Internal Passing Juice
Comparer External Passing Juice
Vie privée External Passing Juice
Termes External Passing Juice




  SEO Keywords

Keywords Cloud simple disposition glaçons machines frigorifiques split vos frigorifique matériel nos
Keywords Consistency
Keyword Content Title Keywords Description Headings
matériel 12
split 10
simple 10
machines 10
vos 9



accordion-arrow seo advice Advice:


The Best practice is that you should try to write unique content that allows search engines to index or find your pages. Use Google Adwords Keyword Planner Tool to research most search volume, profitable long tail keywords for your business, write articles for your site with consistent keywords showing in the title, heading, paragraph, and descriptions. The keyword consistency practice will help Google find your page relevancy effectively.


Basic Content Strategy To Your Business!


smiley face Check Keywords Density Rate Tool


smiley face Use Google Webmaster Tools to understand how visitors find your site?

smiley face Use Google Analytics Tool to track your keywords performance?

After setup Google Analytics account, you can login to the admin, configure to send site analytics to your Gmail on a weekly basis.


Use This Tool To Check Your Keywords Ranking Difficult Level?
Use This Backlinks Watch Checker SEO Tool Analyze Your Compeitor's Site & Find Backlink opportunities.


  Usability  seo report Usability tooltips

Url Domain : frigo-occasion.be
Length : 17


seo adviceAdvice:

accordion-arrowDomain Usability Advice & Tools:



Normally, you should name your domain as short as possible, 6-7 characters(not including .com) is the ideal domain name for your business. You want your visitor to remember your domain name easily when they visit your site so that they can recall it and come back later.

Having a long domain name makes it hard for users to remember, causing them to abandon your site. You should also think of a creative domain name in your business niche that people can relate to in their real lives to trigger their memory for better long term branding purposes.


smiley face

Website Speed Test Tool

Check Your Site Online Reputation Tool

Website AntiVirus Scan Tool


** Use below Robot tool to generate code, then copy the code to a new file name as "robots.txt", upload file to your hosting server root path, in most cases as "public_html/robots.txt".

Generate Robots File Tool

robots.txt File Example Here


** Check your individual page size, suggest each page size no more than 100k, if a page size is too big, it would cost your page loading slow for worse user experience.

Check Webpage Size Tool

check webpage size
Favicon


accordion-arrow seo advice Advice:


Great, your website has a favicon file, favicon is a small image on top of your browser tab that tells search engines what is your site about.

** A favicon file name is "favicon.ico", sized about 50/50 pixels. After generating a favicon file, then upload the file to your hosting server root path, which in most cases is "public_html/favicon.ico".


smiley face Favicon Image Generator Tool


Website Favicon Example:

metric buzz favicon
Printability


Language


accordion-arrow seo advice Advice:


Good. Your declared language is fr. It tells search engines what language you write in your site so that search engines would target your user better who read the same language.

Language Tag Example:

<html lang="en-US">
Dublin Core



accordion-arrow seo advice Advice:


This page does not take advantage of Dublin Core (The Dublin Core Metadata Element Set is a vocabulary of fifteen properties for use in resource description).

See Dublin Code Examples Below:

<metadata xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
<meta name="DC.title" content=" Your Website Title " />
<meta name="DC.Creator" content=" Author Name " />
<meta name="DC.subject" content=" Your Website Subject " />
<meta name="DC.description" content=" Your Website Description" />
<meta name="DC.publisher" content=" Your Company Name " />
<meta name="DC.date" content=" 2014-12-01 " />
<meta name="DC.type" content=" Text " />
<meta name="DC.language" content=" en-US " />
</metadata>

smiley face Dublin Core Generator





  Document  seo report Document tooltips

Doctype HTML 5
robots.txt tooltips
Yoursite.com/Robots.txt
Check robots.txt file generator tool here ;
robots.txt tooltips
Yoursite.com/sitemap.xml NO, Sitemap File Not Found!
Check sitemap.xml file generator tool here ;
Encoding


W3C Validity Errors : 0
Warnings : 0


accordion-arrow seo advice Advice:


W3C is a standard open source tool that checks your entire website and evaluates its errors with W3C open standards to quickly identify those portions of your website that need your attention. We suggest that you prioritize what is important to fix if you find that your pages have many code structure issues. You will also find out that in most cases, your pages will be OK if you don’t fix the suggested issues.


smiley face W3C HTML Markup Validation Service

smiley face Your Best Content instant Plagiarism Checker & Proofreader
Email Privacy



accordion-arrow seo advice Advice:


Warning! At least one email address has been found in the plain text, You should write your hidden email in Html format.


Email HTML Code Example:

<body> <a href="mailto: Your-Email-Address-Here" target="_top">Contact US</a> </body>

smiley face Standard Email Example

smiley face Use Encoding Email Tool
Deprecated HTML
Deprecated tags Occurrences
<font> 1

Speed Tips  seo report Speed Tips tooltips If you are looking for an affordable and reliable speed hosting plan, get it here.

If you are looking for a high performance managed Wordpress hosting plan, then get it here.



accordion-arrow seo advice Nested Tables Advice:


Excellent, your webpage HTML doesn't use Nested tables. It blocks search engines from indexing your site content and slow the page loading speed.


Nested Table Example: html nested table




accordion-arrow seo advice Inline CSS Advice:


Too bad, your website is using inline styles. It is CSS code on the same page instead of using an external page code. Too many lines of inline CSS code will ruin the webpage’s loading speed. (Try to make an external CSS file and linking to the file in your webpages is better CSS code practice).


Inline CSS Code Example:

<p style="font-size:18px;"> Inline CSS Code Here Is "style="font-size:18px;" that change the font size to 18px in <P> Tag. </p>






accordion-arrow seo advice External JS Files Advice:


Too bad, your website has too many JS files (more than 6). JavaScript file is a serious problem that would cause webpage loading slow and causing search engine hard to index your site which would lead to penalty your page rank. So you should either use less JavaScript code files or minimize, combined your JavaScript files.

smiley face Click Here For Minimize JavaScript File Tool


Look, if you want to give your visitor a user-friendly experience, you have to speed up your page loading speed, the longer your page wait time, the more chances your site visitors would leave. Therefore most search engines also value a site that has faster loading speed more than those that doesn't.

You should use following tools to find out what is your page first second server connection time, the individual page loading speed?

Use Google’s Speed Test Tool to see your page’s speed test score, and use the Gtmetrix.com page speed tool to learn the details about what caused your page speed to be slow and study the time line table to find the most buffer time area that you should fix.


smiley face

Check Your Page First Second Buffer Time

Average Pages Loading Speed Test

Check Your speed test Score On Google

Gtmetrix Comprehensive page speed Analysis



  Mobile  seo report Mobile tooltips

Mobile Optimization




Apple Icon
Meta Viewport Tag
Flash content

  Analytic Tools  seo report Analytics tooltips









  Marketing  seo report SEO marketing tooltips


accordion-arrowCheck Social Signals


     Shares - 0

     Shares - 0

     Shares -

     Shares -

     Shares -

     Shares - 0



accordion-arrowFacebook Marketing Advice


You might want to manually find targeted audience, make comments to your business related Facebook group, engage conversations with whoever might interested in your business, but all those activities take effort and time. Guess what? There is a better way to do it, introducing "Facebook Ads For Business".

If you want to drive traffic or sales to your website without spending too much time on it, Facebook for business Ads campaign is a great way to help you market your business online. You can drive online sales to your website, increase your local sales to your business, your visitor traffic remarketing Ads or raise your brand awareness and etc.


Here is the step by step guide taking "Facebook boost post traffic Ad" as an example:

  1. Build your business a "Facebook page for business" first, then post some of your business great information as a post on your Facebook page.

  2. Setup a Facebook Post Ad to reach your business targeted visitors, the Ad price is pretty affordable, you can start out as low as $5 budget daily to run your Ad campaign.

  3. Choose Your Ad Audience references, like ages, unisex, preferences, define your business related keywords to targeted your audience for better marketing results.

  4. Track your visitor actions on your website with state of art simple Facebook report which allows you to understand your marketing results effectively.

  5. Learn more of how Facebook Ads works?








accordion-arrowLocal Business Listing Tool


local business listings


Enter a "Business Name" and the "ZIP code" OR "Full Address" for a precise result, then press "Check" button. The tool will check major local business listings and social media sites for available MAP citations with easy submissions to help your business attract more local customers exposure online.

The tool also retrieves business server "Whois Lookup" information!


Business Name
ZipCode


  Keyword Ranking Position


accordion-arrowCheck your site keywords ranking postions on Google


Check Google, Bing, Yahoo keywords ranking positions more than a hundred results for your page, the SERP Checker Tool is also available for different countries. SERP: Means"Search Engine Rank Position"



Enter Domain Name Only
Enter Keywords, Each on a seperate line.
Google Yahoo Bing
how many pages deep to search?
Choose Different Countries
https://www.google.







Register to see the Website Technology Lookup & Social Mention features







SEO report tool embed code   Try to embed this tool to your page, see instant report now for your clients.



Share to a friend





page-nav
Top