Forum Replies Created
-
AuthorPosts
-
Brandi
ParticipantThanks for getting back to me. The Site i’m doing it on has been live for a year getting around 3k visits a month during that whole time, so it should be indexed.
I was looking through the event property, and I noticed the entire event address (street, city, state zip) gets put inside the Name property of the Place or Postal array (Heres a screenshot of my sites schema). When I look up other events that are pulled into google, they list the those attributes in the address properties (Screenshot of other site’s schema).
I think because the address is put into the “name” property instead of the address property, that google might not be showing the events.
Brandi
ParticipantThanks for replying George. Sorry my earlier post was vague.
1. By search I mean using Google to search. I notice if i type a cities name and then the word event, that our website is not being pulled in to the special section that appear. Google uses its Knowledge Graph. I was looking through the source code and noticed that our side uses json-ld, one of the methods google talks about using, but don’t understand why our site information isn’t being shown.
2. I looked through the source code for a single event (not a month or list view) and found the script tag in the head that includes json-ld.
<script type="application/ld+json">[{"@context":"http://schema.org","@type":"Event","name":"Business After Hours – Bartlesville Chrysler Dodge Jeep Ram – July 9, 2015","image":"http://www.bartlesville.com/wp-content/uploads/2014/06/BAHws.jpg","url":"http://www.bartlesville.com/calendar/business-after-hours-bartlesville-chrysler-dodge-jeep-ram/","startDate":"2015-07-09T23:00:00+00:00","endDate":"2015-07-10T00:30:00+00:00","location":{"@type":"Place","name":"Bartlesville Chrysler Dodge Jeep Ram","address":"3250 SE Washington Blvd\t"}}]</script>I guess the end goal here is to figure out our events aren’t being pulled into Google. Thoughts?
-
AuthorPosts
