added gharbeia.net to 5_published

This commit is contained in:
2026-03-18 10:40:17 -04:00
parent 681d3d3363
commit 097ae1eb0b
4983 changed files with 19249 additions and 2790458 deletions

View File

@@ -0,0 +1,44 @@
{
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+1-123-456-789",
"contactType": "customer service",
"contactOption": "TollFree",
"areaServed": "US"
},{
"@type": "ContactPoint",
"telephone": "+1-123-445-687",
"contactType": "customer service"
},{
"@type": "ContactPoint",
"telephone": "+1-123-296-1018",
"contactType": "customer service",
"contactOption": [
"HearingImpairedSupported",
"TollFree"
],
"areaServed": "US"
},{
"@type": "ContactPoint",
"telephone": "+1-123-234-1304",
"contactType": "technical support",
"contactOption": "TollFree",
"areaServed": [
"US",
"CA"
],
"availableLanguage": [
"English",
"French"
]
},{
"@type": "ContactPoint",
"telephone": "+1-123-333-234",
"contactType": "bill payment",
"contactOption": "TollFree",
"areaServed": [
"US",
"CA"
]
}]
}