Commit d277ecc
fix(seo): set og:type=product on product detail pages
SeoPDPV2 was inheriting og:type from site-level config (usually "website").
Adds "product" to OGType union and explicitly sets type="product" in the
SeoPDPV2 loader so PDPs emit the correct Open Graph type.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent dd63a83 commit d277ecc
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments