site.pro

Webseiten-Bericht für site.pro

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

 Generiert am 04 März 2026 10:52 AM

Aktuelle Statistiken? UPDATE !

Der Wert ist 55/100

SEO Inhalte

Seitentitel

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

Länge : 60

Perfekt, denn Ihr Seitentitel enthält zwischen 10 und 70 Anzahl Zeichen.

Seitenbeschreibung

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

Länge : 166

Ideal, aber Ihre Seitenbeschreibung sollte zwischen 70 und 160 Zeichen (Leerzeichen incinbegriffen) enthalten. Benutzen Sie dieses kostenlose Werkzeug um die Länge zu prüfen.

Suchbegriffe

Nicht so gut. Wir konnten keine META-Suchbegriffe auf Ihrer Webseite finden. Benutzen Sie dieses kostenlose Werkzeug um META-Suchbegriffe zu erzeugen.

Og META Eigenschaften

Sehr gut, denn diese Webseite nutzt die Vorteile aus den Og Properties.

Eigenschaft Inhalt
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/

Überschriften

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" + '

Bilder

Es konnten 7 Bilder auf dieser Webseite gefunden werden.

Bei 2 Bilder(n) fehlt ein ALT-Attribut. Fügen Sie ALT-Attribute zu Ihren Bildern, um die Bedeutung der Bilder für Suchmaschinen zugänglich zu machen.

Text/HTML Verhältnis

Anteil : 4%

Das Text zu HTML Code Verhältnis dieser Webseite ist niedriger als 15 Prozent, was bedeutet, dass Sie mehr Inhalte für Ihre Webseite schreiben sollten.

Flash

Perfekt, denn es wurde kein Flash auf Ihrer Webseite gefunden.

IFrame

Schlecht, denn Sie verwenden IFrames auf Ihrer Webseite, die von Suchmaschinen nicht indexiert werden können.

URL Rewrite

Gut. Ihre Links sind für Suchmaschinen gut lesbar (sprechende Links)!

Underscores in the URLs

Perfekt! Wir haben keine Unterstriche in Ihren Links entdeckt.

In-page links

We found a total of 22 links including 0 link(s) to files

Anker Typ Natürlich
Conditions d’utilisation intern natürliche Links
Politique de confidentialité intern natürliche Links
Créer un compte intern natürliche Links
Domaines intern natürliche Links
Courriel intern natürliche Links
Revente de constructeur intern natürliche Links
Importation de site Web intern natürliche Links
Logiciel de comptabilité intern natürliche Links
Facturation intern natürliche Links
Constructeur de Site Web Professionnel intern natürliche Links
Commerce électronique intern natürliche Links
Créateur de sites IA intern natürliche Links
Plusieurs Extensions intern natürliche Links
200 modèles intern natürliche Links
Soutien intern natürliche Links
Connectez Votre Domaine intern natürliche Links
Transfert de domaine intern natürliche Links
Liste complète des zones de domaine disponibles intern natürliche Links
France intern natürliche Links
Contacter le service commercial intern natürliche Links
Conditions d'utilisation intern natürliche Links
Politique de confidentialité intern natürliche Links

SEO Suchbegriffe

Suchbegriffswolke

gratuit extensions web plusieurs constructeur site domaine plus sites électronique

Keywords Consistency

Suchbegriff Inhalt Seitentitel Suchbegriffe Seitenbeschreibung Überschriften
web 18
site 17
domaine 10
sites 7
plus 6

Benutzerfreundlichkeit

URL

Domain : site.pro

Länge : 8

Favoriten Icon

Gut. Die Webseite hat ein Favicon.

Druckeigenschaften

Es konnten keine druckfreundlichen CSS-Angaben gefunden werden.

Sprache

Gut, denn Sie haben in den META-Elementen eine Sprache deklariert: fr.

Dublin Core

Diese Webseite nutzt nicht die Vorteile der Dublin Core Elemente.

Dokument

Doctype

HTML 5

Verschlüsselung

Perfekt, denn Ihre Webseite deklariert einen Zeichensatz: UTF-8.

W3C Validität

Fehler : 0

Warnungen : 0

E-Mail Datenschutz

Achtung! Es wurde mindestens eine E-Mail Adresse im Klartext auf Ihrer Webseite gefunden. Benutzen Sie dieses kostenlose Werkzeug um E-Mail Adressen vor SPAM zu schützen.

Veraltetes HTML

Sehr gut! Sie verwenden aktuelle HTML Tags in Ihrem Webseitenquelltext.

Tipps zur Webseitengeschwindigkeit

Sehr gut, denn Ihre Webseite benutzt keine verschachtelten Tabellen.
Schlecht, denn es wurden CSS-Angaben in HTML-Elementen entdeckt. Diese Angaben sollten in ein entsprechendes CSS-Stylesheet verlagert werden.
Nicht so gut, denn Ihre Webseite enthält sehr viele CSS-Dateien (mehr als 4).
Nicht so gut, denn Ihre Webseite enthält viele Javascript-Dateien (mehr als 6).
Ihre Webseite nutzt die Vorteile von gzip nicht.

Mobile

Mobile Optimierung

Apple Icon
META Viewport Tag
Flash Inhalt

Optimierung

XML-Sitemap

Perfekt! Ihre Seite hat eine XML-Sitemap.

https://site.pro/sitemap.xml

Robots.txt

https://site.pro/robots.txt

Sehr gut! Ihre Webseite enthält eine robots.txt-Datei.

Analytics

Fehlt

Wir haben nicht ein Analyse-Tool auf dieser Website installiert zu erkennen.

Webanalyse erlaubt die Quantifizierung der Besucherinteraktionen mit Ihrer Seite. Insofern sollte zumindest ein Analysetool installiert werden. Um die Befunde abzusichern, empfiehlt sich das parallele Verwenden eines zweiten Tools.

PageSpeed Insights


Gerät
Kategorien

Free SEO Testing Tool

Free SEO Testing Tool ist ein kostenloses SEO Werkzeug zur Analyse Ihrer Webseite