Skip to content
https://bluestacks.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
91
GRADE
A
FIX
0
REVIEW
2
PASS
3
INFO
0
Checks
5
3 PASS 2 REVIEW
C
Structured Data
Action
3 JSON-LD block(s) found — some improvements recommended.
REVIEW
3 JSON-LD block(s) found — some improvements recommended.
Critical::
Malformed JSON-LD block #1
JSON parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"https:\\/\\/schema.o\n\t^...............................\n"
Info::
Custom type "WebPage" — unable to validate specific properties
Info::
Custom type "SoftwareApplication" — unable to validate specific properties
Info::
3 JSON-LD blocks found

JSON parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"https:\\/\\/schema.o\n\t^...............................\n"

Why this matters

JSON-LD block fails to parse — Google ignores the entire block, so structured data effectively isn't there.

Learn more

Common causes: trailing comma, single quotes instead of double, unescaped quote in a string value. Validate at https://validator.schema.org/ or Search Console's Rich Results Test.

Source: schema.org / Google Search Central

JSON-LD Blocks

Block 1 : WebSite
0 properties Invalid
Invalid JSON: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"https:\\/\\/schema.o\n\t^...............................\n"
[
  {
    "@context": "https:\/\/schema.org",
    "@type": "WebSite",
    "@id": "https:\/\/www.bluestacks.com\/pt-br\/index.html#website",
    "url": "https:\/\/www.bluestacks.com\/pt-br\/index.html",
    "name": "BlueStacks",
    "potentialAction": {
      "@type": "SearchAction",
      "target": "https:\/\/www.bluestacks.com\/search\/{search_term_string}\/pt-br\/",
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https:\/\/schema.org",
    "@type": "Organization",
    "@id": "https:\/\/www.bluestacks.com\/pt-br\/index.html#organization",
    "name": "BlueStacks",
    "url": "https:\/\/www.bluestacks.com",
    "sameAs": [
      "https:\/\/www.facebook.com\/BlueStacksInc\/",
      "https:\/\/twitter.com\/bluestacksinc\/",
      "https:\/\/www.reddit.com\/r\/BlueStacks\/",
      "https:\/\/www.linkedin.com\/company\/bluestacks\/",
      "https:\/\/www.youtube.com\/channel\/UC9eB0Ysv4UcKgjEy47zcZ5A"
    ],
    "logo": "https:\/\/cdn-www.bluestacks.com\/bs-images\/logo-icon.png"
  }
]
Block 2 : WebPage
7 properties Valid
{
  "@context": "https://schema.org",
  "@type": "WebPage",
  "headline": "BlueStacks - Emulador Android mais rápido para PC e Mac",
  "description": "BlueStacks Traz todos os seus aplicativos moveis favoritos para PC, Mac e TV. Baixe o App Player de graça hoje!",
  "url": "https://www.bluestacks.com/pt-br/index.html",
  "primaryImageOfPage": "https://cdn-www.bluestacks.com/bs-images/logo-new.png",
  "about": [
    {
      "@type": "Thing",
      "name": "BlueStacks",
      "sameAs": [
        "https://pt.wikipedia.org/wiki/BlueStacks",
        "https://www.wikidata.org/wiki/Q4928776",
        "http://live.dbpedia.org/page/BlueStacks",
        "http://dbpedia.org/page/BlueStacks__App_Player__1"
      ]
    },
    {
      "@type": "Thing",
      "name": "Android",
      "sameAs": [
        "https://pt.wikipedia.org/wiki/Android",
        "https://www.wikidata.org/wiki/Q94",
        "https://www.britannica.com/technology/Android-operating-system",
        "https://yago-knowledge.org/resource/Android_(operating_system)",
        "http://dbpedia.org/page/Android_(operating_system)"
      ]
    },
    {
      "@type": "Thing",
      "name": "Emulador",
      "sameAs": [
        "https://pt.wikipedia.org/wiki/Emulador",
        "https://www.wikidata.org/wiki/Q202871",
        "http://dbpedia.org/page/Emulator"
      ]
    },
    {
      "@type": "Thing",
      "name": "jogos",
      "sameAs": [
        "https://pt.wikipedia.org/wiki/Jogo_eletrônico",
        "https://www.wikidata.org/wiki/Q7889",
        "https://www.britannica.com/topic/electronic-game",
        "http://dbpedia.org/page/Video_game"
      ]
    },
    {
      "@type": "Thing",
      "name": "PC",
      "sameAs": [
        "https://pt.wikipedia.org/wiki/Computador_pessoal",
        "https://www.wikidata.org/wiki/Q16338",
        "https://www.britannica.com/technology/personal-computer",
        "http://dbpedia.org/page/Personal_computer"
      ]
    },
    {
      "@type": "Thing",
      "name": "Mac",
      "sameAs": [
        "https://pt.wikipedia.org/wiki/MacOS",
        "https://www.wikidata.org/wiki/Q14116",
        "http://dbpedia.org/page/MacOS",
        "https://www.britannica.com/technology/Mac-OS"
      ]
    }
  ]
}
Block 3 : SoftwareApplication
11 properties Valid
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "BlueStacks - junte-se a mais de 300 milhões de jogadores na melhor plataforma do mundo",
  "description": "Jogue Lineage 2, Clash, Vainglory e + mais na maior plataforma de jogos grátis para Android do mundo no PC.",
  "url": "https://www.bluestacks.com/pt-br/index.html",
  "image": "https://cdn-www.bluestacks.com/bs-images/logo-icon.png",
  "operatingSystem": "Windows, MacOS",
  "applicationCategory": "https://pt.wikipedia.org/wiki/Emulador",
  "applicationSubCategory": "https://pt.wikipedia.org/wiki/Android",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.5",
    "ratingCount": "1000"
  },
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "NA"
  }
}
C
Brand Presence
Action
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.

C

65/100

Site name appears as

Page titleBlueStacks: jogue no PC e Mac, emulador Android, plataforma de jogos na nuvem
og:site_nameBluestacks - The Best Android Emulator on PC as Rated by You
twitter:site
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

15/15

covers multiple sizes + apple-touch-icon

Social share image

20/20

og:image + twitter:image set

Meta completeness

20/20

Organization schema

0/15

Contact info discoverable

5/10

contact page

Findings

  • Brand name differs across channels — users see inconsistent identity
  • No Organization schema — Google can't render your logo in the knowledge panel
  • 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://cdn-www.bluestacks.com/bs-images/OG-Image-.jpg
Info::
og:title is long (77 characters)
Titles over 60 characters may be truncated in social sharing previews.
Got: 77 chars Expected: 25–60 chars
URL: https://cdn-www.bluestacks.com/bs-images/OG-Image-.jpg

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

URL: 77 chars

Titles over 60 characters may be truncated in social sharing previews.

Expected: 25–60 chars
Why this matters

og:title borderline-too-long — Facebook/LinkedIn may truncate. Aim for ~60-70 characters max.

Source: Open Graph Protocol

Preview

bluestacks.com

BlueStacks: jogue no PC e Mac, emulador Android, plataforma de jogos na nuvem

O emulador Android e plataforma de jogos na nuvem mais rápido e leve do mundo. Jogue jogos Mobile no PC e Mac. Perfeito para RPGs, jogos de estratégia e de ação.

Preview quality · Twitter/X A+ · 95/100

Title will be truncated (77 chars / 70 max)

  • twitter:card — summary_large_image
  • twitter:title — BlueStacks: jogue no PC e Mac, emulador Android, plataforma de jogos na nuvem
  • twitter:description — O emulador Android e plataforma de jogos na nuvem mais rápido e leve do mundo. Jogue jogos Mobile no PC e Mac. Perfei...
  • twitter:image — https://cdn-www.bluestacks.com/bs-images/OG-Image-.jpg
  • Title will be truncated on Twitter/X (77 chars, max 70)

    → Shorten the title to ≤70 characters

BLUESTACKS.COM

BlueStacks: jogue no PC e Mac, emulador Android, plataforma de jogos na nuvem

O emulador Android e plataforma de jogos na nuvem mais rápido e leve do mundo. Jogue jogos Mobile no PC e Mac. Perfeito para RPGs, jogos de estratégia e de ação.

Preview quality · Facebook A · 90/100

Title will be truncated (77 chars / 60 max)

Description will be truncated (165 chars / 155 max)

  • og:title — BlueStacks: jogue no PC e Mac, emulador Android, plataforma de jogos na nuvem
  • og:description — O emulador Android e plataforma de jogos na nuvem mais rápido e leve do mundo. Jogue jogos Mobile no PC e Mac. Perfei...
  • og:image — https://cdn-www.bluestacks.com/bs-images/OG-Image-.jpg
  • og:type — website
  • og:url — https://www.bluestacks.com/pt-br/index.html
  • og:site_name — Bluestacks - The Best Android Emulator on PC as Rated by You
  • Title will be truncated on Facebook (77 chars, max 60)

    → Shorten og:title to ≤60 characters

  • Description will be truncated on Facebook (165 chars, max 155)

    → Tighten og:description to ≤155 characters

BlueStacks: jogue no PC e Mac, emulador Android, plataforma de jogos na nuvem

bluestacks.com

Preview quality · LinkedIn A+ · 95/100

Description will be truncated (165 chars / 150 max)

  • og:title — BlueStacks: jogue no PC e Mac, emulador Android, plataforma de jogos na nuvem
  • og:description — O emulador Android e plataforma de jogos na nuvem mais rápido e leve do mundo. Jogue jogos Mobile no PC e Mac. Perfei...
  • og:image — https://cdn-www.bluestacks.com/bs-images/OG-Image-.jpg
  • Description will be truncated on LinkedIn (165 chars, max 150)

    → Tighten og:description to ≤150 characters

bluestacks.com

BlueStacks: jogue no PC e Mac, emulador Android, plataforma de jogos na nuvem

O emulador Android e plataforma de jogos na nuvem mais rápido e leve do mundo. Jogue jogos Mobile no PC e Mac. Perfeito para RPGs, jogos de estratégia e de ação.

Preview quality · Slack A+ · 100/100
  • og:title — BlueStacks: jogue no PC e Mac, emulador Android, plataforma de jogos na nuvem
  • og:description — O emulador Android e plataforma de jogos na nuvem mais rápido e leve do mundo. Jogue jogos Mobile no PC e Mac. Perfei...
  • og:image — https://cdn-www.bluestacks.com/bs-images/OG-Image-.jpg

Social preview quality

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

A+ · 95/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback