Why Examples Work Better Than Theories
You’ve read the theory, seen the tips, maybe even tried some of them—but it’s always easier to follow a working example. In this article, I’ll show you what an SEO-optimized video post looks like on Blogspot, from top to bottom.
Use this as a template, a reference, or just something to copy-and-tweak for your own content. Let’s dive in!
Example: "Grow Basil Indoors Easily – Full Video Guide"
1. Compelling Intro Text (Before Video)
Ever dreamed of having fresh basil in your kitchen—without a garden? In this video, I’ll show you how I grow basil right on my windowsill using a recycled jar, some soil, and sunlight.
This method is perfect if you live in an apartment or just want quick access to herbs for cooking. Let’s get growing!
2. Video Embed (Using YouTube iframe)
Here’s the embed code placed directly under the intro:
<iframe width="100%" height="360" src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="Grow Basil Indoors Easily" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
3. Step-by-Step Explanation (After Video)
To make sure you don’t miss anything from the video, here’s a breakdown:
- Step 1: Prepare a glass jar and clean it thoroughly.
- Step 2: Add moist soil about 3/4 full.
- Step 3: Sprinkle 5–7 basil seeds and press them lightly into the soil.
- Step 4: Place the jar near a sunny window and water daily.
- Step 5: Within 7–10 days, sprouts appear. Snip and use them fresh!
4. Video Schema Markup
This JSON-LD helps Google recognize the video content on this page:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "Grow Basil Indoors Easily",
"description": "Step-by-step guide on growing basil at home using a simple jar setup.",
"thumbnailUrl": "https://i.ytimg.com/vi/dQw4w9WgXcQ/maxresdefault.jpg",
"uploadDate": "2025-04-20",
"contentUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"embedUrl": "https://www.youtube.com/embed/dQw4w9WgXcQ"
}
</script>
5. Call-to-Action
If you found this helpful, don’t forget to subscribe to my YouTube channel and follow this blog for more indoor gardening tricks. Got a question? Drop it in the comments below!
Key Takeaways from This Example
- Use a strong, natural-sounding intro to lead into your video
- Always embed using the official YouTube iframe
- Break down your video content in text for bots and readers
- Add structured data (schema) for better indexing
Conclusion: Don’t Just Embed—Structure
This example isn’t just about embedding a video. It’s about giving Google a reason to index it. Every paragraph, heading, and bit of code contributes to making your content discoverable.
With this format, your Blogspot video posts don’t just exist—they rank.