Skip to content
SEO Madmanby Adam Hafez

Google documents creator for VideoObject structured data

Google's video structured data docs now list creator, or author, as a recommended property and name the four interaction types it supports.

Published · 2 min read

Written byAdam Hafez
Share
Markdown
A man in a white polo shirt standing behind a black video camera on a lit film set

Key takeaways

  • Google added creator to its VideoObject documentation on 24 September 2026 and noted that author is also supported.
  • Google lists creator as a recommended property, so video markup without it stays eligible for video features.
  • A creator must be a Person or Organization, and Google says you must provide either name or alternateName.
  • Google now names four supported interaction types, WatchAction, LikeAction, CommentAction and ShareAction.
  • Required VideoObject properties are unchanged, still name, thumbnailUrl and uploadDate.

Google updated its video structured data documentation on 24 September 2026. The entry in its documentation updates log says Google “added the creator property (noting support for author)” and updated interactionStatistic to document the interaction types it supports. Nothing about the required properties changed.

What did Google change in the video structured data docs?

Two things, both in the recommended property table for VideoObject.

creator, or author. The new row describes the person or organization that created or published the video. The expected type is Person or Organization, and it has two subproperties:

  • creator.name (or author.name): the name of the creator or organization. Google says that if a person or organization is specified, you must provide either name or alternateName.
  • creator.url (or author.url): a link to a page that uniquely identifies the creator, such as a profile page or homepage.

Google’s own example uses a Person with a name and a profile URL, and its full page example uses an Organization.

interactionStatistic. The property was already recommended. What is new is an explicit list of supported interactionType values:

  • WatchAction: the number of times the video has been watched.
  • LikeAction: the number of likes or upvotes.
  • CommentAction: the number of comments.
  • ShareAction: the number of reshares.

userInteractionCount is an Integer, the number of times that interaction was performed. The older interactionCount property is still supported, but Google recommends interactionStatistic going forward.

Does this make creator required?

No. Google lists creator as recommended. The required properties are unchanged: name, thumbnailUrl and uploadDate. Markup that has those three stays eligible, whether or not it names a creator.

What should you do about it?

Name the creator as an object, not a string. "creator": "Jane Doe" is not what Google documents. Use a Person or Organization with a name, and add a url if a profile or homepage exists. If your CMS already outputs author, you do not need to rename it, since Google supports both.

Check your interaction types. A view count marked as a ViewAction, or any type outside the four above, is not one Google says it supports. Views belong under WatchAction. Keep userInteractionCount a whole number.

Do not invent counts. Google describes these as user statistics “if applicable”. Leave the property out rather than publishing a figure you cannot back up.

Can I test my markup against the new rules?

Yes. We updated our VideoObject required fields checker the same week. It now accepts creator or author, warns when the value is plain text or has neither name nor alternateName, and checks each interactionStatistic entry for a supported type and an integer count. It runs in your browser, and nothing you paste leaves the page.

Why we care

This is a documentation change, not a ranking change, and it asks little of anyone. Its value is precision: a named creator and a clear list of interaction types remove two places where video markup was guesswork. Sites that publish video under a real person or brand now have a documented place to say so.

The evidence

Type
announcement
Impact
low
Affects
video structured data, VideoObject markup, video rich results

Sources

  1. 1.Video (VideoObject, Clip, BroadcastEvent) structured data - Google Search CentralPrimary
  2. 2.Latest Google Search documentation updates - Google Search Central, September 24, 2026Primary
  3. 3.Google Video Structured Data Adds Creator Property - Search Engine Roundtable, September 24, 2026

Frequently asked questions

Is creator required for VideoObject structured data?

No. Google lists creator, or author, among the recommended properties. The required ones are still name, thumbnailUrl and uploadDate.

Should I use creator or author?

Either. Google documents creator and notes that author is also supported, with the same Person or Organization shape and the same name and url subproperties.

Which interactionType values does Google support for video?

WatchAction for views, LikeAction for likes or upvotes, CommentAction for comments and ShareAction for reshares, each with an integer userInteractionCount.

Do I need to change existing video markup?

Only if you want the recommended fields. Markup that meets the three required properties is not made invalid by this update.

About the author

Adam Hafez
Adam Hafez

Founder, UpgradIQ FZC LLC

Adam Hafez works on technical SEO and search measurement: how pages get crawled, indexed, ranked and now quoted by answer engines. He founded UpgradIQ, which reads Google Search Console and GA4 to tie ranking movement back to the changes that caused it. He publishes what the data supports and states the limits of it.

  • Technical SEO
  • Search Console and GA4 measurement
  • Answer engine optimization
  • Structured data

The briefing

Only what actually changed in search, delivered in full by RSS, Atom or JSON feed.

Follow