🧭 Vue guidée Débutant en SEO (crawlers, schema, TTFB) ? Nous expliquons chaque terme au fil de votre navigation, en langage clair. Les mêmes données, avec l'aide intégrée.
⚡ Vue expert Vous connaissez déjà le marché. Juste les données : claires, rapides et compactes, sans explications supplémentaires. Il s'agit de la vue par défaut.
Langue de l'interface
novaryn.tech
Exploré Aug 28, 2026 00:54 UTC · Review type: Analyse complète initiale · Visit site ↗
SEO
Cyellow zonevisibilité dans la recherche classique
AIO
Dyellow zoneVisibilité IA & moteurs de réponse
Score d'optimisation pour la recherche IA
Mesure la préparation d'un site web pour la recherche générative, les moteurs de réponse, les citations IA et la recherche traditionnelle.
Intensité du trafic—En dessous du seuil mesurable (top 1 M des domaines les plus visités) — normal pour les sites récents ou de petite taille ; cela ne réduit jamais les autres scores.
Autorité numérique globale71/100 CComposite de toutes les catégories mesurées — incluant la popularité, l'ancienneté du domaine et les signaux de confiance.
Novaryn scores 71 (C) for traditional search visibility and 65 (D) for AI and answer-engine visibility, meaning the site has a reasonable but incomplete presence in Google search and a notably weak presence in AI tools like ChatGPT and Perplexity. The most prominent theme is foundational crawlability and indexing gaps — missing sitemaps, conflicting URLs, and blocked AI crawlers — which drag down both scores but hit the AIO score hardest. Addressing these technical basics is the clearest path to improving how both search engines and AI assistants discover and reference the site.
SEO: 14 points en dessous du profil des sites bien classés.
AIO: 20 points en dessous du profil des sites bien classés.
Le seuil de 85 points correspond au score qu'obtiendrait un site appliquant les pratiques des sites systématiquement bien classés sur ces mêmes vérifications — un étalon mesuré, et non un classement en temps réel des concurrents.
Scores par catégorie
Chaque catégorie est un ensemble pondéré de vérifications mesurées ; les catégories non mesurables sont exclues de la note, et non estimées.
Chaque score est construit à partir de catégories pondérées ; la colonne contribution indique précisément combien de points chaque catégorie ajoute au total (les pondérations se renormalisent sur ce qui était mesurable). Les catégories réutilisent les mêmes vérifications sous-jacentes — rien n'est exploré deux fois.
AIO Catégories d'optimisation IA
Catégorie
Score
Pondération
Contribution
Crawlability & indexability
53
15%
8.0 pts
Content quality & originality
100
15%
15.0 pts
Answerability & page structure
100
15%
15.0 pts
Autorité & confiance
62
12%
7.4 pts
Entity clarity
0
10%
0.0 pts
Données structurées
20
8%
1.6 pts
Citation worthiness
50
8%
4.0 pts
Topical coverage & internal linking
100
7%
7.0 pts
Freshness & factual maintenance
100
5%
5.0 pts
User experience & performance
50
5%
2.5 pts
Total AIO
65/100
SEO Catégories SEO
Catégorie
Score
Pondération
Contribution
Visibilité dans les moteurs de recherche
50
18%
9.8 pts
Titres, contenu et mots-clés
100
16%
17.4 pts
SEO technique
95
12%
12.4 pts
Vitesse & performance
50
10%
5.4 pts
Utilisabilité mobile
100
8%
8.7 pts
Données structurées & social
17
8%
1.5 pts
Recherche locale
—
8%
n/a
Autorité & confiance
62
14%
9.4 pts
Accessibilité
100
6%
6.5 pts
Total SEO
71/100
Recommandations
Chaque élément est associé au score qu'il améliore (SEO, AIO, ou les deux) et porte un statut : À faire = dans votre plan actuel · ✓ Fait = la modification a été détectée lors d'une nouvelle vérification · Toujours ouvert = revérifié mais non détecté · En attente de données externes = une exploration seule ne peut pas le confirmer.
Utilisé dans les prompts de correction prêts à copier-coller ci-dessous — transmettez-les à ChatGPT, Claude ou tout autre outil qui modifie votre site.
1
Add a rel=canonical tag to every page
SEO + AIOTo do
Our crawler found no rel=canonical link on the homepage at all. Without it, search engines must guess which version of a URL is the 'official' one, increasing the risk that ranking signals get split across duplicates. Add <link rel="canonical" href="https://novaryn.com/"> (or your preferred host) to the <head> of every page; this typically helps consolidate link equity and clarify indexing intent.
I need help fixing an issue on my website novaryn.tech.
My site is built with: [YOUR PLATFORM].
Issue found by an automated review: Add a rel=canonical tag to every page
Details and evidence from the crawl: Our crawler found no rel=canonical link on the homepage at all. Without it, search engines must guess which version of a URL is the 'official' one, increasing the risk that ranking signals get split across duplicates. Add <link rel="canonical" href="https://novaryn.com/"> (or your preferred host) to the <head> of every page; this typically helps consolidate link equity and clarify indexing intent.
Area: Search visibility — improves my SEO + AIO score.
Please: 1) briefly explain what needs to change for my specific platform, 2) give me the exact code or settings changes to make, 3) tell me exactly where to put them, and 4) list what I should double-check after publishing. Keep the changes minimal and safe, and don't touch unrelated code.
Collez dans votre outil IA ; après avoir publié la correction, revérifiez ci-dessous pour passer cet élément au vert.
2
Create and submit an XML sitemap
SEO + AIOTo do
We checked both robots.txt Sitemap: directives and /sitemap.xml and found nothing. A missing sitemap means search engines and AI crawlers must discover your pages purely through links, which slows and limits coverage. Generate a sitemap, place it at /sitemap.xml, reference it in robots.txt with 'Sitemap: https://novaryn.com/sitemap.xml', and submit it in Google Search Console; this typically helps ensure all key pages are found and crawled promptly.
I need help fixing an issue on my website novaryn.tech.
My site is built with: [YOUR PLATFORM].
Issue found by an automated review: Create and submit an XML sitemap
Details and evidence from the crawl: We checked both robots.txt Sitemap: directives and /sitemap.xml and found nothing. A missing sitemap means search engines and AI crawlers must discover your pages purely through links, which slows and limits coverage. Generate a sitemap, place it at /sitemap.xml, reference it in robots.txt with 'Sitemap: https://novaryn.com/sitemap.xml', and submit it in Google Search Console; this typically helps ensure all key pages are found and crawled promptly.
Area: Search visibility — improves my SEO + AIO score.
Please: 1) briefly explain what needs to change for my specific platform, 2) give me the exact code or settings changes to make, 3) tell me exactly where to put them, and 4) list what I should double-check after publishing. Keep the changes minimal and safe, and don't touch unrelated code.
Collez dans votre outil IA ; après avoir publié la correction, revérifiez ci-dessous pour passer cet élément au vert.
3
Reduce server response time below 200 ms
SEO + AIOTo do
We measured a Time to First Byte of 822 ms from our server at review time, which is more than four times the 200 ms threshold Google cites as a good target. Slow server response delays everything that follows — rendering, indexing, and user experience — and is a known speed signal. Investigate origin server performance, enable caching (full-page or object-level), and consider a CDN; reducing TTFB typically helps both Core Web Vitals scores and perceived page speed.
I need help fixing an issue on my website novaryn.tech.
My site is built with: [YOUR PLATFORM].
Issue found by an automated review: Reduce server response time below 200 ms
Details and evidence from the crawl: We measured a Time to First Byte of 822 ms from our server at review time, which is more than four times the 200 ms threshold Google cites as a good target. Slow server response delays everything that follows — rendering, indexing, and user experience — and is a known speed signal. Investigate origin server performance, enable caching (full-page or object-level), and consider a CDN; reducing TTFB typically helps both Core Web Vitals scores and perceived page speed.
Area: Speed & performance — improves my SEO + AIO score.
Please: 1) briefly explain what needs to change for my specific platform, 2) give me the exact code or settings changes to make, 3) tell me exactly where to put them, and 4) list what I should double-check after publishing. Keep the changes minimal and safe, and don't touch unrelated code.
Collez dans votre outil IA ; après avoir publié la correction, revérifiez ci-dessous pour passer cet élément au vert.
4
Allow AI crawlers to read and cite your content
AIOTo do
Your robots.txt explicitly blocks GPTBot, ClaudeBot, Google-Extended, and CCBot, which means none of those AI assistants can read the site and it cannot be cited in their answers. This is the single largest driver of your AIO score of 65 (D), and the Structured data & social category sitting at just 17 compounds the problem. Remove or relax those Disallow rules for the AI user-agents you are comfortable with; allowing them typically helps the site appear as a source in AI-generated responses.
I need help fixing an issue on my website novaryn.tech.
My site is built with: [YOUR PLATFORM].
Issue found by an automated review: Allow AI crawlers to read and cite your content
Details and evidence from the crawl: Your robots.txt explicitly blocks GPTBot, ClaudeBot, Google-Extended, and CCBot, which means none of those AI assistants can read the site and it cannot be cited in their answers. This is the single largest driver of your AIO score of 65 (D), and the Structured data & social category sitting at just 17 compounds the problem. Remove or relax those Disallow rules for the AI user-agents you are comfortable with; allowing them typically helps the site appear as a source in AI-generated responses.
Area: AI & answer engines — improves my AIO score.
Please: 1) briefly explain what needs to change for my specific platform, 2) give me the exact code or settings changes to make, 3) tell me exactly where to put them, and 4) list what I should double-check after publishing. Keep the changes minimal and safe, and don't touch unrelated code.
Collez dans votre outil IA ; après avoir publié la correction, revérifiez ci-dessous pour passer cet élément au vert.
5
Redirect www and non-www to one canonical host
SEO + AIOTo do
Both https://novaryn.com and https://www.novaryn.com currently return HTTP 200 responses with no redirect between them, which search engines can treat as two separate sites carrying duplicate content. This splits any link authority earned and can confuse indexing, compounding the missing rel=canonical issue. Choose one version as authoritative and configure a permanent 301 redirect from the other; this typically helps consolidate rankings and signals to a single URL.
I need help fixing an issue on my website novaryn.tech.
My site is built with: [YOUR PLATFORM].
Issue found by an automated review: Redirect www and non-www to one canonical host
Details and evidence from the crawl: Both https://novaryn.com and https://www.novaryn.com currently return HTTP 200 responses with no redirect between them, which search engines can treat as two separate sites carrying duplicate content. This splits any link authority earned and can confuse indexing, compounding the missing rel=canonical issue. Choose one version as authoritative and configure a permanent 301 redirect from the other; this typically helps consolidate rankings and signals to a single URL.
Area: Search visibility — improves my SEO + AIO score.
Please: 1) briefly explain what needs to change for my specific platform, 2) give me the exact code or settings changes to make, 3) tell me exactly where to put them, and 4) list what I should double-check after publishing. Keep the changes minimal and safe, and don't touch unrelated code.
Collez dans votre outil IA ; après avoir publié la correction, revérifiez ci-dessous pour passer cet élément au vert.
6
Structured-data implementation
SEO + AIOTo do
A developer can add schema.org markup sitewide; validation itself is free (schema.org validator, Google Rich Results test).
Service tiers optionnel — mentionné à titre d'exhaustivité ; nous n'avons aucune affiliation et ne percevons rien en cas d'achat.
7
Professional SEO audit
SEO + AIOTo do
An SEO consultant can act on crawl/indexing issues beyond a homepage review, including log-file analysis and index coverage in Google Search Console (free).
Service tiers optionnel — mentionné à titre d'exhaustivité ; nous n'avons aucune affiliation et ne percevons rien en cas d'achat.
I need help fixing 5 issues on my website novaryn.tech, found by an automated review. My site is built with: [YOUR PLATFORM].
1. Add a rel=canonical tag to every page
Evidence: Our crawler found no rel=canonical link on the homepage at all. Without it, search engines must guess which version of a URL is the 'official' one, increasing the risk that ranking signals get split across duplicates. Add <link rel="canonical" href="https://novaryn.com/"> (or your preferred host) to the <head> of every page; this typically helps consolidate link equity and clarify indexing intent.
Area: Search visibility — improves SEO + AIO.
2. Create and submit an XML sitemap
Evidence: We checked both robots.txt Sitemap: directives and /sitemap.xml and found nothing. A missing sitemap means search engines and AI crawlers must discover your pages purely through links, which slows and limits coverage. Generate a sitemap, place it at /sitemap.xml, reference it in robots.txt with 'Sitemap: https://novaryn.com/sitemap.xml', and submit it in Google Search Console; this typically helps ensure all key pages are found and crawled promptly.
Area: Search visibility — improves SEO + AIO.
3. Reduce server response time below 200 ms
Evidence: We measured a Time to First Byte of 822 ms from our server at review time, which is more than four times the 200 ms threshold Google cites as a good target. Slow server response delays everything that follows — rendering, indexing, and user experience — and is a known speed signal. Investigate origin server performance, enable caching (full-page or object-level), and consider a CDN; reducing TTFB typically helps both Core Web Vitals scores and perceived page speed.
Area: Speed & performance — improves SEO + AIO.
4. Allow AI crawlers to read and cite your content
Evidence: Your robots.txt explicitly blocks GPTBot, ClaudeBot, Google-Extended, and CCBot, which means none of those AI assistants can read the site and it cannot be cited in their answers. This is the single largest driver of your AIO score of 65 (D), and the Structured data & social category sitting at just 17 compounds the problem. Remove or relax those Disallow rules for the AI user-agents you are comfortable with; allowing them typically helps the site appear as a source in AI-generated responses.
Area: AI & answer engines — improves AIO.
5. Redirect www and non-www to one canonical host
Evidence: Both https://novaryn.com and https://www.novaryn.com currently return HTTP 200 responses with no redirect between them, which search engines can treat as two separate sites carrying duplicate content. This splits any link authority earned and can confuse indexing, compounding the missing rel=canonical issue. Choose one version as authoritative and configure a permanent 301 redirect from the other; this typically helps consolidate rankings and signals to a single URL.
Area: Search visibility — improves SEO + AIO.
Work through them one at a time, in order. For each: Please: 1) briefly explain what needs to change for my specific platform, 2) give me the exact code or settings changes to make, 3) tell me exactly where to put them, and 4) list what I should double-check after publishing. Keep the changes minimal and safe, and don't touch unrelated code.
Un prompt unique couvrant toutes les recommandations ouvertes, par ordre de priorité.
Audit de visibilité GEO & IA chaque vérification, avec les preuves
✓ réussi · ! partiel · ✗ échoué · i informatif · – non applicable. Chaque ligne indique ce qui a été effectivement mesuré lors de cette exploration.
Visibilité dans les moteurs de recherche compte pour SEO + AIO
✓
Crawlers allowed (robots.txt)
robots.txt present and does not block all crawling.
✓
Homepage indexable (no noindex)
No noindex directive on the homepage.
✗
XML sitemap
No XML sitemap found (checked robots.txt Sitemap: lines and /sitemap.xml).
✗
Canonical URL declared
No rel=canonical link on the homepage.
✗
HTTP redirects to HTTPS
The http:// version did not redirect to https:// — both versions may be indexed separately.
✗
One canonical host (www vs apex)
Both the www and non-www hosts return 200 without redirecting to one canonical host — duplicate-content risk.
✓
Missing pages return real 404s
Non-existent URLs correctly return HTTP 404.
Titres, contenu et mots-clés compte pour SEO + AIO
✓
Page title
Title (44 chars): “Novaryn | Business Software Built for Growth”
✓
Meta description
Description (135 chars): “We design and build premium custom digital platforms that automate operations, improve customer experiences, and scale b”
✓
Exactly one H1 heading
1 <h1> tag(s) found: “Run Your Facility. Grow Your Business. All in One Platform.”
✓
Homepage content depth
1491 words of visible text on the homepage.
✓
Internal linking
33 internal links on the homepage.
SEO technique compte pour SEO + AIO
✓
Served over HTTPS
Final URL: https://novaryn.tech/
!
HSTS header
No Strict-Transport-Security header.
✓
Text compression
Content-Encoding: gzip on the homepage response.
✓
HTTP/2 or newer
Negotiated HTTP/2 from our server.
✓
No mixed content
All referenced resources use https.
✓
Character encoding declared
Charset declared.
✓
Short redirect chain
0 redirect hop(s) from the submitted URL to the final page.
Vitesse & performance compte pour SEO + AIO
✗
Server response time (TTFB)
822 ms to first byte, measured once from our server at review time.
!
HTML document size
Homepage HTML is 118 KB (before images/scripts).
✓
Referenced resources
13 scripts, 1 stylesheets, 2 images referenced in the HTML.
✓
Render-blocking scripts
1 script(s) in <head> without defer/async.
Utilisabilité mobile compte pour SEO + AIO
✓
Mobile viewport tag
viewport: “width=device-width, initial-scale=1”
✓
No fixed-width viewport
Viewport is not fixed-width.
✓
Responsive CSS signals
Media queries detected in the delivered HTML/linked styles.
Données structurées & social compte pour SEO + AIO
✗
Structured data (JSON-LD)
No valid JSON-LD structured data on the homepage.
✗
Identity schema (Organization/WebSite)
No Organization/WebSite-type schema found.
✗
Open Graph tags
No Open Graph tags — shared links show no preview card.
!
Twitter/X card
No twitter:card tag.
✓
Favicon
Icon link declared.
IA & moteurs de réponse compte pour AIO
✗
AI crawlers allowed
robots.txt fully blocks: GPTBot, ClaudeBot, Google-Extended, CCBot — those assistants cannot read the site to cite it.
!
llms.txt
No /llms.txt (an emerging convention for guiding AI assistants; low weight because adoption is still early).
!
Q&A / HowTo schema
No FAQPage/QAPage/HowTo schema — answer engines favor explicitly structured questions and answers.
✓
Clear content sections (H2s)
7 H2 section heading(s) on the homepage.
✓
Direct opening summary
First paragraph is 25 words. “From online bookings and payments to memberships, tournaments, and analytics — Novaryn helps you aut…”
!
RSS/Atom feed
No RSS/Atom feed link.
✓
Freshness signals
Found: a current/recent year in the visible text.
Recherche locale compte pour SEO
–
Local-business signals
No phone number, street address or map found — this category is excluded from the grade. If you serve a local area, adding these matters a lot; if you're not a local business, it doesn't apply.
Autorité & confiance compte pour SEO + AIO
i
Global popularity rank
Not in the Tranco top-1M most-visited domains — normal for small, new and local sites. This check only ever adds points; absence never subtracts.
i
Domain age
Registered 2026-07-22 (0.1 years ago) per the public RDAP registry record.
!
About / Contact / Privacy discoverable
Linked from homepage: privacy.
✓
Social profiles linked
Profiles linked: facebook
–
Backlink profile
Not measured: external backlink counts and domain-authority scores require commercial link-index data this tool does not query. Treat any tool that shows them 'free' with care — ask where the numbers come from.
Accessibilité compte pour SEO + AIO
✓
Page language declared
<html lang="en">
✓
Image alt text
2 of 2 images have alt text (100%).
–
Form fields labelled
No visible form fields on the homepage.
✓
Links have accessible names
All links have text or accessible names.
Données d'exploration: TTFB 822 ms · 118 KB HTML · HTTP/2 · 0 redirect(s) · mesuré une fois depuis notre serveur à 2026-08-28T00:54:41+00:00.
Historique des analyses
Date
Type
SEO
AIO
Aug 28, 2026 00:54 UTC
Initial
C 71/100
D 65/100
Les revérifications confrontent vos recommandations à un nouveau crawl. Les résultats dans les moteurs de recherche et les données externes prennent généralement plus de temps à évoluer que les corrections sur site.