Schema.org Invalid @type
The @type property must be a valid Schema.org type (e.g. Product, Organization, Article). Invalid or unknown types can cause validation errors or be ignored by search engines.
Common causes
- Typo in type name (e.g. Produt instead of Product).
- Using a type that does not exist in Schema.org.
- Missing @type in a nested object that requires it.
How to fix
- Use the official Schema.org type list; stick to types under schema.org vocabulary.
- Validate your JSON-LD with the Schema.org Validator to see which types are invalid.
- Ensure every object that should be typed has a valid @type.
FAQ
- Where do I find valid Schema.org types?
- Check schema.org for the full list. Common types: Product, Organization, Article, WebPage, LocalBusiness.
- Can I use custom types?
- You can use a URL for an extension type, but search engines may only recognize standard Schema.org types.
Fix it now
Try in validator (prefill this example)