Commit 27c3194
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 b562530 commit 27c3194
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
| 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