Advertisement
tibiole

onlinehaz-schema

Feb 1st, 2025 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.42 KB | None | 0 0
  1. Szoftver
  2. Adatlap: https://schema.org/SoftwareApplication
  3.  
  4. {
  5.   "@context": "https://schema.org",
  6.   "@type": "SoftwareApplication",
  7.   "name": "OnlineHáz",
  8.   "operatingSystem": "Web",
  9.   "applicationCategory": "BusinessApplication",
  10.   "featureList": {
  11.   }
  12.   "offers": {
  13.     "@type": "Offer",
  14.     "price": "0",
  15.     "priceCurrency": "HUF",
  16.     "description": "Meta leírás"
  17.   }
  18. }
  19.  
  20. FAQ
  21. https://schema.org/FAQPage
  22.  
  23. {
  24.   "@context": "https://schema.org",
  25.   "@type": "s",
  26.   "mainEntity": [
  27.     {
  28.       "@type": "Question",
  29.       "name": "Mennyibe kerül az OnlineHáz?",
  30.       "acceptedAnswer": {
  31.         "@type": "Answer",
  32.         "text": "Az OnlineHáz rendszere az első évben teljesen ingyenesen használható."
  33.       }
  34.     },
  35.     {
  36.       "@type": "Question",
  37.       "name": "Mennyi idő alatt történik az adatmigráció?",
  38.       "acceptedAnswer": {
  39.         "@type": "Answer",
  40.         "text": "Az adatátvitel általában néhány napon belül megtörténik, és teljesen díjmentes."
  41.       }
  42.     }
  43.   ]
  44. }
  45.  
  46. Cégadatok
  47. https://schema.org/Organization
  48.  
  49. {
  50.   "@context": "https://schema.org",
  51.   "@type": "Organization",
  52.   "name": "OnlineHáz",
  53.   "url": "https://new.onlinehaz.hu",
  54.   "sameAs": [
  55.     "https://www.facebook.com/onlinehaz",
  56.     "https://www.linkedin.com/company/onlinehaz",
  57.     "https://www.instagram.com/..../",
  58.     "https://www.youtube.com/channel/..."
  59.   ],
  60.   "logo": "https://new.onlinehaz.hu/logo.png",
  61. "contactPoint": [
  62.     {
  63.       "@type": "ContactPoint",
  64.       "telephone": "+36 30 123 4567",
  65.       "contactType": "customer service",
  66.       "areaServed": "HU"
  67.     },
  68.     {
  69.       "@type": "ContactPoint",
  70.       "email": "info@onlinehaz.hu",
  71.       "contactType": "general inquiry"
  72.       "areaServed": "HU"
  73.     }
  74. }
  75.  
  76. Vélemények
  77. https://schema.org/Review
  78.  
  79. {
  80.   "@context": "https://schema.org",
  81.   "@type": "Review",
  82.   "author": {
  83.     "@type": "Person",
  84.     "name": "Péter Kovács"
  85.     "jobTitle": "Közös Képviselő",
  86.     "worksFor": {
  87.         "@type": "Organization",
  88.         "name": "Nikép Bt."
  89.       }
  90.   },
  91.   "datePublished": "2023-11-20",
  92.   "reviewBody": "Nagyon elégedett vagyok az OnlineHáz szolgáltatásával. Könnyen kezelhető és hatékony.",
  93.   "rating": {
  94.     "@type": "Rating",
  95.     "ratingValue": "5",
  96.     "bestRating": "5",
  97.     "worstRating": "1"
  98.   }
  99.   "inLanguage": "hu"
  100. }
  101.  
  102. Blog cikk (BlogPosting)
  103.  
  104. {
  105.   "@context": "https://schema.org",
  106.   "@type": "BlogPosting",
  107.   "mainEntityOfPage": {
  108.     "@type": "WebPage",
  109.     "@id": "https://new.onlinehaz.hu/blog/hogyan-talaljunk-megfelelo-kozos-kepviselot"
  110.   },
  111.   "headline": "Hogyan találjunk megfelelő közös képviselőt?",
  112.   "image": [
  113.     "https://new.onlinehaz.hu/blog/hogyan-talaljunk-megfelelo-kozos-kepviselot/kep.jpg"
  114.    ],
  115.   "datePublished": "2024-05-13T08:00:00+02:00",
  116.   "dateModified": "2024-06-20T09:30:00+02:00",
  117.   "author": {
  118.     "@type": "Organization",
  119.     "name": "OnlineHáz",
  120.     "url": "https://new.onlinehaz.hu/"
  121.   },
  122.   "publisher": {
  123.     "@type": "Organization",
  124.     "name": "OnlineHáz",
  125.     "logo": {
  126.       "@type": "ImageObject",
  127.       "url": "https://new.onlinehaz.hu/images/logo.png"
  128.     }
  129.   },
  130.   "description": "Hasznos tanácsok és szempontok társasházak számára a megfelelő közös képviselő kiválasztásához. Ismerje meg a legfontosabb feladatokat és a sikeres együttműködés titkait.",
  131.   "articleBody": "Itt jön a teljes blogbejegyzés szövege..."
  132. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement