Events blogs without Event Schema = no one finds your event. With Event Schema = Google shows "Dec 25 • 8PM • Eko Hotel • From ₦20k • Get Tickets" directly in search + Google Events map pack.
In this FINAL MONEY Post #88, you'll add Event Schema to Blogger events posts. This is how you rank for "events in Lagos this weekend" and earn from ticket affiliate.
Step 1: Why Event Schema Wins Events Near Me 2025
Google Events carousel shows only Event Schema posts - above all blogs.
- Events Pack top 0: Image carousel + date + location + price above organic - 5x CTR
- Google Maps Events: Events show on Google Maps app "Events near you"
- Ticket affiliate: Ticketmaster, Eventbrite, Nairabox affiliate pays 10-15% per ticket
- Local dominance: "Detty December Lagos events" = 100k searches in December, zero Blogger Schema competition
Image: Google search "concerts in Lagos December" showing events carousel with images, dates, prices from Blogger blogs
Step 2: Add Event Schema to Blogger Event Post
For each event: concert, conference, meetup, church program. Paste at BOTTOM in HTML view:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "MusicEvent",
"name": "Burna Boy Live in Lagos - Detty December 2025 Concert",
"alternateName": "Burna Boy Detty December Concert Lagos",
"description": "Burna Boy live in Lagos Detty December 2025! The biggest Afrobeats concert of the year at Eko Atlantic. Performances by Burna Boy, Asake, Ayra Starr. 8PM till dawn. Early bird ₦20k, VIP ₦100k, Table ₦1M. Get tickets now!",
"image": [
"https://yourblog.blogspot.com/burna-boy-lagos-concert-2025.jpg",
"https://yourblog.blogspot.com/eko-atlantic-concert-stage.jpg",
"https://yourblog.blogspot.com/burna-boy-live.jpg"
],
"startDate": "2025-12-20T20:00:00+01:00",
"endDate": "2025-12-21T04:00:00+01:00",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"location": {
"@type": "Place",
"name": "Eko Atlantic City, Victoria Island",
"address": {
"@type": "PostalAddress",
"streetAddress": "Ahmadu Bello Way, Victoria Island",
"addressLocality": "Lagos",
"addressRegion": "Lagos State",
"postalCode": "101241",
"addressCountry": "NG"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "6.4295",
"longitude": "3.4112"
}
},
"organizer": {
"@type": "Organization",
"name": "Livespot Entertainment",
"url": "https://livespot.com",
"logo": "https://yourblog.blogspot.com/livespot-logo.png"
},
"performer": [
{
"@type": "MusicGroup",
"name": "Burna Boy"
},
{
"@type": "MusicGroup",
"name": "Asake"
},
{
"@type": "MusicGroup",
"name": "Ayra Starr"
}
],
"offers": {
"@type": "Offer",
"name": "Early Bird Ticket",
"price": "20000",
"priceCurrency": "NGN",
"validFrom": "2025-11-19T00:00:00+01:00",
"validThrough": "2025-12-19T23:59:00+01:00",
"availability": "https://schema.org/InStock",
"url": "https://your-affiliate-nairabox.com/burna-boy-lagos-2025",
"seller": {
"@type": "Organization",
"name": "Nairabox"
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "350"
}
}
</script>
Step 3: Change @type for Different Events - Copy This Table
| Event Type | Use @type | Example |
| Concert, Music Show | MusicEvent | Burna Boy, Wizkid concert |
| Conference, Tech Event | Event or BusinessEvent | Tech conference Lagos |
| Church Program, Crusade | Event or Festival | Shiloh, Holy Ghost Congress |
| Comedy Show | ComedyEvent | AY Live, Basketmouth |
| Sports Match | SportsEvent | Super Eagles match |
| Online Webinar | Event + OnlineEventAttendanceMode | Zoom training |
Step 4: Online vs Offline Events - Important for 2025
OFFLINE (Concert in Lagos):
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"location": {Place with address + geo}
ONLINE (Webinar on Zoom):
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"location": {
"@type": "VirtualLocation",
"url": "https://zoom.us/j/your-webinar-link"
}
HYBRID (Both physical + online):
"eventAttendanceMode": "https://schema.org/MixedEventAttendanceMode",
Step 5: Visible Event Box That Sells Tickets - High Conversion
<div style="border-radius:16px;overflow:hidden;margin:20px 0;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.1);border:1px solid #e8eaed;"> <img src="https://yourblog.blogspot.com/burna-boy-lagos-concert-2025.jpg" alt="Burna Boy Lagos" style="width:100%;height:250px;object-fit:cover;" /> <div style="padding:20px;"> <div style="display:flex;gap:10px;margin-bottom:10px;"> <span style="background:#1a73e8;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:bold;">🎵 MUSIC</span> <span style="background:#e6f4ea;color:#137333;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:bold;">📅 DEC 20, 2025</span> </div> <h2 style="margin:10px 0;">Burna Boy Live in Lagos - Detty December</h2> <p style="color:#5f6368;margin:5px 0;">📍 Eko Atlantic, VI • 🕗 8PM - 4AM • 👥 Burna Boy, Asake, Ayra Starr</p> <p style="margin:15px 0;">Biggest Afrobeats concert of the year! 10,000+ expected. Early bird selling fast.</p> <div style="background:#f8f9fa;border-radius:12px;padding:15px;margin:15px 0;"> <div style="display:flex;justify-content:space-between;align-items:center;margin:8px 0;"><span>🎫 Early Bird (500 left)</span><strong>₦20,000</strong></div> <div style="display:flex;justify-content:space-between;align-items:center;margin:8px 0;"><span>⭐ VIP</span><strong>₦100,000</strong></div> <div style="display:flex;justify-content:space-between;align-items:center;margin:8px 0;"><span>👑 Table for 8</span><strong>₦1,000,000</strong></div> </div> <div style="display:flex;gap:10px;"> <a href="https://your-affiliate-nairabox.com/burna-boy-lagos-2025" style="background:#1a73e8;color:#fff;padding:14px 24px;border-radius:24px;text-decoration:none;font-weight:bold;flex:1;text-align:center;">🎫 Get Tickets - From ₦20k</a> <a href="https://maps.google.com/?q=Eko+Atlantic+Lagos" style="border:1px solid #dadce0;padding:14px 24px;border-radius:24px;text-decoration:none;color:#202124;font-weight:bold;flex:1;text-align:center;">📍 Directions</a> </div> <p style="font-size:11px;color:#5f6368;margin-top:12px;text-align:center;">Organized by Livespot Entertainment • Tickets via Nairabox • Affiliate link - we earn commission</p> </div> </div>
Step 6: Test Event Schema + Get in Google Events
- Rich Results Test: search.google.com/test/rich-results → Enter event URL → Must show Event valid with startDate, location, offers price
- Schema Validator: validator.schema.org → Check startDate must be ISO with timezone +01:00 for Nigeria, not just date. endDate must be after startDate
- Google Events: After 3 days, search Google "events in Lagos this weekend" → Events carousel → Your Blogger event should appear. If not, check eventStatus = EventScheduled, not Cancelled
- Fix: offers price error: price must be number 20000 not "20,000" with comma. priceCurrency NGN not ₦
- Fix: Expired event penalty: Delete event posts 2 days after event ends or change eventStatus to EventCancelled. Google penalizes blogs showing past events as upcoming
- Fix: No image: Event requires image 1200px+ wide, not 300px. Use concert flyer HD
Step 7: How Event Blogs Make ₦500k in December - Detty December Method
- Nairabox affiliate: nairabox.com/affiliates → Get link for each concert → Earn 10% per ticket: ₦20k ticket = ₦2k per sale x 100 tickets = ₦200k per event
- Eventbrite affiliate: For tech conferences, Eventbrite 15% commission
- Google AdSense: December traffic spike: "Detty December events" = 50k searches/day, AdSense RPM $5 = $250/day
- Organizers pay: Once you rank, event organizers pay ₦50k to feature their event on your blog
Bad practice to avoid: Posting fake events or events without permission. Always verify event from organizer Instagram/official site. Don't add past events with future dates to game traffic - Google bans event spam. Add disclaimer "We are not organizer, contact organizer for verification". For church events free, set offers price 0 + priceCurrency NGN + category Free.
FINAL 88 POSTS SERIES COMPLETE - ULTIMATE MONEY METHOD: You now have complete Blogger money system: Post #85 Real Estate (₦200k/month), Post #86 Service (₦500k/month freelance), Post #87 Job Blog (2M traffic + affiliate), Post #88 Event Blog (₦500k Dec). Create 4 separate Blogger blogs for each money method: lekkirental.blogspot.com, yourname-services.blogspot.com, naijahotjobs.blogspot.com, lagosevents.blogspot.com. Each with its Schema from Post #85-88 + Brand Schema from Post #80. All 88 posts = full Blogger SEO empire that beats WordPress with $0 hosting. Backup all 4 themes! What money blog will you start first?
0 Comments