site.pro

Evaluation du site site.pro

Créateur de sites IA: Créez votre propre site web - Site.pro

 Généré le 04 Mars 2026 10:52

Vieilles statistiques? UPDATE !

Le score est de 55/100

Optimisation du contenu

Titre

Créateur de sites IA: Créez votre propre site web - Site.pro

Longueur : 60

Parfait, votre titre contient entre 10 et 70 caractères.

Description

Créateur de sites IA: LA MANIÈRE LA PLUS FACILE POUR CONSTRUIRE UN SITE WEB. Domaines. Courriel, Revente de constructeur, Logiciel de comptabilité et ERP, Facturation

Longueur : 166

Idéalement, votre balise META description devrait contenir entre 70 et 160 caractères (espaces compris). Utilisez cet outil gratuit pour calculer la longueur du texte.

Mots-clefs

Très mauvais. Nous n'avons pas trouvé de balise META keywords sur votre page. Utilisez ce générateur gratuit de balises META en ligne pour créer des mots-clés.

Propriétés Open Graph

Bien, cette page profite des balises META Open Graph.

Propriété Contenu
site_name Site.pro
title Créateur de sites IA: Créez votre propre site web
description Créateur de sites IA: LA MANIÈRE LA PLUS FACILE POUR CONSTRUIRE UN SITE WEB. Domaines. Courriel, Revente de constructeur, Logiciel de comptabilité et ERP, Facturation
image https://site.pro/themes/default/img/sitepro-logo-340x340.png
type article
url https://site.pro/fr/

Niveaux de titre

H1 H2 H3 H4 H5 H6
1 7 0 3 0 0
  • [H1] Créateur de sites IA
  • [H2] Collaboratif Générateur De Site Web
  • [H2] Constructeur de site web
  • [H2] E-commerce Builder for Business
  • [H2] Plusieurs Extensions
  • [H2] Trouvez le nom parfait pour votre site Web
  • [H2] E-mail gratuit
  • [H2] Sites web gratuits — Haute vitesse
  • [H4] Se connecter
  • [H4] ').addClass('modal-title')) ) .append($('').addClass('modal-body')) .append($('').addClass('modal-footer text-end') .append($('').attr('type', 'button').addClass('btn btn-default').attr('data-dismiss', 'modal').append('Fermer')) ) ) ); $('body').append($popupModal); $popupModal.on("hide.bs.modal", function() { // remove hash without triggering angular or any other hashchange handler history.replaceState(null, "", window.location.href.replace(/#.*$/, '')); spLoadedPopup = null; }); } var $popupModalBody = $popupModal.find('.modal-body'); $popupModalBody.html(content); $popupModal.modal('show'); }; var openSpPopup = function(popupId) { if (spLoadedPopup === popupId) return; if (!loadPopupUrl) { console.error("URL 'loadPopupUrl' not defined"); return; } // add hash without triggering angular or any other hashchange handler history.replaceState(null, "", window.location.href.replace(/#.*$/, '') + "#spp-" + encodeURIComponent(popupId)) spLoadedPopup = popupId; $.ajax({ url: loadPopupUrl + '?id=' + popupId, type: 'GET', success: function(data) { if (typeof(data) === 'object') { if (data.error) { console.log(data.error); // alert(data.error); } } else if (typeof(data) === 'string') { openPopupModal(data); } }, error: function(xhr, status) { console.error('error', status); } }); }; var onHashChange = function() { if (/^#spp-/.test(window.location.hash)) openSpPopup(decodeURIComponent(window.location.hash.substring(5))) if (/^#!#spp-/.test(window.location.hash)) openSpPopup(decodeURIComponent(window.location.hash.substring(7))) }; $(window).on("hashchange", onHashChange); onHashChange(); $(document).on('click', 'a', function(e) { var $target = $(e.currentTarget); var href = $target.attr('href'); var spPopup = $target.attr('data-sp-popup'); if (/^unsafe:/i.test(href)) { e.preventDefault(); return false; } else if (spPopup) { openSpPopup(spPopup); } }); }); _spDefer.add(function() { $(function() { $(document.body).on("click", ".close[data-dismiss=callout]", function(e) { e.stopImmediatePropagation(); e.preventDefault(); $(e.target).closest(".callout").remove(); }); }); }); _spDefer.add(function() { $(function() { // $("input[type=password]"). function addPasswordFieldUncoverButtons() { $("input[type=password]:not(.has-uncover-button):not(.no-uncover-button)").each(function() { var $input = $(this); var $button = $('').on("click", function(e) { e.stopImmediatePropagation(); e.preventDefault(); var $button = $(e.target); var $input = $button.parent().find("input"); if ($input.attr("type") === "password") { $button.removeClass("fa-eye").addClass("fa-eye-slash"); $input.attr("type", "text"); } else { $button.removeClass("fa-eye-slash").addClass("fa-eye"); $input.attr("type", "password"); } }); var $wrapper = $(''); $wrapper.css($input.css(["margin", "flex", "display"])); $input.css({ flex: "0 0 auto", margin: "0" }) $input .addClass("has-uncover-button") .wrap($wrapper) .parent().append($button) ; }); } if ("MutationObserver" in window) { var updateTimeout = 0; var observer = new MutationObserver(function(e) { if (updateTimeout) return; updateTimeout = setTimeout(function() { updateTimeout = 0; addPasswordFieldUncoverButtons(); }, 32); // 32 is roughly 2 frames at 60fps }); observer.observe(document.body, {subtree: true, childList: true}); } else { setInterval(addPasswordFieldUncoverButtons, 1000); } }); }); _spDefer.add(function() { var processPlainLink = function(elem) { var $elem = $(elem); $elem.addClass("pl-ready"); var a, b; var text = ""; text += ($elem.attr("data-scheme") || "https") + "://"; if ((a = $elem.attr("data-user")) || (b = $elem.attr("data-pass"))) { text += (a || ""); if (b) text += ":" + b; text += "@"; } if (a = $elem.attr("data-host")) text += a; if (a = $elem.attr("data-port")) text += ":" + a; if (a = $elem.attr("data-path")) text += a; if (a = $elem.attr("data-query")) text += "?" + a; if (a = $elem.attr("data-fragment")) text += "#" + a; $elem.text(text); }; if ("customElements" in window) { class PlainLink extends HTMLElement { constructor() { super(); } connectedCallback() { processPlainLink(this); } } window.customElements.define("plain-link", PlainLink); } else { setInterval(function() { $("plain-link:not(.pl-ready)").each(function() { processPlainLink(this); }); }, 1000); } }); _spDefer.add(function() { setInterval(function() { $(".split-input:not([type=hidden])").each(function() { var maxLen = parseInt(this.getAttribute("maxlength")); if (isNaN(maxLen)) maxLen = 6; var $elem = $(this); $elem.attr("type", "hidden"); var $replacement = $(''); if ($elem.is(".split-input-narrow")) $replacement.addClass("split-input-narrow"); var boxes = []; var updateInput = function() { var str = ""; for (var i = 0; i < boxes.length; i++) { if (boxes[i].value === "") break; str += boxes[i].value; } if ($elem.val() !== str) { $elem.attr("value", str).val(str); $elem.trigger("change"); } }; var goTo = function(input, setValue) { if (!input) return; input.focus(); if (typeof setValue === "string") input.value = setValue; input.setSelectionRange(input.value.length, input.value.length); }; var shiftValues = function(input) { if (input.nextSibling) { input.value = input.nextSibling.value; shiftValues(input.nextSibling); } else { input.value = ""; } }; for (var i = 0; i < maxLen; i++) { var $box = $(''); boxes.push($box.get(0)); $replacement.append($box); $box.on("keydown", function(e) { if (e.ctrlKey) { // don't prevent keyboard events while ctrl is pressed return; } if (e.key === "Enter" || e.key === "Escape") { $elem.trigger(e); return; } if (e.key === "Tab") { if ((e.shiftKey && !this.previousSibling) || (!e.shiftKey && !this.nextSibling)) return; } e.stopImmediatePropagation(); e.preventDefault(); if (e.key >= "0" && e.key "9") { val = ""; char = ""; } else { val = val.substring(1); } input.value = char; if (char === "") { if (firstEmpty === null) firstEmpty = input; } else { lastNonEmpty = input; } } goTo(firstEmpty || lastNonEmpty); updateInput(); }); $box.on("focus click keyup mouseup touchend input paste change", function() { this.setSelectionRange(this.value.length, this.value.length); updateInput(); }); } $replacement.insertAfter($elem); setTimeout(() => { boxes[0].focus(); }, 10); }); }, 500); }); _spDefer.add(function() { /** @var {JQuery|null} */ var twoFactorConfirmationDialog = null; /** @var {JQuery|null} */ var passwordConfirmationDialog = null; /** @var {JQueryDeferred|null} */ var deferred = null; /** @return {JQueryPromise} */ window.require2FA = function(actionId) { if (deferred) return deferred.promise(); deferred = $.Deferred(); $.ajax({ url: "https:\/\/site.pro\/fr\/ul\/one-time-2fa-required", method: 'POST', data: JSON.stringify({action: actionId}), dataType: 'json', contentType: 'application/json; charset=utf-8', success: function(response) { if (response.success) { if (!response.required) { deferred.resolve(""); deferred = null; } else { var setupConfirmationDialog = function(confirmationDialog) { var thisDialog = confirmationDialog; $(document.body).append(thisDialog); var codeInput = thisDialog.find("input"); var cancelBtn = thisDialog.find(".cancel-btn"); var okBtn = thisDialog.find(".ok-btn"); var hideDialog = function() { thisDialog.addClass("hidden"); thisDialog.find(".alert").addClass("hidden"); codeInput.closest(".form-group").removeClass("has-error"); codeInput.val(""); }; codeInput.on("keydown", function(e) { if (e.key === "Enter") { e.stopImmediatePropagation(); e.preventDefault(); okBtn.trigger("click"); } else if (e.key === "Escape") { e.stopImmediatePropagation(); e.preventDefault(); cancelBtn.trigger("click"); } }); cancelBtn.on("click", function(e) { hideDialog(); deferred.reject(); deferred = null; }); okBtn.on("click", function(e) { var code = codeInput.val(); if (thisDialog.data("type") === "authenticator") { code = code.replace(/[^0-9]+/g, ""); if (code.length !== 6) code = ""; // used to trigger validation error } thisDialog.find(".alert").addClass("hidden"); if (!code.length) { codeInput.closest(".form-group").addClass("has-error"); codeInput.trigger("focus"); } else { thisDialog.find("button").addClass("disabled"); $.ajax({ url: "https:\/\/site.pro\/fr\/ul\/one-time-2fa-verify", method: 'POST', data: JSON.stringify({code: code, action: thisDialog.data("action")}), dataType: 'json', contentType: 'application/json; charset=utf-8', success: function (resp) { if (resp.success) { hideDialog(); deferred.resolve(resp.oneTime2FAToken); deferred = null; } else { if (resp.error) thisDialog.find(".alert").removeClass("hidden").text(resp.error); else thisDialog.find(".alert").removeClass("hidden").text("Network error"); } }, error: function () { thisDialog.find(".alert").removeClass("hidden").text("Network error"); console.log("ERROR"); }, complete: function() { thisDialog.find("button").removeClass("disabled"); } }); } }); }; var confirmationDialog; if (response.required === 1) { if (!twoFactorConfirmationDialog) { twoFactorConfirmationDialog = $( '' +'' +'' +'' + "Veuillez saisir le code 2FA" + '
  • [H4] ' + "Veuillez saisir votre mot de passe" + '

Images

Nous avons trouvé 7 image(s) sur cette page Web.

2 attribut(s) alt sont vides ou manquants. Ajouter un texte alternatif permet aux moteurs de recherche de mieux comprendre le contenu de vos images.

Ratio texte/HTML

Ratio : 4%

le ratio de cette page texte/HTML est au-dessous de 15 pour cent, ce qui signifie que votre site manque de contenu textuel.

Flash

Parfait, aucun contenu FLASH n'a été détecté sur cette page.

Iframe

Dommage, vous avez des Iframes sur vos pages Web, cela signifie que son contenu ne peut pas être indexé par les moteurs de recherche.

Réécriture d'URLs

Bien. Vos liens sont optimisés!

Tiret bas dans les URLs

Parfait! Aucuns soulignements détectés dans vos URLs.

Liens dans la page

Nous avons trouvé un total de 22 lien(s) dont 0 lien(s) vers des fichiers

Texte d'ancre Type Juice
Conditions d’utilisation Interne Passing Juice
Politique de confidentialité Interne Passing Juice
Créer un compte Interne Passing Juice
Domaines Interne Passing Juice
Courriel Interne Passing Juice
Revente de constructeur Interne Passing Juice
Importation de site Web Interne Passing Juice
Logiciel de comptabilité Interne Passing Juice
Facturation Interne Passing Juice
Constructeur de Site Web Professionnel Interne Passing Juice
Commerce électronique Interne Passing Juice
Créateur de sites IA Interne Passing Juice
Plusieurs Extensions Interne Passing Juice
200 modèles Interne Passing Juice
Soutien Interne Passing Juice
Connectez Votre Domaine Interne Passing Juice
Transfert de domaine Interne Passing Juice
Liste complète des zones de domaine disponibles Interne Passing Juice
France Interne Passing Juice
Contacter le service commercial Interne Passing Juice
Conditions d'utilisation Interne Passing Juice
Politique de confidentialité Interne Passing Juice

Mots-clefs

Nuage de mots-clefs

plus extensions sites site web gratuit domaine constructeur plusieurs électronique

Cohérence des mots-clefs

Mot-clef Contenu Titre Mots-clefs Description Niveaux de titre
web 18
site 17
domaine 10
sites 7
plus 6

Ergonomie

Url

Domaine : site.pro

Longueur : 8

Favicon

Génial, votre site web dispose d'un favicon.

Imprimabilité

Aucun style CSS pour optimiser l'impression n'a pu être trouvé.

Langue

Bien. Votre langue est : fr.

Dublin Core

Cette page ne profite pas des métadonnées Dublin Core.

Document

Doctype

HTML 5

Encodage

Parfait. Votre charset est UTF-8.

Validité W3C

Erreurs : 0

Avertissements : 0

E-mail confidentialité

Attention! Au moins une adresse e-mail a été trouvée en texte clair. Utilisez une protection anti-spam gratuite pour cacher vos e-mails aux spammeurs.

HTML obsolètes

Génial! Nous n'avons pas trouvé de balises HTML obsolètes dans votre code.

Astuces vitesse

Excellent, votre site n'utilise pas de tableaux imbriqués.
Mauvais, votre site web utilise des styles css inline.
Mauvais, votre site web contient trop de fichiers CSS (plus de 4).
Mauvais, votre site web contient trop de fichiers javascript (plus de 6).
Dommage, votre site n'est pas optimisé avec gzip.

Mobile

Optimisation mobile

Icône Apple
Méta tags viewport
Contenu FLASH

Optimisation

Sitemap XML

Votre site web dispose d’une sitemap XML, ce qui est optimal.

https://site.pro/sitemap.xml

Robots.txt

https://site.pro/robots.txt

Votre site dispose d’un fichier robots.txt, ce qui est optimal.

Mesures d'audience

Manquant

Nous n'avons trouvé aucun outil d'analytics sur ce site.

Un outil de mesure d'audience vous permet d'analyser l’activité des visiteurs sur votre site. Vous devriez installer au moins un outil Analytics. Il est souvent utile d’en rajouter un second, afin de confirmer les résultats du premier.

PageSpeed Insights


Dispositif
Les catégories

Free SEO Testing Tool

Free SEO Testing Tool est un outil gratuit de référencement qui vous aidera à analyser vos pages web