• Hello,

    The Google Search Console just send me a email about my blog.

    He detected “events” in my website but I need to integrate structured data on my website.

    Here is the post about “Events” : https://developers.google.com/search/docs/data-types/event?utm_source=wnc_20078181&utm_medium=gamma&utm_campaign=wnc_20078181&utm_content=msg_110177662

    It will be cool if All In One Event Calendar could create structured data in JSON in order to add events automatically in the Google Search Console.

    Example from Google :

    {
      "@context": "https://schema.org",
      "@type": "Event",
      "name": "Jan Lieberman Concert Series: Journey in Jazz",
      "startDate": "2025-01-01T19:30",
      "endDate": "2025-01-01T23:00",
      "location": {
        "@type": "Place",
        "name": "Santa Clara City Library, Central Park Library",
        "address": {
          "@type": "PostalAddress",
          "streetAddress": "2635 Homestead Rd",
          "addressLocality": "Santa Clara",
          "postalCode": "95051",
          "addressRegion": "CA",
          "addressCountry": "US"
        }
      },
      "image": [
        "https://example.com/photos/1x1/photo.jpg",
        "https://example.com/photos/4x3/photo.jpg",
        "https://example.com/photos/16x9/photo.jpg"
       ],
      "description": "Join us for an afternoon of Jazz with Santa Clara resident and pianist Andy Lagunoff. Complimentary food and beverages will be served.",
      "offers": {
        "@type": "Offer",
        "url": "https://www.example.com/event_offer/12345_201803180430",
        "price": "30",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock",
        "validFrom": "2024-10-20T16:00"
      },
      "performer": {
        "@type": "PerformingGroup",
        "name": "Andy Lagunoff"
      }
    }
    

    Thanks.

The topic ‘[FeatureRequest] Google Search Rich data : “Event” Json’ is closed to new replies.