PozoAppOptimandSEO/public/schema.json

94 lines
2.7 KiB
JSON
Raw Permalink Normal View History

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://www.pozo.app/#organization",
"name": "POZO",
"alternateName": "PozoMind",
"url": "https://www.pozo.app/",
"logo": {
"@type": "ImageObject",
"url": "https://www.pozo.app/src/Images/PozoAppFavicon.png"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+91-7324000011",
"contactType": "customer service",
"areaServed": "IN",
"availableLanguage": ["English", "Hindi"]
},
"address": {
"@type": "PostalAddress",
"streetAddress": "No 51 Step Colony, Dharga",
"addressLocality": "Hosur",
"addressRegion": "Tamil Nadu",
"postalCode": "635126",
"addressCountry": "IN"
},
"sameAs": [
"https://www.facebook.com/pozoapp",
"https://www.instagram.com/pozoapp",
"https://twitter.com/pozoapp",
"https://www.youtube.com/pozoapp"
]
},
{
"@type": "LocalBusiness",
"@id": "https://www.pozo.app/#localbusiness",
"name": "POZO - Retail ERP & POS Software",
"image": "https://www.pozo.app/og/home.jpg",
"description": "Fast billing, smart inventory, GST-ready POS. POZO helps kirana, mini-supermarkets & retail chains speed checkout, connect weighing scales, and manage multi-store ops.",
"url": "https://www.pozo.app/",
"telephone": "+91-7324000011",
"priceRange": "₹₹",
"address": {
"@type": "PostalAddress",
"streetAddress": "No 51 Step Colony, Dharga",
"addressLocality": "Hosur",
"addressRegion": "Tamil Nadu",
"postalCode": "635126",
"addressCountry": "IN"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 12.1265,
"longitude": 77.8309
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "18:00"
},
"serviceArea": {
"@type": "Country",
"name": "India"
}
},
{
"@type": "SoftwareApplication",
"@id": "https://www.pozo.app/#software",
"name": "POZO POS & ERP Software",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Android, Windows, Web",
"offers": {
"@type": "Offer",
"price": "999",
"priceCurrency": "INR",
"priceValidUntil": "2025-12-31"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "150"
}
}
]
}