{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What are the temple’s visiting hours?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The temple is open daily from 6:00 AM to 12:00 PM and 4:00 PM to 9:00 PM. Special timings may apply on festivals."
}
},{
"@type": "Question",
"name": ": Where is the temple located?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Insert temple address with landmarks or Google Maps link.]"
}
},{
"@type": "Question",
"name": ": Is there an entry fee to visit the temple?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No, entry to the temple is free for all devotees."
}
}]
}