Catalog / jnjsaas.com
65

SEO audit for jnjsaas.com

JNJ Technologies — Solutions municipales SaaS

saasNext.js

Health 65/100 (fair) · 9 pages crawled · generated 2026-08-26

Download Markdown report (feed to ChatGPT / Claude / Cursor)

JNJ Technologies développe MuniConnect, la suite logicielle SaaS pour les municipalités du Québec. Sécurité incendie, travaux publics, conseil sans papier.

Screenshot of jnjsaas.com
9
pages crawled
9
indexable pages
0
errors
10
warnings
53
notices
0
orphan pages
0
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Canonical 70 0 9 0
Duplicate 97 0 1 0
Agent Readiness 100 0 0 2
Content 100 0 0 5
Images 100 0 0 3
Performance 100 0 0 15
Robots 100 0 0 1
Security 100 0 0 9
Social 100 0 0 9
Structured Data 100 0 0 9
Findings

Warnings (2 rules)

warning Homepage duplicated across protocol/host variants (no redirect)

Rule duplicate.protocol_host · Duplicate · 1 occurrence(s)

  • https://jnjsaas.com/ — https://www.jnjsaas.com/ serves the same homepage content with a 200 and no redirect — Google sees a duplicate. Pick one canonical host/scheme and 301-redirect the others.

Notices (11 rules)

notice Heading levels skip a level

Rule agent.heading_skip · Agent Readiness · 1 occurrence(s)

notice No llms.txt for AI agents

Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)

  • https://jnjsaas.com/ — no llms.txt found at the site root — add one so AI agents get a curated site summary

notice Low text-to-HTML ratio

Rule content.low_ratio · Content · 5 occurrence(s)

notice Likely hero image lacks fetchpriority=high

Rule images.hero_no_fetchpriority · Performance · 3 occurrence(s)

  • https://jnjsaas.com/municonnect-conseil — the likely hero/LCP image (municonnect-dashbord-conseil.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
  • https://jnjsaas.com/municonnect-si — the likely hero/LCP image (municonnect-dashbord-si.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
  • https://jnjsaas.com/municonnect-tp — the likely hero/LCP image (municonnect-dashbord-tp.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.

notice Images without width/height (layout shift / CLS)

Rule images.missing_dimensions · Images · 3 occurrence(s)

notice Missing Open Graph tags

Rule og.missing · Social · 9 occurrence(s)

notice Legacy image format (jpg/png/gif) with no next-gen fallback

Rule perf.images_legacy_format · Performance · 3 occurrence(s)

  • https://jnjsaas.com/municonnect-conseil — 1 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • https://jnjsaas.com/municonnect-si — 2 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • https://jnjsaas.com/municonnect-tp — 2 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.

notice No Last-Modified header (no conditional GET for unchanged pages)

Rule perf.no_last_modified · Performance · 9 occurrence(s)

  • https://jnjsaas.com/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://jnjsaas.com/a-propos — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://jnjsaas.com/conditions-utilisation — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://jnjsaas.com/contact — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://jnjsaas.com/faq — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://jnjsaas.com/municonnect-conseil — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://jnjsaas.com/municonnect-si — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://jnjsaas.com/municonnect-tp — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://jnjsaas.com/politique-confidentialite — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.

notice robots.txt missing (root returns 404/none)

Rule robots.txt_missing · Robots · 1 occurrence(s)

  • https://jnjsaas.com/ — robots.txt did not return a 200 at the site root — a healthy site should serve one (declare your sitemap and confirm the host serves root files)

notice Missing recommended security headers

Rule security.missing_headers · Security · 9 occurrence(s)

Pages (showing 9 of 9)
URLStatusIndexableWordsIn-links
https://jnjsaas.com/
JNJ Technologies — Solutions municipales SaaS
200 yes 503 9
https://jnjsaas.com/a-propos
À propos — JNJ Technologies
200 yes 425 9
https://jnjsaas.com/conditions-utilisation
Conditions d'utilisation — JNJ Technologies
200 yes 1022 9
https://jnjsaas.com/contact
Demander une démo — JNJ Technologies
200 yes 221 9
https://jnjsaas.com/faq
FAQ — MuniConnect | JNJ Technologies
200 yes 778 9
https://jnjsaas.com/municonnect-conseil
MuniConnect Conseil — Conseil sans papier | JNJ Technologies
200 yes 310 9
https://jnjsaas.com/municonnect-si
MuniConnect SI — Sécurité incendie | JNJ Technologies
200 yes 462 9
https://jnjsaas.com/municonnect-tp
MuniConnect TP — Travaux publics | JNJ Technologies
200 yes 337 9
https://jnjsaas.com/politique-confidentialite
Politique de confidentialité — JNJ Technologies
200 yes 1022 9

Audit your own site — free

157 checks, internal PageRank, render-diff. No signup, results in ~30s.

Scan your site →