DNS Records
JSON+LD
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://intranet.archatl.com/#schema-publishing-organization",
"url": "https://intranet.archatl.com",
"name": "Archdiocese of Atlanta",
"logo": {
"@type": "ImageObject",
"@id": "https://intranet.archatl.com/#schema-organization-logo",
"url": "https://intranet.archatl.com/wp-content/uploads/AoA_Brand_XV_web_stacked-300.jpg",
"height": 60,
"width": 60
}
},
{
"@type": "WebSite",
"@id": "https://intranet.archatl.com/#schema-website",
"url": "https://intranet.archatl.com",
"name": "AoA Intranet",
"encoding": "UTF-8",
"potentialAction": {
"@type": "SearchAction",
"target": "https://intranet.archatl.com/search/{search_term_string}/",
"query-input": "required name=search_term_string"
}
},
{
"@type": "CollectionPage",
"@id": "https://intranet.archatl.com/#schema-webpage",
"isPartOf": {
"@id": "https://intranet.archatl.com/#schema-website"
},
"publisher": {
"@id": "https://intranet.archatl.com/#schema-publishing-organization"
},
"url": "https://intranet.archatl.com/",
"mainEntity": {
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "1",
"url": "https://intranet.archatl.com/"
}
]
}
},
{
"@type": "BreadcrumbList",
"@id": "https://intranet.archatl.com/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home"
}
]
}
]
}