Advertisement
KorzunovSEO

AutoRental - rentcarcarlsbad.com

Dec 28th, 2024 (edited)
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. <script
  2. type="application/ld+json">{
  3. "@context": "http://schema.org",
  4. "@type": "AutoRental",
  5. "name": "Rent Car Carlsbad",
  6. "image": "https://www.rentcarcarlsbad.com/media/1770/rent-car-carlsbad-170x24.png",
  7. "email": "[email protected]",
  8. "priceRange": "€32-84",
  9. "address": {
  10. "@type": "PostalAddress",
  11. "streetAddress": "Krymská 17",
  12. "postalCode": "360 01",
  13. "addressLocality": "Karlovy Vary",
  14. "addressRegion": "Karlovy Vary Region",
  15. "addressCountry": "CZ"
  16. },
  17. "openingHoursSpecification": [
  18. {
  19. "@type": "OpeningHoursSpecification",
  20. "dayOfWeek": [
  21. "monday"
  22. ],
  23. "opens": "08:00:00",
  24. "closes": "18:00:00"
  25. },
  26. {
  27. "@type": "OpeningHoursSpecification",
  28. "dayOfWeek": [
  29. "tuesday"
  30. ],
  31. "opens": "08:00:00",
  32. "closes": "18:00:00"
  33. },
  34. {
  35. "@type": "OpeningHoursSpecification",
  36. "dayOfWeek": [
  37. "wednesday"
  38. ],
  39. "opens": "08:00:00",
  40. "closes": "18:00:00"
  41. },
  42. {
  43. "@type": "OpeningHoursSpecification",
  44. "dayOfWeek": [
  45. "thursday"
  46. ],
  47. "opens": "08:00:00",
  48. "closes": "18:00:00"
  49. },
  50. {
  51. "@type": "OpeningHoursSpecification",
  52. "dayOfWeek": [
  53. "friday"
  54. ],
  55. "opens": "08:00:00",
  56. "closes": "18:00:00"
  57. },
  58. {
  59. "@type": "OpeningHoursSpecification",
  60. "dayOfWeek": [
  61. "saturday"
  62. ],
  63. "opens": "08:00:00",
  64. "closes": "18:00:00"
  65. },
  66. {
  67. "@type": "OpeningHoursSpecification",
  68. "dayOfWeek": [
  69. "sunday"
  70. ],
  71. "opens": "08:00:00",
  72. "closes": "18:00:00"
  73. }
  74. ],
  75. "areaServed": {
  76. "@type": "City",
  77. "name": "Karlovy Vary"
  78. },
  79. "parentOrganization": {
  80. "@type": "Organization",
  81. "name": "Rent a Car in Carlsbad"
  82. }
  83. }</script>
  84.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement