-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathService.txt
68 lines (68 loc) · 2.07 KB
/
Service.txt
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Service",
"provider": {
"@type": "LocalBusiness",
"name": "Breen Consulting",
"telephone": "+1 877 881-4688",
"image": "https://joebreen.com/wp-content/themes/Breen/dist/images/logo.jpg",
"priceRange": "$$",
"address": {
"@type": "PostalAddress",
"addressLocality": "Washington, DC",
"streetAddress": "601 Pennsylvania Ave.,NW South Building, Suite 800",
"postalCode": "20004"
}
},
"serviceType": "Expediting Growth Through Government Contracts",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "GSA Contract Development"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Government Contract Management"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "GSA Contract Consulting"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "GSA Contract Compliance"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Market Intelligence"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Turn-Key Program Management"
}
}
]
}
}
}
</script>