google / google/react-schemaorg

Schema not showing up in Structured Data Tool

Open
#7 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
521
Forks
20
PR merge metrics
No merged PRs in 30d

Description

Would there be a reason why, when putting my webpage in the STD (https://search.google.com/structured-data/testing-tool/u/0/) that it would not detect schema on the site when using this method in react? What it actually prints on the page looks fine (see below).

Would this still be fine for SEO even though it does not find it in the structured data tool?

```

{"@context":"https://schema.org","@type":"FinancialService","legalName":"Sambla AS","name":"Sambla","logo":"https://s3-eu-west-1.amazonaws.com/tpd/logos/55152ede0000ff00057e5303/0x0.png","image":"https://s3-eu-west-1.amazonaws.com/tpd/logos/55152ede0000ff00057e5303/0x0.png","telephone":"33222970","url":"https://www.sambla.no","email":"kundeservice@sambla.no","address":{"@type":"PostalAddress","streetAddress":"Arbins gate 2","addressLocality":"Oslo","postalCode":"0253"},"openingHours":["Mo,Tu,Th 09:00-20:30","We 13:00-20:30","Fr 09:00-17:00"],"priceRange":"10000 - 500000"}

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the reported page in Google's Structured Data Testing Tool and compare its rendered JSON-LD script with the snippet in the issue. Inspect how the React page emits the script and determine whether the missing detection is caused by the output or by the external tool. Done means documenting a confirmed cause or a narrowly scoped fix.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.