-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice-landing.html
More file actions
147 lines (147 loc) · 4.9 KB
/
service-landing.html
File metadata and controls
147 lines (147 loc) · 4.9 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="ru" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PC Repair Service - Moscow</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "PC Repair Service",
"image": "https://www.pcrepair.ru/company-logo.jpg",
"description": "Professional repair of computers, laptops, and mobile phones in Moscow.",
"url": "https://www.pcrepair.ru",
"telephone": "+7-495-555-1234",
"email": "info@pcrepair.ru",
"address": {
"@type": "PostalAddress",
"streetAddress": "10 Tekhnicheskaya St",
"addressLocality": "Moscow",
"addressRegion": "Moscow Region",
"postalCode": "105318",
"addressCountry": "RU"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 55.7812,
"longitude": 37.7175
},
"priceRange": "1000-10000 RUB",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "10:00",
"closes": "18:00"
}
],
"sameAs": [
"https://www.facebook.com/pcrepairmoscow",
"https://twitter.com/pcrepairmoscow"
],
"areaServed": {
"@type": "DefinedRegion",
"addressCountry": "RU",
"addressRegion": "Moscow Region",
"addressLocality": "Moscow"
},
"makesOffer": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Computer Repair",
"description": "Repair of desktop computers, including hardware and software issues.",
"serviceType": "Computer Repair Service"
},
"priceSpecification": {
"@type": "PriceSpecification",
"priceCurrency": "RUB",
"minPrice": "1000",
"maxPrice": "5000"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Laptop Repair",
"description": "Comprehensive laptop repair, including screen replacement and system diagnostics.",
"serviceType": "Laptop Repair Service"
},
"priceSpecification": {
"@type": "PriceSpecification",
"priceCurrency": "RUB",
"minPrice": "1500",
"maxPrice": "7000"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Mobile Phone Repair",
"description": "Repair of mobile phones, including battery replacement and software updates.",
"serviceType": "Mobile Phone Repair Service"
},
"priceSpecification": {
"@type": "PriceSpecification",
"priceCurrency": "RUB",
"minPrice": "1000",
"maxPrice": "4000"
}
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "120"
},
"review": [
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Alexey Ivanov"
},
"datePublished": "2025-01-15",
"reviewBody": "Fixed my laptop quickly, excellent service!",
"name": "Great Repair",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5"
}
}
]
}
</script>
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="PC Repair Service - Moscow">
<meta property="og:description" content="Professional repair of computers, laptops, and mobile phones in Moscow.">
<meta property="og:url" content="https://www.pcrepair.ru">
<meta property="og:type" content="website">
<meta property="og:locale" content="ru_RU">
<meta property="og:image" content="https://www.pcrepair.ru/company-logo.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="PC Repair Service Logo">
<meta property="og:site_name" content="PC Repair Service">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@pcrepairmoscow">
<meta name="twitter:title" content="PC Repair Service - Moscow">
<meta name="twitter:description" content="Professional repair of computers, laptops, and mobile phones in Moscow.">
<meta name="twitter:image" content="https://www.pcrepair.ru/company-logo.jpg">
<meta name="twitter:image:alt" content="PC Repair Service Logo">
</head>
<body>
<!-- Content of the landing page -->
</body>
</html>