문제

I am responsible for maintaining the web site of a Music Festival. Recently, I discovered Google Knowledge Graph. When user's search for the Music Festival by name in Google, I want my information to appear on the right hand panel (the knowledge graph). e.g. the festival dates, location, etc...

How do I get my information into the Knowledge Graph and instruct Google to display it on the search results page?

도움이 되었습니까?

해결책

Google primarily uses Freebase.com, which is user-editable, however, from what I've seen, Google seems to require that items entities have Wikipedia articles connected with them.

다른 팁

I would suggest that you mark up your events with structured data such as schemas, specifically the schema.org/MusicEvent markup. And it would also be beneficial to include Open Graph tags on the page as well.

check out wikidata. wikipedias project to centralise all their data. or the mediawiki api.

http://en.wikipedia.org/w/api.php

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top