Skip to main content

add video schema markup in blogspot manually

Why Schema Markup Helps Video SEO

Schema markup is structured data that helps Google understand what’s on your page. For videos, it tells Google key info like the title, upload date, thumbnail, and description — boosting your chance to show up in rich results or video carousels.

Without it, your Blogspot video post is just another URL to crawl.

Step 1: Prepare Your Video Details

Before you add the schema, gather the following information:

  • Video Title – Short, descriptive
  • Description – 1–2 sentence summary
  • Upload Date – Use format: YYYY-MM-DD
  • Thumbnail URL – Must be accessible (uploaded in Blogspot or hosted externally)
  • Video URL or Embed Link – YouTube or direct video file

Step 2: Create the JSON-LD Schema Markup

Paste the following JSON-LD code into your Blogspot post’s HTML view. Adjust values accordingly:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "VideoObject",
  "name": "How to Start a Blog on Blogspot",
  "description": "This video shows step-by-step how beginners can create a Blogspot blog in under 10 minutes.",
  "thumbnailUrl": "https://yourblog.com/images/start-blog-thumbnail.jpg",
  "uploadDate": "2025-04-29",
  "contentUrl": "https://www.youtube.com/watch?v=yourVideoID",
  "embedUrl": "https://www.youtube.com/embed/yourVideoID"
}
</script>

This should go right before the closing </body> tag if you edit the entire template, or at the top of your post in HTML view.

Step 3: Use Search Console's Rich Results Test

To make sure your markup works, go to Google’s Rich Results Test:

https://search.google.com/test/rich-results

Paste the post URL and run the test. If it detects a VideoObject, you're all set.

Step 4: Optional – Add Duration, Publisher, or Transcript

You can enhance your schema with more optional properties. Example:

"duration": "PT5M30S",
"publisher": {
  "@type": "Organization",
  "name": "Your Blog Name",
  "logo": {
    "@type": "ImageObject",
    "url": "https://yourblog.com/logo.jpg"
  }
}

The more info you provide, the more eligible your video becomes for featured snippets.

Step 5: Keep Markup Updated

If you change your video, thumbnail, or any metadata, update your schema. Google won’t reflect changes unless your structured data matches your visible content.

Outdated markup could even lead to penalties or removal from video results.

Conclusion: Schema Is Your Secret SEO Weapon

By adding schema markup manually, you're doing what most Blogspot users never bother with — and that gives you an SEO edge. It’s a simple code snippet, but the impact on search visibility is huge.

Take 5 extra minutes to include schema in each video post, and let Google know exactly what your content offers.

Comments

Popular posts from this blog

optimize blogspot template for video seo

Why Template Settings Matter for Video SEO Many Blogspot beginners focus on posting content, but forget one major factor: your template can either help or hurt your SEO — especially for videos. If Google has a hard time accessing your layout or identifying your content, your video might never get indexed properly. Let’s fix that! Step 1: Choose a Lightweight, Mobile-Friendly Template Pick a Blogspot template that loads fast and adjusts well to different screen sizes. Templates like “Contempo,” “Emporio,” or “Soho” are modern and mobile-ready. Google prioritizes mobile-first indexing — and if your video isn't viewable on phones, you're out of luck. Step 2: Place Video Embeds Above the Fold Try to place your video embed near the top of the post, so users (and bots) don’t have to scroll too far to see it. Example: <iframe width="560" height="315" src="https://www.youtube.com/embed/yourVideoID" title="My Tutorial" frameborder...

avoid killing your video seo

What’s Hurting Your Video SEO More Than You Think You followed the guides. You picked great keywords. You uploaded with high hopes. And yet… your video views are flatter than a pancake. What gives? Often, it’s not what you didn’t do—it’s what you did wrong without realizing. Video SEO isn’t rocket science, but it does require attention to detail. Miss a few key steps, and your content might stay hidden while your competitors shine. Let’s uncover the silent killers of video SEO—and more importantly, how to fix them. Top Video SEO Mistakes to Avoid There’s nothing worse than putting in hours of work and getting crickets in return. The truth? Even experienced creators make simple mistakes that sabotage their rankings. Avoid these pitfalls, and you’ll already be ahead of the curve. This isn’t just a list of “don’ts.” Each mistake comes with a solution—because knowing the problem is only half the battle. 1. Generic or Misleading Titles Clickbait titles might get you initial click...

mastering video visibility

Why Video SEO Deserves Your Attention Video content isn't just dominating social media—it's reshaping how people search and consume information. If your videos aren’t showing up in search results, you're likely missing out on significant organic traffic. Google's universal search includes video results from platforms like YouTube, and optimizing for that visibility can give your brand a real edge. SEO for video isn’t just about stuffing keywords into titles. It’s a comprehensive strategy that aligns your content, metadata, and user experience to help search engines understand and surface your videos to the right viewers. Understanding How Video SEO Works At its core, video SEO is about making your content more discoverable to search engines and users. This includes technical steps like optimizing metadata, but also creative strategies such as crafting engaging thumbnails and ensuring relevant content context. Search engines analyze signals such as video titles, ...