Skip to content

SEO Settings for Your Event Page

Good SEO helps your event website appear in search results when people search for relevant events. EventHex provides built-in SEO settings for meta tags, social sharing previews, and structured data.

When someone searches “tech conference Dubai 2026” or “marketing summit London”, you want your event page to appear in the results. Without proper SEO settings, search engines may not understand what your event is about or show a poor preview.

SEO affects three things for event websites:

  • Search rankings — whether your event appears in Google, Bing, etc.
  • Click-through rate — how your event looks in search results (title + description)
  • Social sharing — how your event looks when someone shares the link on LinkedIn, Twitter, or WhatsApp

Go to Settings → SEO Settings (available from the Settings section of the sidebar).

The SEO settings page has three sections: General SEO, Open Graph (Facebook/LinkedIn), and Twitter Card.


These settings control how your event appears in search engine results.

FieldCharacter LimitWhat It Does
Meta Title60 charactersThe clickable title in search results
Meta Description160 charactersThe summary text below the title in search results
Meta KeywordsComma-separated keywords (less important for modern SEO, but doesn’t hurt)
Meta RobotsControls indexing: index / noindex and follow / nofollow
Canonical URLThe preferred URL for this page (prevents duplicate content issues)
  1. Go to Settings → SEO Settings.
  2. Under General SEO, fill in:
    • Meta Title: “[Event Name] — [Date] — [Location]” (e.g., “Tech Summit 2026 — April 19 — Dubai”)
    • Meta Description: A compelling summary in 150–160 characters. Include the event name, date, location, and a call to action.
  3. Set Meta Robots to index, follow (default) so search engines crawl your page.
  4. Click Save.

Open Graph tags control how your event looks when someone shares the link on Facebook, LinkedIn, and WhatsApp.

FieldRecommended SizeWhat It Does
OG TitleThe title shown in the social share card
OG DescriptionThe description shown below the title
OG Image1200 × 630 pxThe image shown in the social share card
  1. Under Facebook Open Graph, fill in:
    • OG Title: Usually the same as your meta title
    • OG Description: A short description optimized for social sharing
    • OG Image: Upload a branded event image (1200 × 630 px). This is the large image that appears when someone shares your event link.
  2. Click Save.

Twitter Card tags control how your event appears when shared on X (Twitter).

FieldWhat It Does
Card Typesummary (small image) or summary_large_image (large image)
Twitter TitleTitle shown in the tweet card
Twitter DescriptionDescription shown in the tweet card
Twitter ImageImage for the card (1200 × 600 px recommended)
  1. Under Twitter Card, fill in:
    • Card Type: Choose summary_large_image for maximum visibility
    • Twitter Title and Twitter Description: Usually same as your OG tags
    • Twitter Image: Upload a 1200 × 600 px image
  2. Click Save.

Structured data helps search engines understand that your page is an Event. This can trigger rich snippets in search results — showing dates, location, and ticket prices directly in Google.

EventHex provides a JSON-LD input field where you can paste Event structured data:

{
"@context": "https://schema.org",
"@type": "Event",
"name": "Tech Summit 2026",
"startDate": "2026-04-19T08:30:00+05:00",
"endDate": "2026-04-24T15:30:00+05:00",
"location": {
"@type": "Place",
"name": "Kozhikode Convention Center"
},
"description": "Join 500+ professionals...",
"organizer": {
"@type": "Organization",
"name": "EventHex"
}
}

Before your event goes live, verify these items:

  • Meta title includes event name, date, and location
  • Meta description is compelling and under 160 characters
  • OG Image uploaded at 1200 × 630 px
  • Twitter Card image uploaded at 1200 × 600 px
  • Meta robots set to index, follow
  • Event website URL is accessible and not returning errors
  • Website loads fast (large images are optimized)