Brandi

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Json-LD schema info not being pulled into google #985381
    Brandi
    Participant

    Thanks 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.

    in reply to: Json-LD schema info not being pulled into google #984788
    Brandi
    Participant

    Thanks 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?

Viewing 2 posts - 1 through 2 (of 2 total)