{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Did the reformulation of King change the longevity?",
"acceptedAnswer": {
"@type": "Answer",
"text": "King maintains excellent longevity at 12+ hours. There are no reports of a reformulation affecting its lasting power since its release."
}
},
{
"@type": "Question",
"name": "Can men wear King?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, King is specifically marketed towards men, with its bold, aromatic profile being ideal for those who want to make a statement."
}
},
{
"@type": "Question",
"name": "Is this fragrance suitable for people with dry skin?",
"acceptedAnswer": {
"@type": "Answer",
"text": "King is generally well-suited for dry skin, but applying a moisturizer first can help enhance the longevity and projection on dry skin types."
}
},
{
"@type": "Question",
"name": "Which seasons is this fragrance best worn in?",
"acceptedAnswer": {
"@type": "Answer",
"text": "King excels in spring and summer due to its lively, citrusy top notes and fruity heart, making it great for warm weather and evening outings."
}
}
]
}
```json
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Bharara King",
"description": "A dynamic aromatic fragrance bursting with fresh citrus and a sweet fruity heart, defined by a warm vanilla, white musk, and amber base.",
"url": "https://www.findafragrance.com/fragrance-reviews/king-eau-de-parfum",
"brand": {
"@type": "Brand",
"name": "Bharara"
},
"keywords": "citrus aromatic perfume, niche fragrance, men's scent",
"sku": "king-eau-de-parfum",
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "Scent Profile",
"value": "A bold and powerful scent with a citrus burst and warm undertones."
},
{
"@type": "PropertyValue",
"name": "Top Notes",
"value": "Orange, Bergamot, Lemon"
},
{
"@type": "PropertyValue",
"name": "Middle Notes",
"value": "Fruity Notes"
},
{
"@type": "PropertyValue",
"name": "Base Notes",
"value": "Vanilla, White Musk, Amber"
},
{
"@type": "PropertyValue",
"name": "Gender",
"value": "Men"
},
{
"@type": "PropertyValue",
"name": "Launch Year",
"value": "2021"
},
{
"@type": "PropertyValue",
"name": "Concentration",
"value": "Eau de Parfum"
},
{
"@type": "PropertyValue",
"name": "Projection",
"value": "Strong"
},
{
"@type": "PropertyValue",
"name": "Longevity",
"value": "Excellent, 12+ hours"
}
],
"offers": {
"@type": "Offer",
"price": 85.00,
"priceCurrency": "GBP",
"availability": "https://schema.org/InStock",
"url": "https://www.findafragrance.com/fragrance-reviews/king-eau-de-parfum"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 4.5,
"ratingCount": 150
},
"reviews": [
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Jordan Langley"
},
"datePublished": "2023-02-20",
"reviewBody": "The citrus opening is invigorating and lasts impressively long. It's both bold and refreshing.",
"name": "Citrus Bliss",
"reviewRating": {
"@type": "Rating",
"ratingValue": 4.5
}
},
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Alex Nguyen"
},
"datePublished": "2023-04-15",
"reviewBody": "A dynamic blend! The fruity notes complement the vanilla base, creating a truly unique scent.",
"name": "Unique and Bold",
"reviewRating": {
"@type": "Rating",
"ratingValue": 4.6
}
},
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Nina Patel"
},
"datePublished": "2023-07-08",
"reviewBody": "Initially strong, this fragrance balances nicely as it settles. Perhaps too powerful for some.",
"name": "Powerful and Balanced",
"reviewRating": {
"@type": "Rating",
"ratingValue": 4.4
}
},
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Sofia Romero"
},
"datePublished": "2023-09-10",
"reviewBody": "An excellent choice for the confident man. The projection is noticeable without being overpowering.",
"name": "Confidently Radiant",
"reviewRating": {
"@type": "Rating",
"ratingValue": 4.5
}
},
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Chris Thompson"
},
"datePublished": "2023-08-22",
"reviewBody": "This scent lasts the entire day, though might be a bit synthetic at the start.",
"name": "Enduring Fragrance",
"reviewRating": {
"@type": "Rating",
"ratingValue": 4.5
}
}
]
}
```