Skip to content
https://banco.bradesco

Content

· 9 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
88
GRADE
B
FIX
1
REVIEW
2
PASS
6
INFO
0
Checks
9
6 PASS 2 REVIEW 1 FIX
F
Image Optimization
Action
7 issues found across 74 images
FIX
7 issues found across 74 images
Warning::
38 images missing explicit width/height
Images without dimensions cause layout shifts (CLS). Set explicit width and height attributes.
Info::
23 below-fold images missing loading="lazy"
Lazy loading defers below-fold images, reducing initial page weight.
Info::
11 of 74 images use legacy formats
Warning::
2 images missing alt text
Alt text is essential for screen readers and SEO. Every meaningful image needs descriptive alt text.
Warning::
7 above-fold image(s) marked loading="lazy" (LCP anti-pattern)
Above-fold images marked lazy delay LCP -- the browser waits for the IntersectionObserver to fire before fetching, even though the image is in the initial viewport. Remove `loading="lazy"` on above-the-fold images (especially the LCP candidate). Sample: https://assets.bradesco/content/dam/portal-bradesco/assets/classic/home/images/logo-mobile.png, https://assets.bradesco/content/dam/portal-bradesco/assets/classic/home/images/mega-menu/menu_icon_mobile.svg, https://assets.bradesco/content/dam/portal-bradesco/assets/classic/home/images/icon-search.svg (+4 more).
Info::
1 image(s) wider than 400px without srcset (no responsive serving)
These images deliver the same asset to every viewport (mobile, tablet, retina). Adding srcset / <picture> lets the browser pick a viewport-appropriate variant and typically saves 40-70% of bytes on mobile. Sample: https://assets.bradesco/content/dam/portal-bradesco/assets/classic/home/images/destaques/background-novidades.svg.
Info::
1 image(s) rendered at a different aspect ratio than the source
The displayed dimensions distort the source -- CSS is forcing the image into a container at the wrong ratio, producing visible stretching or squashing. Either crop the source to match or use object-fit: cover (and accept the crop). Sample: https://assets.bradesco/content/dam/portal-bradesco/assets/classic/home/images/vantagens/icone-renegociacao-de-dividas.svg.
B
Structured Data
2 JSON-LD block(s) found — some improvements recommended.
REVIEW
2 JSON-LD block(s) found — some improvements recommended.
Warning::
Missing or invalid @context in block #2
The @context should be "https://schema.org" for search engines to recognize the data.
Got: https:://schema.org Expected: https://schema.org
Info::
Custom type "FinancialInstitution" — unable to validate specific properties
Info::
2 JSON-LD blocks found
URL: https:://schema.org

The @context should be "https://schema.org" for search engines to recognize the data.

Expected: https://schema.org
Why this matters

JSON-LD without @context is invalid structured data — Google ignores the entire block.

Learn more

@context must be 'https://schema.org' (or the schema-specific URL). Without it, the block isn't parseable as schema.org JSON-LD and Google skips it. Most schema generators handle this; manual edits sometimes drop the field.

Source: JSON-LD spec / schema.org

JSON-LD Blocks

Block 1 : FinancialInstitution
9 properties Valid
{
  "@context": "https://schema.org",
  "@type": "FinancialInstitution",
  "name": "Bradesco",
  "url": "https://banco.bradesco",
  "logo": "https://banco.bradesco/assets/classic/img/logo-bradesco-prime.png",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Cidade de Deus, s/nº, Vila Yara",
    "addressLocality": "Osasco",
    "addressRegion": "SP",
    "postalCode": "06029-900",
    "addressCountry": "BR"
  },
  "contactPoint": [
    {
      "@type": "ContactPoint",
      "telephone": "+55-0800-704-8383",
      "contactType": "customer service",
      "description": "SAC - Alô Bradesco",
      "areaServed": "BR",
      "availableLanguage": [
        "Portuguese"
      ]
    },
    {
      "@type": "ContactPoint",
      "telephone": "+55-0800-727-9933",
      "contactType": "ombudsman",
      "description": "Ouvidoria",
      "areaServed": "BR",
      "availableLanguage": [
        "Portuguese"
      ]
    },
    {
      "@type": "ContactPoint",
      "telephone": "+55-0800-722-0099",
      "contactType": "hearing impaired support",
      "description": "Atendimento para Deficiência Auditiva/Fala",
      "areaServed": "BR",
      "availableLanguage": [
        "Portuguese"
      ]
    }
  ],
  "department": [
    {
      "@type": "FinancialService",
      "name": "Bradesco Principal",
      "url": "https://banco.bradesco/html/principal/index.shtm",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Cidade de Deus, s/nº, Vila Yara",
        "addressLocality": "Osasco",
        "addressRegion": "SP",
        "postalCode": "06029-900",
        "addressCountry": "BR"
      },
      "description": "Segmento de serviços bancários exclusivos do Bradesco.",
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+55-11-4004-8495",
          "contactType": "customer service",
          "description": "Atendimento para Regiões Metropolitanas"
        },
        {
          "@type": "ContactPoint",
          "telephone": "+55-0800-721-8494",
          "contactType": "customer service",
          "description": "Atendimento para Demais Regiões"
        }
      ]
    },
    {
      "@type": "FinancialService",
      "name": "Bradesco Prime",
      "url": "https://banco.bradesco/html/prime/index.shtm",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Cidade de Deus, s/nº, Vila Yara",
        "addressLocality": "Osasco",
        "addressRegion": "SP",
        "postalCode": "06029-900",
        "addressCountry": "BR"
      },
      "description": "Segmento com benefícios e soluções exclusivas em investimentos, crédito e atendimento.",
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+55-4002-0022",
          "contactType": "customer service",
          "description": "Fone Fácil Bradesco Prime - Capitais e regiões metropolitanas"
        },
        {
          "@type": "ContactPoint",
          "telephone": "+55-0800-570-0022",
          "contactType": "customer service",
          "description": "Fone Fácil Bradesco Prime - Demais regiões"
        }
      ]
    },
    {
      "@type": "FinancialService",
      "name": "Bradesco Exclusive",
      "url": "https://banco.bradesco/html/exclusive/index.shtm",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Cidade de Deus, s/nº, Vila Yara",
        "addressLocality": "Osasco",
        "addressRegion": "SP",
        "postalCode": "06029-900",
        "addressCountry": "BR"
      },
      "description": "Assessoria financeira e soluções para clientes com alto potencial de investimentos.",
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+55-4002-0022",
          "contactType": "customer service",
          "description": "Fone Fácil Bradesco Exclusive - Capitais e regiões metropolitanas"
        },
        {
          "@type": "ContactPoint",
          "telephone": "+55-0800-570-0022",
          "contactType": "customer service",
          "description": "Fone Fácil Bradesco Exclusive - Demais regiões"
        }
      ]
    },
    {
      "@type": "FinancialService",
      "name": "Bradesco Varejo",
      "url": "https://banco.bradesco/html/classic/index.shtm",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Cidade de Deus, s/nº, Vila Yara",
        "addressLocality": "Osasco",
        "addressRegion": "SP",
        "postalCode": "06029-900",
        "addressCountry": "BR"
      },
      "description": "Soluções bancárias completas para o dia a dia de pessoas físicas.",
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+55-4002-0022",
          "contactType": "customer service",
          "description": "Fone Fácil Bradesco - Capitais e regiões metropolitanas"
        },
        {
          "@type": "ContactPoint",
          "telephone": "+55-0800-570-0022",
          "contactType": "customer service",
          "description": "Fone Fácil Bradesco - Demais regiões"
        }
      ]
    },
    {
      "@type": "FinancialService",
      "name": "Bradesco Empresas e Negócios",
      "url": "https://banco.bradesco/html/pessoajuridica/index.shtm",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Cidade de Deus, s/nº, Vila Yara",
        "addressLocality": "Osasco",
        "addressRegion": "SP",
        "postalCode": "06029-900",
        "addressCountry": "BR"
      },
      "description": "Soluções financeiras e de gestão para pequenas e médias empresas.",
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+55-3003-1000",
          "contactType": "customer service",
          "description": "Fone Fácil Bradesco Empresas e Negócios - Capitais e regiões metropolitanas"
        },
        {
          "@type": "ContactPoint",
          "telephone": "+55-0800-202-1000",
          "contactType": "customer service",
          "description": "Fone Fácil Bradesco Empresas e Negócios - Demais regiões"
        }
      ]
    },
    {
      "@type": "FinancialService",
      "name": "Bradesco Private Bank",
      "url": "https://www.bradescoprivatebank.com.br/",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Cidade de Deus, s/nº, Vila Yara",
        "addressLocality": "Osasco",
        "addressRegion": "SP",
        "postalCode": "06029-900",
        "addressCountry": "BR"
      },
      "description": "Gestão de patrimônio e assessoria exclusiva para clientes de alta renda.",
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+55-11-3847-8500",
          "contactType": "customer service",
          "description": "Contato Bradesco Private Bank"
        }
      ]
    }
  ],
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://banco.bradesco/html/pessoajuridica/encontre-uma-agencia/index.shtm?q={search_term_string}",
    "query-input": "required name=search_term_string"
  }
}
Block 2 : Organization
6 properties Valid
Missing or invalid @context
{
  "@context": "https:://schema.org",
  "@type": "Organization",
  "logo": "https://banco.bradesco/portal/layout/imagens/geral/logo.png",
  "name": "Bradesco",
  "url": "https://www.bradesco.com.br",
  "sameAs": [
    "https://www.twitter.com/Bradesco",
    "https://www.facebook.com/Bradesco",
    "https://www.youtube.com/Bradesco",
    "https://plus.google.com/+Bradesco/",
    "https://instagram.com/user/bradesco/"
  ]
}
B
Brand Presence
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
REVIEW

Brand Presence

Your brand name differs across channels — visitors see inconsistent identity.

B

73/100

Site name appears as

Page titleVocê primeiro
og:site_nameBradesco
twitter:site
Organization.nameBradesco

Inconsistent — names differ across channels

Brand assets

Favicon

8/15

single size only

Social share image

20/20

og:image + twitter:image set

Meta completeness

20/20

Organization schema

15/15

has name, logo + url

Contact info discoverable

5/10

tel link

Findings

  • Brand name differs across channels — users see inconsistent identity
  • Single favicon only — add apple-touch-icon for iOS home-screen and high-DPI support
  • Consider adding contactPoint — helps appear in "contact us" rich results
  • Only partial contact info discoverable — consider adding a dedicated contact page or mailto/tel link

How consistently your brand appears across channels — shared link previews, structured data, favicon, contact info.

A+
Mixed Content
No mixed content detected — all resources use HTTPS.
PASS
No mixed content detected — all resources use HTTPS.
Info::
No mixed content detected — all resources use HTTPS
A
Open Graph
Open Graph tags are well configured for social sharing.
PASS
Open Graph tags are well configured for social sharing.
Critical::
og:image is not reachable
The og:image URL could not be fetched. Social platforms won't be able to display it.
Got: https://banco.bradesco/assets/classic/svg/logo.svg
URL: https://banco.bradesco/assets/classic/svg/logo.svg

The og:image URL could not be fetched. Social platforms won't be able to display it.

Why this matters

An unreachable og:image URL (404, DNS fail, slow timeout) means social platforms cache the failure and serve no image for hours.

Learn more

Social platforms (Facebook, Twitter) cache OG metadata aggressively — including failed image fetches. A momentarily-broken og:image can leave your shares imageless for hours. Test og:image URLs in Facebook's Sharing Debugger to force re-cache after fixing.

Source: Open Graph Protocol / Facebook Sharing Debugger

Preview

banco.bradesco

Banco Bradesco | Você primeiro

Conheça as facilidades do Bradesco para fazer a gestão do seu dinheiro! Confira saldos, extratos, empréstimos, solicite seu cartão, consórcio e muito mais!

Preview quality · Twitter/X A+ · 100/100
  • twitter:card — summary_large_image
  • twitter:title — Banco Bradesco | Você primeiro
  • twitter:description — Conheça as facilidades do Bradesco para fazer a gestão do seu dinheiro! Confira saldos, extratos, empréstimos, solici...
  • twitter:image — https://banco.bradesco/assets/classic/svg/logo.svg

BANCO.BRADESCO

Banco Bradesco | Você primeiro

Conheça as facilidades do Bradesco para fazer a gestão do seu dinheiro! Confira saldos, extratos, empréstimos, solicite seu cartão, consórcio e muito mais!

Preview quality · Facebook A+ · 95/100

Description will be truncated (160 chars / 155 max)

  • og:title — Banco Bradesco | Você primeiro
  • og:description — Conheça as facilidades do Bradesco para fazer a gestão do seu dinheiro! Confira saldos, extratos, empréstimos, solici...
  • og:image — https://banco.bradesco/assets/classic/svg/logo.svg
  • og:type — website
  • og:url — banco.bradesco
  • og:site_name — Bradesco
  • Description will be truncated on Facebook (160 chars, max 155)

    → Tighten og:description to ≤155 characters

Banco Bradesco | Você primeiro

banco.bradesco

Preview quality · LinkedIn A+ · 95/100

Description will be truncated (160 chars / 150 max)

  • og:title — Banco Bradesco | Você primeiro
  • og:description — Conheça as facilidades do Bradesco para fazer a gestão do seu dinheiro! Confira saldos, extratos, empréstimos, solici...
  • og:image — https://banco.bradesco/assets/classic/svg/logo.svg
  • Description will be truncated on LinkedIn (160 chars, max 150)

    → Tighten og:description to ≤150 characters

banco.bradesco

Banco Bradesco | Você primeiro

Conheça as facilidades do Bradesco para fazer a gestão do seu dinheiro! Confira saldos, extratos, empréstimos, solicite seu cartão, consórcio e muito mais!

Preview quality · Slack A+ · 100/100
  • og:title — Banco Bradesco | Você primeiro
  • og:description — Conheça as facilidades do Bradesco para fazer a gestão do seu dinheiro! Confira saldos, extratos, empréstimos, solici...
  • og:image — https://banco.bradesco/assets/classic/svg/logo.svg

Social preview quality

Averaged across Twitter/X, Facebook, LinkedIn, and Slack.

A+ · 97/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
A+
Open Graph / Twitter Card Depth
OG image dimensions and Twitter card configuration look healthy
PASS
OG image dimensions and Twitter card configuration look healthy
Info::
OG/Twitter Card depth is clean -- dimensions, card type, and inheritance all valid
A+
Rich Results Eligibility
2 JSON-LD block(s) declaring 2 schema type(s)
PASS
2 JSON-LD block(s) declaring 2 schema type(s)
Info::
2 rich-result schema type(s) declared
Inventory of structured-data types on the page (each may unlock a different SERP feature): FinancialInstitution, Organization Search engines decide whether to render rich results based on content quality + page-level signals; declaring the schema is necessary but not sufficient.
A+
Autoplay Media
No autoplay media on the page
PASS
No autoplay media on the page
Info::
No autoplay media on the page
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback