// ── RealEstateAgent + AggregateRating Schema Injector ──────────────────────
// Paste this at the BOTTOM of your Placester Footer JS box.
// Do NOT remove the FieldNotes code above it. This is a separate, independent block.
// Before saving: replace the two REPLACE_WITH values below with your real numbers.
// ────────────────────────────────────────────────────────────────────────────
(function () {
var schema = {
"@context": "https://schema.org",
"@type": "RealEstateAgent",
"name": "Ren\u00e9 Hauck",
"alternateName": "Rene Hauck",
"url": "https://www.renehauckrealestate.com",
"telephone": "+13179877068",
"email": "rene@indyhomepros.com",
"image": "https://media.placester.com/image/upload/c_scale,dpr_1.0,f_auto,fl_lossy,q_auto,w_1024/c_scale,w_1024/v1/inception-app-prod/ZWY0MGFjYjktYTc4Zi00MDQzLWJiN2QtMDE2MTY3ZTJjOTNi/content/2025/05/e5da186a1d3d1952f6b3ce295fc5c6512fe68bdc.png",
"description": "Full-service REALTOR\u00ae with RE/MAX Advanced Realty in Plainfield, Indiana. Specializing in downsizing, upsizing, relocation, and 55+ communities across Hendricks County and West Indianapolis, including Plainfield, Avon, Brownsburg, and Danville. Licensed since 2014 with 240+ closings and $51M+ in transaction volume.",
"address": {
"@type": "PostalAddress",
"streetAddress": "8313 W 10th Street",
"addressLocality": "Indianapolis",
"addressRegion": "IN",
"postalCode": "46234",
"addressCountry": "US"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.0",
"reviewCount": "165",
"bestRating": "5",
"worstRating": "1"
},
"worksFor": {
"@type": "Organization",
"name": "RE/MAX Advanced Realty",
"url": "https://www.remaxadvancedrealty.com"
},
"areaServed": [
{ "@type": "City", "name": "Plainfield", "addressRegion": "IN" },
{ "@type": "City", "name": "Avon", "addressRegion": "IN" },
{ "@type": "City", "name": "Brownsburg", "addressRegion": "IN" },
{ "@type": "City", "name": "Danville", "addressRegion": "IN" },
{ "@type": "AdministrativeArea", "name": "Hendricks County", "addressRegion": "IN" },
{ "@type": "City", "name": "Indianapolis", "addressRegion": "IN" }
],
"knowsAbout": [
"Downsizing",
"Upsizing",
"Relocation",
"55+ Communities",
"Patio Homes",
"First-Time Home Buyers",
"New Construction",
"Estate Sales",
"Home Staging",
"Real Estate Negotiation",
"Hendricks County Real Estate",
"West Indianapolis Real Estate"
],
"hasCredential": [
{
"@type": "EducationalOccupationalCredential",
"name": "SRES\u00ae \u2014 Seniors Real Estate Specialist"
},
{
"@type": "EducationalOccupationalCredential",
"name": "CFSP \u2014 Certified Full-Service Professional"
},
{
"@type": "EducationalOccupationalCredential",
"name": "PSA \u2014 Pricing Strategy Advisor"
}
],
"identifier": {
"@type": "PropertyValue",
"name": "Indiana Real Estate License",
"value": "RB14048555"
},
"sameAs": [
"https://www.zillow.com/profile/rhauckIN/",
"https://www.realtor.com/realestateagents/5841adfaed58ae00014036da",
"https://www.remax.com/real-estate-agents/rene-hauck-indianapolis-in/101913036",
"https://maps.app.goo.gl/7N6PEN3FJRx7CugE9",
"https://www.linkedin.com/in/renehauckrealestate/",
"https://www.instagram.com/rene.hauck.realestate/",
"https://www.facebook.com/ReneHauckRealEstate/",
"https://www.youtube.com/@renehauckrealestate"
]
};
var scriptTag = document.createElement("script");
scriptTag.type = "application/ld+json";
scriptTag.text = JSON.stringify(schema);
document.head.appendChild(scriptTag);
})();