1

Relating to the video:id tag for video sitemaps value Where do I find the freebase id that needs to be put in as the value? For example, CNBC. I was looking on the CNBC page on the freebase website and couldn't find it... http://www.freebase.com/view/en/cnbc.

Kyle Souza
  • 127
  • 9

1 Answers1

2

I am going to guess, but it is maybe /en/cnbc

When you make a request to the Freebase API, it returns /en/cnbc as the id. https://www.googleapis.com/freebase/v1/search?query=cnbc

So I suspect your tag will look something like this

<video:id type="freebase">/en/cnbc</video:id>
Wayne May
  • 116
  • 1
  • 5