Advertisement
KorzunovSEO

Untitled

Jul 19th, 2024
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.61 KB | None | 0 0
  1. <script
  2. type="application/ld+json">{
  3.     "@context": "http://schema.org",
  4.     "@type": "AutoRental",
  5.     "name": "Hire Car Prague",
  6.     "image": "https://www.hirecarprague.com/media/1239/logo-size2.png",
  7.     "telephone": "+420 212 241 723",
  8.     "email": "[email protected]",
  9.     "priceRange": "€15-119",
  10.     "address": {
  11.         "@type": "PostalAddress",
  12.         "streetAddress": "Slezská 2199/108",
  13.         "postalCode": "130 00",
  14.         "addressLocality": "Prague",
  15.         "addressRegion": "Prague Region",
  16.         "addressCountry": "CZ"
  17.     },
  18.     "openingHoursSpecification": [
  19.         {
  20.             "@type": "OpeningHoursSpecification",
  21.             "dayOfWeek": [
  22.                 "monday"
  23.             ],
  24.             "opens": "08:00:00",
  25.             "closes": "18:00:00"
  26.         },
  27.         {
  28.             "@type": "OpeningHoursSpecification",
  29.             "dayOfWeek": [
  30.                 "tuesday"
  31.             ],
  32.             "opens": "08:00:00",
  33.             "closes": "18:00:00"
  34.         },
  35.         {
  36.             "@type": "OpeningHoursSpecification",
  37.             "dayOfWeek": [
  38.                 "wednesday"
  39.             ],
  40.             "opens": "08:00:00",
  41.             "closes": "18:00:00"
  42.         },
  43.         {
  44.             "@type": "OpeningHoursSpecification",
  45.             "dayOfWeek": [
  46.                 "thursday"
  47.             ],
  48.             "opens": "08:00:00",
  49.             "closes": "18:00:00"
  50.         },
  51.         {
  52.             "@type": "OpeningHoursSpecification",
  53.             "dayOfWeek": [
  54.                 "friday"
  55.             ],
  56.             "opens": "08:00:00",
  57.             "closes": "18:00:00"
  58.         },
  59.         {
  60.             "@type": "OpeningHoursSpecification",
  61.             "dayOfWeek": [
  62.                 "saturday"
  63.             ],
  64.             "opens": "08:00:00",
  65.             "closes": "18:00:00"
  66.         },
  67.         {
  68.             "@type": "OpeningHoursSpecification",
  69.             "dayOfWeek": [
  70.                 "sunday"
  71.             ],
  72.             "opens": "08:00:00",
  73.             "closes": "18:00:00"
  74.         }
  75.     ],
  76.     "areaServed": {
  77.         "@type": "City",
  78.         "name": "Prague"
  79.     },
  80.     "parentOrganization": {
  81.         "@type": "Organization",
  82.         "name": "Hire Car Prague"
  83.     },
  84.     "contactPoint": {
  85.         "@type": "ContactPoint",
  86.         "telephone": "+420 774 078 078",
  87.         "contactType": "customer service",
  88.         "areaServed": "CZ",
  89.         "availableLanguage": ["en","Czech","Russian"]
  90.       },
  91.     "sameAs": [
  92.     "https://www.facebook.com/hirecarprague/",
  93.     "https://ch.trustpilot.com/review/hirecarprague.com"
  94.   ]
  95. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement