top of page
bottom of page
{
"@context": "https://schema.org",
"@type": "HairSalon",
"name": "Brooklyn's Curl Suite",
"url": "https://brooklynscurlsuite.com",
"image": "https://brooklynscurlsuite.com/logo.png",
"description": "A curly hair-focused salon in Portland, ME, specializing in expert cuts and treatments for all curl types.",
"address": {
"@type": "PostalAddress",
"streetAddress": "9A Sanborn Street",
"addressLocality": "Portland",
"addressRegion": "ME",
"postalCode": "04103",
"addressCountry": "US"
},
"telephone": "1-866-382-2987",
"openingHours": "We 09:00-13:00, Th-Fr 09:00-19:00",
"priceRange": "$$",
"sameAs": [
"https://www.instagram.com/brooklynscurlsuite",
"https://www.facebook.com/brooklynscurlsuite"
],
"service": [
{
"@type": "Service",
"name": "Custom Curl Cut",
"description": "A fully customized haircut for curly, coily, and wavy hair, designed to enhance your natural curl pattern.",
"provider": {
"@type": "HairSalon",
"name": "Brooklyn's Curl Suite"
},
"areaServed": {
"@type": "City",
"name": "Portland"
},
"serviceType": "Curly Haircut",
"offers": {
"@type": "Offer",
"price": "150.00",
"priceCurrency": "USD",
"url": "https://brooklynscurlsuite.com/services/custom-curl-cut"
}
}
]
}