-
Notifications
You must be signed in to change notification settings - Fork 915
Expand file tree
/
Copy pathissue-3475-examples.txt
More file actions
38 lines (27 loc) · 1.12 KB
/
issue-3475-examples.txt
File metadata and controls
38 lines (27 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
TYPES: #eg-3475 Product
PRE-MARKUP:
<h1>Crew neck white t-shirt</h1>
<p>White t-shirt made of soft and lightweight cotton jersey,
ensuring comfort, a refined mélange texture adds sporty appeal.</p>
<a href="https://gs1.appareldemo.com/01/09506000164908">Manufacturer information</a>
MICRODATA:
<div class="itemscope" itemtype="https://schema.org/Product">
<h1 itemprop="title">Crew neck white t-shirt</h1>
<p itemprop="description">White t-shirt made of soft and lightweight cotton jersey,
ensuring comfort, a refined mélange texture adds sporty appeal.</p>
<a iteprop="hasGS1DigitalLink" href="https://gs1.appareldemo.com/01/09506000164908">Manufacturer information</a>
<meta itemprop="gtin" content="09506000164908" />
</div>
RDFA:
N/A
JSON:
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Crew neck white t-shirt",
"description": "White t-shirt made of soft and lightweight cotton jersey, ensuring comfort, a refined mélange texture adds sporty appeal.",
"hasGS1DigitalLink": "https://gs1.appareldemo.com/01/09506000164908",
"gtin": "09506000164908"
}
</script>