/* ① LocalBusiness + AggregateRating */
{
"@context": "https://schema.org",
"@type": "BeautySalon",
"@id": "https://www.sunstudiotan.com/#business",
"name": "Sun Studio Tan",
"description": "Premium airbrush spray tanning and LED teeth whitening studio in Columbus, Ohio's Short North neighborhood. Custom Norvell tanning, Bleach Bright LED whitening, and membership plans.",
"url": "https://www.sunstudiotan.com",
"telephone": "+16143330051",
"email": "info@sunstudiotan.com",
"priceRange": "$$",
"image": "https://static.wixstatic.com/media/7f0204_b1c26d465f264cf5ac115f7b54b2f00a~mv2.png",
"address": {
"@type": "PostalAddress",
"streetAddress": "612 North High Street",
"addressLocality": "Columbus",
"addressRegion": "OH",
"postalCode": "43215",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 39.9757,
"longitude": -83.0027
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],
"opens": "08:00",
"closes": "20:00"
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "38",
"bestRating": "5",
"worstRating": "1"
},
"sameAs": [
"https://www.facebook.com/sunstudiotan",
"https://www.instagram.com/sunstudiotan",
"https://www.yelp.com/biz/sun-studio-tan-columbus",
"https://g.page/sunstudiotan"
],
"areaServed": {
"@type": "City",
"name": "Columbus"
}
}
/* ② Service — Airbrush Spray Tanning */
{
"@context": "https://schema.org",
"@type": "Service",
"@id": "https://www.sunstudiotan.com/#spray-tanning",
"name": "Airbrush Spray Tanning",
"description": "Custom airbrush spray tanning using Norvell professional formulas. Choose from BASE, BUILD, or BRONZED membership tiers or pay-per-session.",
"serviceType": "Spray Tanning",
"url": "https://www.sunstudiotan.com/spray-tanning",
"provider": {
"@type": "BeautySalon",
"@id": "https://www.sunstudiotan.com/#business",
"name": "Sun Studio Tan"
},
"areaServed": {
"@type": "City",
"name": "Columbus"
},
"offers": [
{
"@type": "Offer",
"name": "BASE Membership (Monthly)",
"price": "24.99",
"priceCurrency": "USD",
"priceSpecification": {
"@type": "PriceSpecification",
"priceCurrency": "USD",
"price": "24.99",
"billingDuration": "P1M"
},
"availability": "InStock"
},
{
"@type": "Offer",
"name": "BUILD Membership (Monthly)",
"price": "39.99",
"priceCurrency": "USD",
"priceSpecification": {
"@type": "PriceSpecification",
"priceCurrency": "USD",
"price": "39.99",
"billingDuration": "P1M"
},
"availability": "InStock"
},
{
"@type": "Offer",
"name": "BRONZED Membership (Monthly)",
"price": "59.99",
"priceCurrency": "USD",
"priceSpecification": {
"@type": "PriceSpecification",
"priceCurrency": "USD",
"price": "59.99",
"billingDuration": "P1M"
},
"availability": "InStock"
},
{
"@type": "Offer",
"name": "BASE Single Session",
"price": "42",
"priceCurrency": "USD",
"availability": "InStock"
},
{
"@type": "Offer",
"name": "BUILD Single Session",
"price": "52",
"priceCurrency": "USD",
"availability": "InStock"
},
{
"@type": "Offer",
"name": "BRONZED Single Session",
"price": "62",
"priceCurrency": "USD",
"availability": "InStock"
}
]
}
/* ③ Service — LED Teeth Whitening */
{
"@context": "https://schema.org",
"@type": "Service",
"@id": "https://www.sunstudiotan.com/#teeth-whitening",
"name": "LED Teeth Whitening",
"description": "Professional LED teeth whitening using the Bleach Bright system. Single sessions, 3-session packages, and monthly memberships available.",
"serviceType": "Teeth Whitening",
"url": "https://www.sunstudiotan.com/teeth-whitening",
"provider": {
"@type": "BeautySalon",
"@id": "https://www.sunstudiotan.com/#business",
"name": "Sun Studio Tan"
},
"areaServed": {
"@type": "City",
"name": "Columbus"
},
"offers": [
{
"@type": "Offer",
"name": "Single Session",
"price": "139",
"priceCurrency": "USD",
"availability": "InStock"
},
{
"@type": "Offer",
"name": "3-Session Package",
"price": "239",
"priceCurrency": "USD",
"availability": "InStock"
},
{
"@type": "Offer",
"name": "Monthly Membership",
"price": "49",
"priceCurrency": "USD",
"priceSpecification": {
"@type": "PriceSpecification",
"priceCurrency": "USD",
"price": "49",
"billingDuration": "P1M"
},
"availability": "InStock"
}
]
}
/* ④ Organization */
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.sunstudiotan.com/#organization",
"name": "Sun Studio Tan",
"url": "https://www.sunstudiotan.com",
"logo": {
"@type": "ImageObject",
"url": "https://static.wixstatic.com/media/7f0204_b1c26d465f264cf5ac115f7b54b2f00a~mv2.png",
"width": 400,
"height": 400
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+16143330051",
"contactType": "Customer Service",
"areaServed": "US",
"availableLanguage": "en"
},
"sameAs": [
"https://www.facebook.com/sunstudiotan",
"https://www.instagram.com/sunstudiotan",
"https://www.yelp.com/biz/sun-studio-tan-columbus",
"https://g.page/sunstudiotan"
],
"address": {
"@type": "PostalAddress",
"streetAddress": "612 North High Street",
"addressLocality": "Columbus",
"addressRegion": "OH",
"postalCode": "43215",
"addressCountry": "US"
}
}
/* ⑤ BreadcrumbList */
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.sunstudiotan.com" },
{ "@type": "ListItem", "position": 2, "name": "Spray Tanning", "item": "https://www.sunstudiotan.com/spray-tanning" },
{ "@type": "ListItem", "position": 3, "name": "Teeth Whitening", "item": "https://www.sunstudiotan.com/teeth-whitening" },
{ "@type": "ListItem", "position": 4, "name": "Memberships", "item": "https://www.sunstudiotan.com/memberships" }
]
}
top of page
Professional
Teeth Whitening Professional LED Teeth Whitening in Columbus
Professional LED Teeth Whitening in Columbus Professional LED Teeth Whitening in Columbus Professional LED Teeth Whitening in Columbus Why Columbus Professionals Choose Sun Studio Tan for Teeth Whitening
After 20+ years in the beauty industry, from NYC salons to Columbus's Short North, I've seen every teeth whitening trend. Here's the truth: professional LED whitening delivers results that drugstore strips, whitening toothpaste, and DIY kits simply can't match.
The Sun Studio Tan difference in Columbus:
Same LED technology dentists use
Immediate results - up to 8 shades whiter in one session
Safe for sensitive teeth and enamel
Fraction of the dentist cost ($139 vs $400-600)
Convenient Short North location with free parking
Safe for Columbus Coffee Culture
Love your Starbucks and Short North café stops?
Our LED whitening works with your lifestyle. Unlike harsh strips that damage enamel, our professional treatment whitens without weakening teeth structure.
Post-whitening guidelines:
Avoid staining drinks for 24 hours
Use provided touch-up instructions
Schedule maintenance sessions every 3-4 months
Perfect excuse to try new Columbus coffee shops with your bright smile
Ready for a confidence-boosting smile?
Located at 612 N High Street in the heart of Columbus's Short North - easy parking, professional results.
bottom of page