Catalog / presskitdigital.com.br
73

SEO audit for presskitdigital.com.br

Presskit Digital - Crie seu Presskit Profissional

other

Health 73/100 (fair) · 35 pages crawled · generated 2026-08-26

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

Presskit Digital - Plataforma para DJs criarem seus presskits profissionais e conquistarem mais contratos

35
pages crawled
8
indexable pages
15
errors
51
warnings
112
notices
0
orphan pages
7
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Links 77 7 3 12
Titles 86 5 0 0
Crawlability 89 3 3 0
Agent Readiness 93 0 8 12
Canonical 93 0 8 0
Images 93 0 8 8
Security 93 0 8 3
Meta Description 96 0 5 2
Duplicate 97 0 4 2
Content 98 0 2 11
Performance 98 0 2 38
Robots 100 0 0 1
Social 100 0 0 14
Structured Data 100 0 0 8
URL 100 0 0 1
Findings

Errors (3 rules)

error Broken internal link (target 4xx/5xx)

Rule links.broken_internal · Links · 7 occurrence(s)

error Client error (4xx) response

Rule status.4xx · Crawlability · 3 occurrence(s)

Warnings (11 rules)

warning Control has no accessible name

Rule agent.control_no_name · Agent Readiness · 8 occurrence(s)

warning Thin content (low word count)

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

warning Duplicate page content

Rule duplicate.content · Duplicate · 2 occurrence(s)

warning Duplicate <title> across pages

Rule duplicate.title · Duplicate · 2 occurrence(s)

warning Content-Type header doesn't match the actual content

Rule headers.content_type_mismatch · Security · 8 occurrence(s)

  • http://presskitdigital.com.br/denn/curtir.php?id=12 — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
  • http://presskitdigital.com.br/gutierr/curtir.php?id=125 — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
  • http://presskitdigital.com.br/gutierr/index.php — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
  • http://presskitdigital.com.br/mosaiq/curtir.php?id=125 — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
  • http://www.presskitdigital.com.br/denn — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
  • http://www.presskitdigital.com.br/gutierr — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
  • http://www.presskitdigital.com.br/mosaiq — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
  • https://presskitdigital.com.br/ — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".

warning Images missing alt text

Rule images.missing_alt · Images · 8 occurrence(s)

warning Hero/LCP image is lazy-loaded (loading=lazy delays LCP)

Rule images.no_lazy_lcp_candidate · Performance · 2 occurrence(s)

  • http://presskitdigital.com.br/denn/curtir.php?id=12 — the likely hero/LCP image (loading.gif) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
  • http://www.presskitdigital.com.br/denn — the likely hero/LCP image (loading.gif) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.

warning Internal link points to a redirect

Rule links.redirect_target · Links · 3 occurrence(s)

warning Redirect chain (multiple hops)

Rule redirect.chain · Crawlability · 3 occurrence(s)

Notices (23 rules)

notice Heading levels skip a level

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

notice No llms.txt for AI agents

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

notice No main landmark for AI agents

Rule agent.no_main_landmark · Agent Readiness · 3 occurrence(s)

notice Main text is hard to read (low Flesch Reading Ease)

Rule content.readability_poor · Content · 2 occurrence(s)

  • http://presskitdigital.com.br/mosaiq/curtir.php?id=125 — this page reads as very difficult (Flesch Reading Ease 28, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.
  • http://www.presskitdigital.com.br/mosaiq — this page reads as very difficult (Flesch Reading Ease 27, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.

notice Duplicate meta description across pages

Rule duplicate.meta_desc · Duplicate · 2 occurrence(s)

notice Missing <!DOCTYPE html> (quirks-mode rendering risk)

Rule encoding.doctype_missing · Content · 3 occurrence(s)

notice Likely hero image lacks fetchpriority=high

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

  • http://presskitdigital.com.br/gutierr/curtir.php?id=125 — the likely hero/LCP image (1.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.
  • http://presskitdigital.com.br/gutierr/index.php — the likely hero/LCP image (1.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.
  • http://presskitdigital.com.br/mosaiq/curtir.php?id=125 — the likely hero/LCP image (logo.png) 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.
  • http://www.presskitdigital.com.br/gutierr — the likely hero/LCP image (1.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.
  • http://www.presskitdigital.com.br/mosaiq — the likely hero/LCP image (logo.png) 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://presskitdigital.com.br/ — the likely hero/LCP image (presskit-gutierr.png) 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 · 8 occurrence(s)

notice Internal link has no anchor text / accessible name

Rule links.no_anchor_text · Links · 7 occurrence(s)

notice Page has only one internal inlink (fragile crawl path)

Rule links.single_inlink · Links · 5 occurrence(s)

notice Legacy <meta name=keywords> tag present (Google ignores it)

Rule meta.keywords_present · Content · 6 occurrence(s)

notice Meta description too short

Rule meta_desc.too_short · Meta Description · 2 occurrence(s)

notice Missing Open Graph tags

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

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

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

  • http://presskitdigital.com.br/denn/curtir.php?id=12 — 9 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.
  • http://presskitdigital.com.br/gutierr/curtir.php?id=125 — 20 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.
  • http://presskitdigital.com.br/gutierr/index.php — 20 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.
  • http://presskitdigital.com.br/mosaiq/curtir.php?id=125 — 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.
  • http://www.presskitdigital.com.br/denn — 9 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.
  • http://www.presskitdigital.com.br/gutierr — 20 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.
  • http://www.presskitdigital.com.br/mosaiq — 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://presskitdigital.com.br/ — 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 · 7 occurrence(s)

  • http://presskitdigital.com.br/denn/curtir.php?id=12 — 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.
  • http://presskitdigital.com.br/gutierr/curtir.php?id=125 — 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.
  • http://presskitdigital.com.br/gutierr/index.php — 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.
  • http://presskitdigital.com.br/mosaiq/curtir.php?id=125 — 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.
  • http://www.presskitdigital.com.br/denn — 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.
  • http://www.presskitdigital.com.br/gutierr — 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.
  • http://www.presskitdigital.com.br/mosaiq — 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 · 7 occurrence(s)

  • http://presskitdigital.com.br/denn/curtir.php?id=12 — 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.
  • http://presskitdigital.com.br/gutierr/curtir.php?id=125 — 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.
  • http://presskitdigital.com.br/gutierr/index.php — 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.
  • http://presskitdigital.com.br/mosaiq/curtir.php?id=125 — 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.
  • http://www.presskitdigital.com.br/denn — 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.
  • http://www.presskitdigital.com.br/gutierr — 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.
  • http://www.presskitdigital.com.br/mosaiq — 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://presskitdigital.com.br/ — 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 · 1 occurrence(s)

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

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

notice Underscores in URL path (prefer hyphens)

Rule url.underscores · URL · 1 occurrence(s)

Pages (showing 35 of 35)
URLStatusIndexableWordsIn-links
http://presskitdigital.com.br/gutierr/index.php 200 yes 323 3
http://presskitdigital.com.br/gutierr/curtir.php?id=125 200 yes 323 2
http://presskitdigital.com.br/denn/curtir.php?id=12
PresskitDigital | Denn
200 yes 119 1
http://presskitdigital.com.br/mosaiq/curtir.php?id=125 200 yes 375 1
http://www.presskitdigital.com.br/denn
PresskitDigital | Denn
200 yes 119 1
http://www.presskitdigital.com.br/gutierr 200 yes 323 1
http://www.presskitdigital.com.br/mosaiq 200 yes 375 1
https://presskitdigital.com.br/
Presskit Digital - Crie seu Presskit Profissional
200 yes 510 0
http://presskitdigital.com.br/base/admin/uploads/dj12/galeria_20260618103627_84fee98b.png 200 no 0 2
http://presskitdigital.com.br/denn/assets/images/logo2.jpg
404 Not Found
404 no 15 2
http://presskitdigital.com.br/gutierr/assets/img/fotos/2022-1.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/fotos/2022-2.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/fotos/2022-3.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/fotos/2022-4.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/fotos/2023-1.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/fotos/2023-2.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/fotos/2023-3.jpg
404 Not Found
404 no 15 3
http://presskitdigital.com.br/gutierr/assets/img/fotos/2023-4.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/fotos/2023-5.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/logos/logo-fb.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/logos/logo-fp.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/logos/logo-ft.png 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/logos/logo-pdf.pdf 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/logos/logo.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/portfolio/app1.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/portfolio/app2.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/portfolio/app3.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/portfolio/card1.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/portfolio/card2.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/portfolio/card3.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/portfolio/web1.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/portfolio/web2.jpg 200 no 0 3
http://presskitdigital.com.br/gutierr/assets/img/portfolio/web3.jpg 200 no 0 3
http://presskitdigital.com.br/mosaiq/assets/img/portfolio/portfolio-1.jpg 200 no 0 2
http://presskitdigital.com.br/mosaiq/index.html
404 Not Found
404 no 15 2

Audit your own site — free

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

Scan your site →