top of page
bottom of page
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "RealEstateAgent",
"@id": "https://www.evatherealtor.com/#agent",
"name": "Eva Swersey, Compass",
"url": "https://www.evatherealtor.com/",
"telephone": "+1-703-297-2822",
"logo": "https://www.evatherealtor.com/path-to-your-logo.png",
"image": "https://www.evatherealtor.com/path-to-your-headshot.jpg",
"address": {
"@type": "PostalAddress",
"streetAddress": "144 Church St, Suite 301",
"addressLocality": "Vienna",
"addressRegion": "VA",
"postalCode": "22180",
"addressCountry": "US"
},
"areaServed": ["Vienna VA","Oakton VA","McLean VA","Northern Virginia"],
"sameAs": [
"https://www.instagram.com/EvaTheRealtor",
"https://www.facebook.com/...",
"https://www.linkedin.com/in/...",
"https://www.youtube.com/@..."
]
},
{
"@type": "WebSite",
"@id": "https://www.evatherealtor.com/#website",
"url": "https://www.evatherealtor.com/",
"name": "Eva The Realtor",
"publisher": { "@id": "https://www.evatherealtor.com/#agent" },
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.evatherealtor.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
]
}