realtime-register.ch

Evaluation du site realtime-register.ch

 Généré le 15 Février 2026 21:51

Vieilles statistiques? UPDATE !

Le score est de 54/100

Optimisation du contenu

Titre

Realtime Register | The Domains & Digital Security Experts

Longueur : 58

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

Description

Your B2B gateway to 2000+ TLDs, SSL certificates, and essentials like Plesk & SiteLock. Experience true speed and reliability with our robust platform and API.

Longueur : 159

Génial, votre balise META description contient entre 70 et 160 caractères.

Mots-clefs

realtime register, domain name registrar, domain registration, domain transfer, domain renewal, domain management, domain extensions, domain pricing, domain support, domain registrar, domain reseller, domain prices, white-label solutions, ssl certificates, plesk licenses, domain abuse, digital security, cost price, domain tools, b2b, sitelock licenses

Bien, votre page contient une balise META keywords.

Propriétés Open Graph

Cette page ne profite pas des balises META Open Graph. Cette balise permet de représenter de manière riche n'importe quelle page dans le graph social (environnement social). Utilisez ce générateur gratuit de balises META Open Graph pour les créer.

Niveaux de titre

H1 H2 H3 H4 H5 H6
1 8 6 12 1 15
  • [H1] The Domains & Digital Security Experts
  • [H2] Premium DNS: For only €3 per zone!
  • [H2] GO!ORANGE: Domains at cost price!
  • [H2] ') .addClass('adac-js__result-title') .text('Our suggestions:') .appendTo(target); } processResult(domainResult, target); }; function clearResults () { if (adac.resultsElement) { while (adac.resultsElement.firstChild) { adac.resultsElement.removeChild(adac.resultsElement.firstChild); } } if (adac.suggestionElement) { while (adac.suggestionElement.firstChild) { adac.suggestionElement.removeChild(adac.suggestionElement.firstChild); } } } adac.processInput = function(event, value) { clearResults() // Don't process regular input whenever the user is entering a prompt. if (inputIsPrompt(value)) return domainSuggestionsEl.classList.add('busy') domainResultsEl.classList.add('busy') if (value !== '') { if (adac.debug) { console.log('Input given: ' + value); } var categories = adac.getSelectedCategories(); var command = { api_key: adac.CUSTOMER_API_KEY, action: 'input', data: {tld_set_token: adac.TLD_SET_TOKEN, input: value, categories: categories} }; adac.sendCommand(command); if (adac.resultsContainer.style.display === "none") { adac.resultsContainer.style.display = "block"; } } else { if (adac.resultsContainer.style.display === "block") { adac.resultsContainer.style.display = "none"; } } return false; }; adac.addDomainResult = function (domainResult) { var target = adac.resultsElement; var h2 = $(target).find('h2'); domainResultsEl.classList.remove('busy') if (!h2.length) { var h2 = $('') .addClass('adac-js__result-title') .text('Available domain names:') .appendTo(target); } processResult(domainResult, target); }; function getPrice (amount) { if (typeof amount !== 'number') { return amount } let fractionDigits = 2 if (this.round && String(amount).substr(-2) === '00') { fractionDigits = 0 } return parseFloat(amount / 100).toFixed(fractionDigits) } function getCurrency (currency) { if (currency) { if (currency === 'EUR') { return '€' } else if (currency === 'USD') { return '$' } else if (currency === 'INR') { return '₹' } else if (currency === 'GBP') { return '£' } else { return currency } } return null } var processResult = function (domainResult, containerElement) { var domainName = domainResult.domain_name, status = domainResult.status tld = domainResult.suffix; var statusMapping = {}; statusMapping[adac.DOMAIN_STATUS_WAITING] = 'Checking...'; statusMapping[adac.DOMAIN_STATUS_AVAILABLE] = 'available'; statusMapping[adac.DOMAIN_STATUS_TAKEN] = 'taken'; statusMapping[adac.DOMAIN_STATUS_INVALID] = 'invalid'; statusMapping[adac.DOMAIN_STATUS_ERROR] = 'No response'; statusMapping[adac.DOMAIN_STATUS_UNKNOWN] = 'unknown'; var statusSpanClass = 'status text-xs-right'; if (status == adac.DOMAIN_STATUS_TAKEN) { statusSpanClass += ' badge badge-info'; } else if (status == adac.DOMAIN_STATUS_AVAILABLE) { statusSpanClass += ' badge badge-success'; } var li = $(containerElement).find('.domain-result-' + domainName.replace(/\./g, '-')); if (!li.length) { if (tld === 'eu' && containerElement.id === 'adac-js-suggestions') { var domainForm = $('') .addClass('domain-option domain-result-' + domainName.replace(/\./g, '-')) .insertAfter( '#adac-js-suggestions .adac-js__result-title' ); } else { var domainForm = $('') .addClass('domain-option domain-result-' + domainName.replace(/\./g, '-')) .appendTo(containerElement); } var domainNameSpan = $('') .addClass('domain-container') .appendTo(domainForm); var domainNameLabel = $('') .addClass('domain') .text(domainName.split('.')[0]) .appendTo(domainNameSpan); var domainNameLabelExtension = $('') .addClass('extension') .text('.' + domainResult.suffix) .appendTo(domainNameSpan); var statusPriceContainer = $('') .addClass('pricecontainer') .appendTo(domainForm); var statusPriceLeftContainer = $('') .addClass('pricecontainerleft mr-3') .appendTo(statusPriceContainer); var domainNameBadges = $('') .addClass('badges') .appendTo(statusPriceLeftContainer); var domainOriginalPrice = $('') .addClass('original-price d-inline-block mr-1 align-middle') .appendTo(statusPriceLeftContainer); var domainPrice = $('') .addClass('price d-inline-block align-middle') .appendTo(statusPriceLeftContainer); var domainAvailable = $('') .addClass('register-transfer d-inline-block align-middle') .appendTo(statusPriceContainer); li = $(containerElement).find('.domain-result-' + domainName.replace(/\./g, '-')); } // Prices if (('type' in domainResult) && (domainResult.type === 'premium')) { li.find('.badges') .html('Premium'); li.find('.pricecontainer .price') .text(getCurrency(domainResult.currency) + ' ' + getPrice(Number(domainResult.price))); li.find('.pricecontainer .original-price') .text(''); } else if (priceList[domainResult.suffix]) { if (priceList[domainResult.suffix].promos && priceList[domainResult.suffix].promos.length) { let anyActive = false for (let i = 0; i < priceList[domainResult.suffix].promos.length; i++) { let promo = priceList[domainResult.suffix].promos[i] let fromDate = promo.fromDate let endDate = promo.endDate let active = false if (Math.floor(Date.now() / 1000) > new Date(fromDate).getTime() / 1000) { active = true } if (endDate) { if (Math.floor(Date.now() / 1000) < new Date(endDate).getTime() / 1000) { active = true } else { active = false } } if (active) { if (promo.price.active) { anyActive = true if (priceList[domainResult.suffix].price) { li.find('.pricecontainer .original-price') .text(getCurrency(priceList[domainResult.suffix].currency) + ' ' + getPrice(Number(priceList[domainResult.suffix].price))); } li.find('.pricecontainer .price') .text(getCurrency(promo.currency) + ' ' + getPrice(Number(promo.price.price))); break; } } } if (anyActive) { li.find('.badges') .html('GO!OrangePromo'); } else if(priceList[domainResult.suffix].price) { li.find('.pricecontainer .price') .text(getCurrency(priceList[domainResult.suffix].currency) + ' ' + getPrice(Number(priceList[domainResult.suffix].price))); li.find('.badges') .html('GO!Orange'); } } else if (priceList[domainResult.suffix].price) { li.find('.pricecontainer .price') .text(getCurrency(priceList[domainResult.suffix].currency) + ' ' + getPrice(Number(priceList[domainResult.suffix].price))); li.find('.badges') .html('GO!Orange'); } } if (status === adac.DOMAIN_STATUS_AVAILABLE) { if (priceList[domainResult.suffix] && priceList[domainResult.suffix].price) { li.find('.register-transfer') .html('Register'); } else { li.find('.register-transfer') .html('Register'); } } else if (status === adac.DOMAIN_STATUS_TAKEN) { if (priceList[domainResult.suffix] && priceList[domainResult.suffix].price) { li.find('.register-transfer') .html('
  • [H2] Register domains at cost price
  • [H2] Worldclass partnerships to power your business
  • [H2] Amazing tools and services for more security, higher efficiency and better returns
  • [H2] Support that puts a smile on your face
  • [H2] Earn more with competitive prices
  • [H3] Try our advanced domain availability checker:
  • [H3] Wholesale domains
  • [H3] Registry Gateway
  • [H3] Platform licensing
  • [H3] Add-on products
  • [H3] All platform features
  • [H4] Wholesale domains, platform licensing, web security, software licenses and more …
  • [H4] More information? Talk to sales!
  • [H4] Domain products
  • [H4] Add-on products
  • [H4] Promotions & MDF
  • [H4] Services
  • [H4] Integration
  • [H4] Resources
  • [H4] About us
  • [H4] Communications
  • [H4] Like being up to date?
  • [H4] Social
  • [H5] Generating suggestions...
  • [H6] Domain products
  • [H6] Add-on products
  • [H6] Services
  • [H6] Platform
  • [H6] Extra services
  • [H6] Transfer service
  • [H6] Transfer goal
  • [H6] Pay less, Sell more
  • [H6] $$ Marketing dollars $$
  • [H6] Knowledge
  • [H6] Tools
  • [H6] Business
  • [H6] Company
  • [H6] Communications
  • [H6] Our story

Images

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

54 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 : 14%

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

Génial, il n'y a pas d'Iframes détectés sur cette page.

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 69 lien(s) dont 0 lien(s) vers des fichiers

Texte d'ancre Type Juice
Status Externe Passing Juice
Login Externe Passing Juice
Get started! Interne Passing Juice
More information Interne Passing Juice
Sign up Interne Passing Juice
More information Interne Passing Juice
What we offer Interne Passing Juice
Wholesale Domains Interne Passing Juice
Registry Gateway Interne Passing Juice
Platform Licensing ICANN registrars Interne Passing Juice
ADAC Domain Suggestions™ Interne Passing Juice
Privacy Protect Interne Passing Juice
Registry Lock Interne Passing Juice
Abuse monitoring Interne Passing Juice
Blackwall Interne Passing Juice
WP Squared Interne Passing Juice
Acronis Cyber Protect Cloud Interne Passing Juice
Atarim Interne Passing Juice
BaseKit Interne Passing Juice
marketgoo Interne Passing Juice
Monarx Interne Passing Juice
Plesk software licenses Interne Passing Juice
SiteLock website security Interne Passing Juice
SSL certificates Interne Passing Juice
WP Guardian Interne Passing Juice
Transfers & Vendor Consolidation Interne Passing Juice
Domain Management as a Service Interne Passing Juice
ICANN Accreditation Services Interne Passing Juice
Realtime Register® Insights Interne Passing Juice
Serious Support Interne Passing Juice
Portal Interne Passing Juice
API integration Interne Passing Juice
3rd party modules / plugins Interne Passing Juice
GitHub Externe Passing Juice
ADAC Domain Suggestions™ Interne Passing Juice
ISproxy / availability checker Interne Passing Juice
Domain Transfer Service Interne Passing Juice
SSL Transfer Service Interne Passing Juice
Vendor Consolidation Interne Passing Juice
Total Cost of Ownership Interne Passing Juice
Multi-brand management Interne Passing Juice
Regular promotions Interne Passing Juice
Special promotions Interne Passing Juice
Custom promotions Interne Passing Juice
Domain Growth Program (DGP) Interne Passing Juice
Marketing Development Funds (MDF) Interne Passing Juice
API documentation Externe Passing Juice
Knowledge base Externe Passing Juice
TLD Metadata Externe Passing Juice
WHOIS Interne Passing Juice
Locate your provider Interne Passing Juice
Terms and conditions Interne Passing Juice
Privacy statement Interne Passing Juice
Payment methods Interne Passing Juice
Contact Interne Passing Juice
Careers Interne Passing Juice
Legal notice Interne Passing Juice
Registrant policies Interne Passing Juice
Blog Externe Passing Juice
News Externe Passing Juice
Events Interne Passing Juice
Purpose and values Interne Passing Juice
Learn more Interne Passing Juice
Contact Interne Passing Juice
Blog Externe Passing Juice
Get the Newsletter Externe Passing Juice
Report abuse Interne Passing Juice
Disclosure Requests Interne Passing Juice
Cookies Interne Passing Juice

Mots-clefs

Nuage de mots-clefs

platform business services service more ssl dns domain security domains

Cohérence des mots-clefs

Mot-clef Contenu Titre Mots-clefs Description Niveaux de titre
domain 29
platform 19
domains 18
more 17
security 15

Ergonomie

Url

Domaine : realtime-register.ch

Longueur : 20

Favicon

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

Imprimabilité

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

Langue

Vous n'avez pas précisé la langue. Utilisez ce générateur gratuit de balises META en ligne pour preciser la langue de votre site

Dublin Core

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

Document

Doctype

HTML 5

Encodage

Vous n'avez pas spécifié le charset du document. Utilisez ce générateur gratuit de balises META pour préciser le charset du document.

Validité W3C

Erreurs : 0

Avertissements : 0

E-mail confidentialité

Génial, aucune adresse e-mail n'a été trouvé sous forme de texte!

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.
Génial, votre site web contient peu de fichiers CSS.
Mauvais, votre site web contient trop de fichiers javascript (plus de 6).
Parfait : votre site tire parti de 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://realtimeregister.com/

Robots.txt

http://realtime-register.ch/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

Website-SEO-Überprüfung

Website-SEO-Überprüfung est un outil gratuit de référencement qui vous aidera à analyser vos pages web