{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is an aquarium?",
"acceptedAnswer": {
"@type": "Answer",
"text": "An aquarium is a tank or enclosure where aquatic plants and animals are kept for display, education, or research purposes."
}
},
{
"@type": "Question",
"name": "How do I maintain a home aquarium?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Maintaining a home aquarium involves regular water changes, monitoring water quality, cleaning filters, feeding fish properly, and ensuring suitable tank conditions."
}
},
{
"@type": "Question",
"name": "What types of fish are suitable for beginners?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Beginner-friendly fish include guppies, tetras, mollies, and goldfish, as they are hardy and easy to care for in most home aquariums."
}
}
]
}