Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
<meta name="author" content="Promo Gifts" />
<meta name="keywords" content="produtos promocionais, brindes corporativos, catálogo promocional, orçamentos, mockups, personalização, bordado, serigrafia, gravação laser" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://we-dream-big.lovable.app" />
<link rel="canonical" href="https://www.promogifts.com.br" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://we-dream-big.lovable.app" />
<meta property="og:url" content="https://www.promogifts.com.br" />
<meta property="og:title" content="Promo Gifts | Solução Completa para Brindes Corporativos">
<meta property="og:description" content="Acelere suas vendas de brindes com nosso catálogo inteligente, orçamentos instantâneos em PDF e gerador de mockups com IA.">
<meta property="og:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/e1261250-c70e-4278-b09c-68f108f6f3fb/id-preview-c11a0001--1be35a65-1f65-4c2b-9a79-7d563930aacd.lovable.app-1773315238298.png">
<meta property="og:image" content="https://www.promogifts.com.br/og-image.png">
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep og:image on an asset that exists at merge time

This change points og:image (and similarly twitter:image) to https://www.promogifts.com.br/og-image.png, but there is no og-image.png asset in this repo’s served static files, so deployments from this commit will emit social metadata that resolves to a missing image URL. In environments where this commit is live before the follow-up asset change, link previews on platforms that consume Open Graph/Twitter cards will degrade to image-less cards or stale cached previews.

Useful? React with 👍 / 👎.

<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="pt_BR" />
<meta property="og:site_name" content="Promo Gifts" />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://we-dream-big.lovable.app" />
<meta name="twitter:url" content="https://www.promogifts.com.br" />
<meta name="twitter:title" content="Promo Gifts | Solução Completa para Brindes Corporativos">
<meta name="twitter:description" content="Acelere suas vendas de brindes com nosso catálogo inteligente, orçamentos instantâneos em PDF e gerador de mockups com IA.">
<meta name="twitter:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/e1261250-c70e-4278-b09c-68f108f6f3fb/id-preview-c11a0001--1be35a65-1f65-4c2b-9a79-7d563930aacd.lovable.app-1773315238298.png">
<meta name="twitter:image" content="https://www.promogifts.com.br/og-image.png">

<!-- DNS Prefetch & Preconnect — reduce network dependency chain -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down Expand Up @@ -72,7 +72,7 @@
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Promo Gifts",
"url": "https://we-dream-big.lovable.app",
"url": "https://www.promogifts.com.br",
"description": "Plataforma completa para vendedores de produtos promocionais. Catálogo inteligente, orçamentos rápidos e mockups personalizados.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
Expand Down
Loading