Catalog / sisae.es
76

SEO audit for sisae.es

Sisae - Centro de día en Pontevedra

other

Health 76/100 (good) · 7 pages crawled · generated 2026-08-26

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

Sisae somos un centro de día en Pontevedra multidisciplinar, preparado para la atención diurna de personas mayores con limitaciones físicas o psíquicas.

Screenshot of sisae.es
7
pages crawled
5
indexable pages
0
errors
3
warnings
53
notices
0
orphan pages
0
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Budget 91 0 2 0
Content 96 0 1 0
Agent Readiness 100 0 0 1
Cache 100 0 0 4
Crawlability 100 0 0 2
Images 100 0 0 6
Performance 100 0 0 20
Security 100 0 0 5
Social 100 0 0 10
Structured Data 100 0 0 5
Findings

Warnings (2 rules)

warning robots.txt-disallowed URL receives internal links (crawl-budget leak)

Rule budget.disallow_linked · Budget · 2 occurrence(s)

  • https://www.sisae.es/aviso-legal.aspx — internal links point to https://www.sisae.es/aviso-legal.aspx, which robots.txt disallows for Googlebot — Googlebot discovers the URL, checks robots, then rejects it without indexing, wasting crawl budget and losing the link equity. Remove the internal links, or use noindex instead of Disallow if the page should be fetchable. Linked from: https://www.sisae.es/, https://www.sisae.es/centro-dia-pontevedra.aspx, https://www.sisae.es/servicios-sanitarios-pontevedra.aspx.
  • https://www.sisae.es/politica-privacidad-cookies.aspx — internal links point to https://www.sisae.es/politica-privacidad-cookies.aspx, which robots.txt disallows for Googlebot — Googlebot discovers the URL, checks robots, then rejects it without indexing, wasting crawl budget and losing the link equity. Remove the internal links, or use noindex instead of Disallow if the page should be fetchable. Linked from: https://www.sisae.es/, https://www.sisae.es/centro-dia-pontevedra.aspx, https://www.sisae.es/servicios-sanitarios-pontevedra.aspx.

warning Thin content (low word count)

Rule content.thin · Content · 1 occurrence(s)

Notices (14 rules)

notice No llms.txt for AI agents

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

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

notice Page served uncached (no-store/private or CDN bypass)

Rule cache.not_cacheable · Cache · 4 occurrence(s)

notice Image alt text is keyword-stuffed (repetition / low variety)

Rule images.alt_stuffed · Images · 1 occurrence(s)

  • https://www.sisae.es/ — 1 image(s) have keyword-stuffed alt text — the same word repeated several times, or a long low-variety keyword list. Google's image guidance asks for short, descriptive alt text, not keyword lists; rewrite it to describe the image.

notice Likely hero image lacks fetchpriority=high

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

  • https://www.sisae.es/ — the likely hero/LCP image (logo-sisae.svg) 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://www.sisae.es/centro-dia-pontevedra.aspx — the likely hero/LCP image (logo-sisae.svg) 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://www.sisae.es/contacto-centro-dia-pontevedra.aspx — the likely hero/LCP image (logo-sisae.svg) 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://www.sisae.es/noticias.html — the likely hero/LCP image (logo-sisae.svg) 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://www.sisae.es/servicios-sanitarios-pontevedra.aspx — the likely hero/LCP image (logo-sisae.svg) 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 · 5 occurrence(s)

notice Missing Open Graph tags

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

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

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

  • https://www.sisae.es/ — 7 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://www.sisae.es/centro-dia-pontevedra.aspx — 4 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://www.sisae.es/contacto-centro-dia-pontevedra.aspx — 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://www.sisae.es/noticias.html — 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://www.sisae.es/servicios-sanitarios-pontevedra.aspx — 5 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 ETag header (no conditional GET for unchanged pages)

Rule perf.no_etag · Performance · 5 occurrence(s)

  • https://www.sisae.es/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://www.sisae.es/centro-dia-pontevedra.aspx — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://www.sisae.es/contacto-centro-dia-pontevedra.aspx — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://www.sisae.es/noticias.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://www.sisae.es/servicios-sanitarios-pontevedra.aspx — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.

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

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

  • https://www.sisae.es/ — 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://www.sisae.es/centro-dia-pontevedra.aspx — 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://www.sisae.es/contacto-centro-dia-pontevedra.aspx — 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://www.sisae.es/servicios-sanitarios-pontevedra.aspx — 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 Slow server response

Rule perf.slow_response · Performance · 1 occurrence(s)

notice Blocked by robots.txt

Rule robots.blocked · Crawlability · 2 occurrence(s)

notice target=_blank link without rel=noopener (tab-napping)

Rule security.unsafe_cross_origin_links · Security · 5 occurrence(s)

Pages (showing 7 of 7)
URLStatusIndexableWordsIn-links
https://www.sisae.es/
Sisae - Centro de día en Pontevedra
200 yes 778 5
https://www.sisae.es/centro-dia-pontevedra.aspx
Centro de día para personas mayores en Pontevedra - Sisae
200 yes 853 5
https://www.sisae.es/contacto-centro-dia-pontevedra.aspx
Datos de contacto de Sisae - Centro de día en Pontevedra
200 yes 243 5
https://www.sisae.es/noticias.html
Blog de centro de día en Pontevedra
200 yes 142 5
https://www.sisae.es/servicios-sanitarios-pontevedra.aspx
Centro de día con servicios sanitarios en Pontevedra - Sisae
200 yes 620 5
https://www.sisae.es/aviso-legal.aspx 0 no 0 5
https://www.sisae.es/politica-privacidad-cookies.aspx 0 no 0 5

Audit your own site — free

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

Scan your site →