From 4f846f73470e95f037083ae0e50bb481d05e37b9 Mon Sep 17 00:00:00 2001 From: tiagov8 <12601228+tiagov8@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:03:38 -0700 Subject: [PATCH 1/4] Merge User Groups into Events and rename Event Management to "Rules to Better Events" Most User Groups content is general event guidance, so the two categories overlapped heavily. This removes the duplicate User Groups category and consolidates everything under a single Events category. - Rename Rules to Better Event Management -> Rules to Better Events (uri rules-to-better-event-management -> rules-to-better-events) - Merge the 6 User-Groups-only rules into the Events index (the other 5 were already there) - Delete the User Groups category file - Add redirects to Events from both old uris (event-management and user-groups), so existing links keep working - Update all rule frontmatter references and de-duplicate categories for rules that were in both, and repoint the prose link in do-you-run-events Co-Authored-By: Claude Opus 4.8 --- categories/marketing-and-video/index.mdx | 3 +-- ...agement.mdx => rules-to-better-events.mdx} | 13 +++++++++-- .../rules-to-running-better-user-groups.mdx | 22 ------------------- .../rules/a-way-of-selling-tickets/rule.mdx | 2 +- .../rule.mdx | 2 +- .../rule.mdx | 3 +-- .../rule.mdx | 2 +- .../can-you-offer-value-to-sponsors/rule.mdx | 2 +- .../rules/catering-for-events/rule.mdx | 2 +- .../rule.mdx | 2 +- .../rule.mdx | 2 +- .../rule.mdx | 2 +- .../rule.mdx | 2 +- .../rule.mdx | 2 +- .../rule.mdx | 2 +- .../uploads/rules/do-you-run-events/rule.mdx | 2 +- .../rule.mdx | 2 +- .../does-each-volunteer-have-a-job/rule.mdx | 2 +- .../evaluate-your-event-feedback/rule.mdx | 3 +-- .../rules/event-booth-success/rule.mdx | 2 +- public/uploads/rules/event-feedback/rule.mdx | 3 +-- public/uploads/rules/event-follow-up/rule.mdx | 2 +- public/uploads/rules/event-roles/rule.mdx | 2 +- .../have-you-got-an-adequate-budget/rule.mdx | 2 +- .../rule.mdx | 2 +- .../rule.mdx | 2 +- .../have-you-got-the-right-speakers/rule.mdx | 2 +- .../rules/is-the-signage-adequate/rule.mdx | 2 +- .../minimum-number-for-live-events/rule.mdx | 2 +- .../rule.mdx | 3 +-- .../rules/presentation-run-sheet/rule.mdx | 2 +- .../rule.mdx | 3 +-- public/uploads/rules/registration/rule.mdx | 2 +- .../rules/venue-is-everything/rule.mdx | 2 +- .../rule.mdx | 2 +- .../rule.mdx | 2 +- 36 files changed, 45 insertions(+), 64 deletions(-) rename categories/marketing-and-video/{rules-to-better-event-management.mdx => rules-to-better-events.mdx} (82%) delete mode 100644 categories/marketing-and-video/rules-to-running-better-user-groups.mdx diff --git a/categories/marketing-and-video/index.mdx b/categories/marketing-and-video/index.mdx index b249d74daa8..019aae17a8a 100644 --- a/categories/marketing-and-video/index.mdx +++ b/categories/marketing-and-video/index.mdx @@ -18,11 +18,10 @@ index: - category: categories/marketing-and-video/rules-to-better-websites-branding-and-marketing.mdx - category: categories/marketing-and-video/rules-to-better-newsletters.mdx - category: categories/marketing-and-video/rules-to-better-google-analytics-reports.mdx -- category: categories/marketing-and-video/rules-to-better-event-management.mdx +- category: categories/marketing-and-video/rules-to-better-events.mdx - category: categories/marketing-and-video/rules-to-better-social-media-for-business.mdx - category: categories/marketing-and-video/rules-to-better-social-media-personal.mdx - category: categories/marketing-and-video/rules-to-better-social-media-paid-advertising.mdx -- category: categories/marketing-and-video/rules-to-running-better-user-groups.mdx - category: categories/marketing-and-video/rules-to-better-video-pre-production.mdx - category: categories/marketing-and-video/rules-to-better-video-recording.mdx - category: categories/marketing-and-video/rules-to-better-video-post-production.mdx diff --git a/categories/marketing-and-video/rules-to-better-event-management.mdx b/categories/marketing-and-video/rules-to-better-events.mdx similarity index 82% rename from categories/marketing-and-video/rules-to-better-event-management.mdx rename to categories/marketing-and-video/rules-to-better-events.mdx index 22df7bbf6e4..1f383d5036b 100644 --- a/categories/marketing-and-video/rules-to-better-event-management.mdx +++ b/categories/marketing-and-video/rules-to-better-events.mdx @@ -1,8 +1,11 @@ --- type: category -title: Rules to Better Event Management -uri: rules-to-better-event-management +title: Rules to Better Events +uri: rules-to-better-events guid: 30628d5f-cd60-4421-a993-8b13e4817342 +redirects: + - rules-to-better-event-management + - rules-to-running-better-user-groups seoDescription: How to plan and run successful events. SSW's rules for logistics, promotion, registration, and delivering great attendee experiences. index: - rule: public/uploads/rules/event-roles/rule.mdx @@ -31,6 +34,12 @@ index: - rule: public/uploads/rules/event-feedback/rule.mdx - rule: public/uploads/rules/event-follow-up/rule.mdx - rule: public/uploads/rules/evaluate-your-event-feedback/rule.mdx + - rule: public/uploads/rules/do-you-book-a-venue-a-month-ahead/rule.mdx + - rule: public/uploads/rules/confirm-venue-before-presentation/rule.mdx + - rule: public/uploads/rules/do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation/rule.mdx + - rule: public/uploads/rules/do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities/rule.mdx + - rule: public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx + - rule: public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx createdBy: Penny Walker createdByEmail: PennyWalker@ssw.com.au lastUpdated: 2026-06-16T05:52:40.857Z diff --git a/categories/marketing-and-video/rules-to-running-better-user-groups.mdx b/categories/marketing-and-video/rules-to-running-better-user-groups.mdx deleted file mode 100644 index fbda1d155ab..00000000000 --- a/categories/marketing-and-video/rules-to-running-better-user-groups.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -_template: category -type: category -title: Rules to Running Better User Groups -guid: dc76a158-91d1-42af-a182-49a2fc30c2a1 -uri: rules-to-running-better-user-groups -seoDescription: How to organise and run successful user groups. Learn best practices for community building, event logistics, and speaker management. -index: -- rule: public/uploads/rules/do-you-book-a-venue-a-month-ahead/rule.mdx -- rule: public/uploads/rules/confirm-venue-before-presentation/rule.mdx -- rule: public/uploads/rules/do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities/rule.mdx -- rule: public/uploads/rules/do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation/rule.mdx -- rule: public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx -- rule: public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx -- rule: public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx -- rule: public/uploads/rules/organize-the-audience-when-numbers-are-low/rule.mdx -- rule: public/uploads/rules/event-feedback/rule.mdx -- rule: public/uploads/rules/bring-evaluation-forms-to-every-event-you-speak-at/rule.mdx -- rule: public/uploads/rules/evaluate-your-event-feedback/rule.mdx ---- - -Maximize the effectiveness of your user groups with these key rules, focusing on venue management, speaker coordination, and effective promotion to ensure a successful event. \ No newline at end of file diff --git a/public/uploads/rules/a-way-of-selling-tickets/rule.mdx b/public/uploads/rules/a-way-of-selling-tickets/rule.mdx index b13c1e658e9..9bbe42b4afb 100644 --- a/public/uploads/rules/a-way-of-selling-tickets/rule.mdx +++ b/public/uploads/rules/a-way-of-selling-tickets/rule.mdx @@ -11,7 +11,7 @@ seoDescription: Effortlessly manage ticket sales and events with EventBrite, a c platform for selling, refunding, marketing, and more title: Sales - Do you have a way of selling tickets? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: a-way-of-selling-tickets --- diff --git a/public/uploads/rules/avoid-dates-text-in-graphics-for-events/rule.mdx b/public/uploads/rules/avoid-dates-text-in-graphics-for-events/rule.mdx index 64bfeea6900..311edb6b373 100644 --- a/public/uploads/rules/avoid-dates-text-in-graphics-for-events/rule.mdx +++ b/public/uploads/rules/avoid-dates-text-in-graphics-for-events/rule.mdx @@ -17,7 +17,7 @@ seoDescription: Maximize event promo video reusability by avoiding dates as text graphics and ensure cost-effective updates. title: Do you avoid dates text in graphics for events' promo videos? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx - category: categories/marketing-and-video/rules-to-better-social-media-for-business.mdx - category: categories/marketing-and-video/rules-to-better-video-post-production.mdx type: rule diff --git a/public/uploads/rules/bring-evaluation-forms-to-every-event-you-speak-at/rule.mdx b/public/uploads/rules/bring-evaluation-forms-to-every-event-you-speak-at/rule.mdx index c49525b26eb..255955a4c01 100644 --- a/public/uploads/rules/bring-evaluation-forms-to-every-event-you-speak-at/rule.mdx +++ b/public/uploads/rules/bring-evaluation-forms-to-every-event-you-speak-at/rule.mdx @@ -14,8 +14,7 @@ seoDescription: Get instant feedback from your clients and customers by using ev forms at every event you speak at. title: Feedback - Do you bring evaluation forms to every event you speak at? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx - - category: categories/marketing-and-video/rules-to-running-better-user-groups.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: bring-evaluation-forms-to-every-event-you-speak-at --- diff --git a/public/uploads/rules/can-sponsors-set-up-a-booth-somewhere/rule.mdx b/public/uploads/rules/can-sponsors-set-up-a-booth-somewhere/rule.mdx index 606590e5aeb..2f116b6a7af 100644 --- a/public/uploads/rules/can-sponsors-set-up-a-booth-somewhere/rule.mdx +++ b/public/uploads/rules/can-sponsors-set-up-a-booth-somewhere/rule.mdx @@ -14,7 +14,7 @@ seoDescription: Plan a designated area for sponsors to set up their booths and e early access to the venue. title: Can Sponsors Set Up A Booth Somewhere? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: can-sponsors-set-up-a-booth-somewhere --- diff --git a/public/uploads/rules/can-you-offer-value-to-sponsors/rule.mdx b/public/uploads/rules/can-you-offer-value-to-sponsors/rule.mdx index 9d9e8325a78..f40155a113e 100644 --- a/public/uploads/rules/can-you-offer-value-to-sponsors/rule.mdx +++ b/public/uploads/rules/can-you-offer-value-to-sponsors/rule.mdx @@ -14,7 +14,7 @@ seoDescription: Offer value to sponsors by providing opportunities for branding, setup and attendee engagement at your event. title: Can you offer value to sponsors? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: can-you-offer-value-to-sponsors --- diff --git a/public/uploads/rules/catering-for-events/rule.mdx b/public/uploads/rules/catering-for-events/rule.mdx index f19793cc3fd..c9a60558aab 100644 --- a/public/uploads/rules/catering-for-events/rule.mdx +++ b/public/uploads/rules/catering-for-events/rule.mdx @@ -13,7 +13,7 @@ seoDescription: Do you provide event catering services that meet dietary require and ensure access to food and beverage areas? title: Do you provide event catering? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: catering-for-events --- diff --git a/public/uploads/rules/check-the-calendar-when-planning-an-event/rule.mdx b/public/uploads/rules/check-the-calendar-when-planning-an-event/rule.mdx index 901afd7fd65..1c6e2d0806d 100644 --- a/public/uploads/rules/check-the-calendar-when-planning-an-event/rule.mdx +++ b/public/uploads/rules/check-the-calendar-when-planning-an-event/rule.mdx @@ -11,7 +11,7 @@ seoDescription: Check the calendar when planning an event to avoid potential cla or conflicts and ensure a smooth execution. title: Do you check the calendar when planning an event? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: check-the-calendar-when-planning-an-event --- diff --git a/public/uploads/rules/confirm-venue-before-presentation/rule.mdx b/public/uploads/rules/confirm-venue-before-presentation/rule.mdx index 84a0ce66f09..d05e8350e68 100644 --- a/public/uploads/rules/confirm-venue-before-presentation/rule.mdx +++ b/public/uploads/rules/confirm-venue-before-presentation/rule.mdx @@ -19,7 +19,7 @@ seoDescription: Confirm venue details to ensure a smooth presentation experience title: Do you confirm with the venue on the day of the presentation? (or the day before if it’s a morning presentation) categories: - - category: categories/marketing-and-video/rules-to-running-better-user-groups.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: confirm-venue-before-presentation --- diff --git a/public/uploads/rules/do-you-book-a-venue-a-month-ahead/rule.mdx b/public/uploads/rules/do-you-book-a-venue-a-month-ahead/rule.mdx index 9395c63c609..47a97f71577 100644 --- a/public/uploads/rules/do-you-book-a-venue-a-month-ahead/rule.mdx +++ b/public/uploads/rules/do-you-book-a-venue-a-month-ahead/rule.mdx @@ -16,7 +16,7 @@ seoDescription: Book a venue at least a month ahead to ensure availability and a last-minute changes. title: Do you book a venue a month ahead? categories: - - category: categories/marketing-and-video/rules-to-running-better-user-groups.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: do-you-book-a-venue-a-month-ahead --- diff --git a/public/uploads/rules/do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities/rule.mdx b/public/uploads/rules/do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities/rule.mdx index 753c4da5a8e..1ef631b6032 100644 --- a/public/uploads/rules/do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities/rule.mdx +++ b/public/uploads/rules/do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities/rule.mdx @@ -17,7 +17,7 @@ seoDescription: Encourage speakers to leverage their social media following by p title: Speaker - Do you encourage speakers to use their social media to promote user groups? categories: - - category: categories/marketing-and-video/rules-to-running-better-user-groups.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities --- diff --git a/public/uploads/rules/do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation/rule.mdx b/public/uploads/rules/do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation/rule.mdx index d41aee2df8d..491cc16e6ef 100644 --- a/public/uploads/rules/do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation/rule.mdx +++ b/public/uploads/rules/do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation/rule.mdx @@ -18,7 +18,7 @@ seoDescription: Informing speakers of venue-specific details before presentation helps ensure a smooth and successful event experience. title: Speaker - Do you inform venue specific details to speakers before presentations? categories: - - category: categories/marketing-and-video/rules-to-running-better-user-groups.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation --- diff --git a/public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx b/public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx index 6c128462521..7628ca5cd71 100644 --- a/public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx +++ b/public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx @@ -18,7 +18,7 @@ seoDescription: Promote user groups and events via social media platforms like T Facebook, Instagram, and LinkedIn to increase overall audience and attendance. title: Promotion - Do you promote user groups via social media? categories: - - category: categories/marketing-and-video/rules-to-running-better-user-groups.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: do-you-promote-your-user-groups-using-social-media --- diff --git a/public/uploads/rules/do-you-run-events/rule.mdx b/public/uploads/rules/do-you-run-events/rule.mdx index 18c7ebfe989..c82e7d6dba0 100644 --- a/public/uploads/rules/do-you-run-events/rule.mdx +++ b/public/uploads/rules/do-you-run-events/rule.mdx @@ -28,4 +28,4 @@ Events are a fantastic marketing tool for increasing your brand recognition and -See [Rules to Better Event Management](/rules-to-better-event-management) for the best standards on how to effectively and efficiently run your next event. \ No newline at end of file +See [Rules to Better Events](/rules-to-better-events) for the best standards on how to effectively and efficiently run your next event. \ No newline at end of file diff --git a/public/uploads/rules/do-you-use-events-to-market-your-consulting-work/rule.mdx b/public/uploads/rules/do-you-use-events-to-market-your-consulting-work/rule.mdx index fa31ec504ec..9c6f1f76217 100644 --- a/public/uploads/rules/do-you-use-events-to-market-your-consulting-work/rule.mdx +++ b/public/uploads/rules/do-you-use-events-to-market-your-consulting-work/rule.mdx @@ -16,7 +16,7 @@ seoDescription: Maximize consulting opportunities by showcasing expertise throug events such as training courses and tech breakfasts. title: Do you use Events to market your consulting work? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx - category: categories/marketing-and-video/rules-to-better-marketing.mdx type: rule uri: do-you-use-events-to-market-your-consulting-work diff --git a/public/uploads/rules/does-each-volunteer-have-a-job/rule.mdx b/public/uploads/rules/does-each-volunteer-have-a-job/rule.mdx index 9a4d65bd47f..2e630309564 100644 --- a/public/uploads/rules/does-each-volunteer-have-a-job/rule.mdx +++ b/public/uploads/rules/does-each-volunteer-have-a-job/rule.mdx @@ -14,7 +14,7 @@ seoDescription: Effective event planning requires clear job assignments for each to minimize downtime and maximize enjoyment. title: Does each volunteer have a job? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: does-each-volunteer-have-a-job --- diff --git a/public/uploads/rules/evaluate-your-event-feedback/rule.mdx b/public/uploads/rules/evaluate-your-event-feedback/rule.mdx index 26a4c00f1c7..9d3524c2579 100644 --- a/public/uploads/rules/evaluate-your-event-feedback/rule.mdx +++ b/public/uploads/rules/evaluate-your-event-feedback/rule.mdx @@ -13,8 +13,7 @@ seoDescription: Analyze event feedback to refine future events, track progress a identify areas for improvement. title: Retro - Do you evaluate your event feedback? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx - - category: categories/marketing-and-video/rules-to-running-better-user-groups.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: evaluate-your-event-feedback --- diff --git a/public/uploads/rules/event-booth-success/rule.mdx b/public/uploads/rules/event-booth-success/rule.mdx index 922db52be0e..ff8c2f78993 100644 --- a/public/uploads/rules/event-booth-success/rule.mdx +++ b/public/uploads/rules/event-booth-success/rule.mdx @@ -3,7 +3,7 @@ type: rule title: Do you know how to get the most out of your event booth? uri: event-booth-success categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx authors: - title: Michael Qiu url: 'https://www.ssw.com.au/people/michael-qiu' diff --git a/public/uploads/rules/event-feedback/rule.mdx b/public/uploads/rules/event-feedback/rule.mdx index 3b16b7ac704..6923900d0a2 100644 --- a/public/uploads/rules/event-feedback/rule.mdx +++ b/public/uploads/rules/event-feedback/rule.mdx @@ -15,8 +15,7 @@ seoDescription: Collecting feedback from events is crucial to improve future exp with options including forms, online surveys, and rewards systems. title: Feedback - Do you collect feedback from events? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx - - category: categories/marketing-and-video/rules-to-running-better-user-groups.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: event-feedback --- diff --git a/public/uploads/rules/event-follow-up/rule.mdx b/public/uploads/rules/event-follow-up/rule.mdx index dfe11b75dc0..3fb0ab278cf 100644 --- a/public/uploads/rules/event-follow-up/rule.mdx +++ b/public/uploads/rules/event-follow-up/rule.mdx @@ -12,7 +12,7 @@ seoDescription: Follow up with attendees after events to reinforce connections a provide valuable resources. title: Do you follow up with your attendees after events? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: event-follow-up --- diff --git a/public/uploads/rules/event-roles/rule.mdx b/public/uploads/rules/event-roles/rule.mdx index 7ffffdb6f23..9ca171bf1a3 100644 --- a/public/uploads/rules/event-roles/rule.mdx +++ b/public/uploads/rules/event-roles/rule.mdx @@ -2,7 +2,7 @@ title: Do you have an Event Organiser & Event Master? uri: event-roles categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx authors: - title: Penny Walker url: 'https://www.ssw.com.au/people/penny-walker' diff --git a/public/uploads/rules/have-you-got-an-adequate-budget/rule.mdx b/public/uploads/rules/have-you-got-an-adequate-budget/rule.mdx index e07a31802da..84800c28f9a 100644 --- a/public/uploads/rules/have-you-got-an-adequate-budget/rule.mdx +++ b/public/uploads/rules/have-you-got-an-adequate-budget/rule.mdx @@ -14,7 +14,7 @@ seoDescription: Plan your event wisely by creating a budget that outlines expect sponsorship and income streams, ensuring informed decisions. title: Have you got an adequate budget? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: have-you-got-an-adequate-budget --- diff --git a/public/uploads/rules/have-you-got-an-appropriate-agenda/rule.mdx b/public/uploads/rules/have-you-got-an-appropriate-agenda/rule.mdx index 305cffea848..2dd7be07d7e 100644 --- a/public/uploads/rules/have-you-got-an-appropriate-agenda/rule.mdx +++ b/public/uploads/rules/have-you-got-an-appropriate-agenda/rule.mdx @@ -14,7 +14,7 @@ seoDescription: Craft a compelling event agenda that showcases top speakers and attendance. title: Have you got an appropriate agenda? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: have-you-got-an-appropriate-agenda --- diff --git a/public/uploads/rules/have-you-got-enough-volunteers-to-help-on-the-day/rule.mdx b/public/uploads/rules/have-you-got-enough-volunteers-to-help-on-the-day/rule.mdx index 528e64e5eea..37d3d2e9b48 100644 --- a/public/uploads/rules/have-you-got-enough-volunteers-to-help-on-the-day/rule.mdx +++ b/public/uploads/rules/have-you-got-enough-volunteers-to-help-on-the-day/rule.mdx @@ -14,7 +14,7 @@ seoDescription: Ensure you have a sufficient number of volunteers to help on the by recruiting from various sources. title: Have you got enough volunteers to help on the day? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: have-you-got-enough-volunteers-to-help-on-the-day --- diff --git a/public/uploads/rules/have-you-got-the-right-speakers/rule.mdx b/public/uploads/rules/have-you-got-the-right-speakers/rule.mdx index de6b02c1414..c90010a71e4 100644 --- a/public/uploads/rules/have-you-got-the-right-speakers/rule.mdx +++ b/public/uploads/rules/have-you-got-the-right-speakers/rule.mdx @@ -16,7 +16,7 @@ seoDescription: Book top speakers early to ensure a successful event that attrac the right audience and boosts credibility. title: Have you got the right speakers? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: have-you-got-the-right-speakers --- diff --git a/public/uploads/rules/is-the-signage-adequate/rule.mdx b/public/uploads/rules/is-the-signage-adequate/rule.mdx index db1c64aea88..53f834a1fda 100644 --- a/public/uploads/rules/is-the-signage-adequate/rule.mdx +++ b/public/uploads/rules/is-the-signage-adequate/rule.mdx @@ -14,7 +14,7 @@ seoDescription: Well-designed signage ensures attendees navigate your event smoo and efficiently. title: Is the signage adequate? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: is-the-signage-adequate --- diff --git a/public/uploads/rules/minimum-number-for-live-events/rule.mdx b/public/uploads/rules/minimum-number-for-live-events/rule.mdx index df6847b28b5..b85b3a8bb56 100644 --- a/public/uploads/rules/minimum-number-for-live-events/rule.mdx +++ b/public/uploads/rules/minimum-number-for-live-events/rule.mdx @@ -13,7 +13,7 @@ seoDescription: Ensure minimum attendance at live events to avoid cancellations maintain credibility. title: Do you have a minimum number for live events? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: minimum-number-for-live-events --- diff --git a/public/uploads/rules/organize-the-audience-when-numbers-are-low/rule.mdx b/public/uploads/rules/organize-the-audience-when-numbers-are-low/rule.mdx index f73a6f3b97c..965f8fecb87 100644 --- a/public/uploads/rules/organize-the-audience-when-numbers-are-low/rule.mdx +++ b/public/uploads/rules/organize-the-audience-when-numbers-are-low/rule.mdx @@ -17,8 +17,7 @@ seoDescription: Organize the audience by moving attendees to be next to each oth when numbers are low to create a visually appealing event space. title: Events - Do you organize the audience when numbers are low? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx - - category: categories/marketing-and-video/rules-to-running-better-user-groups.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: organize-the-audience-when-numbers-are-low --- diff --git a/public/uploads/rules/presentation-run-sheet/rule.mdx b/public/uploads/rules/presentation-run-sheet/rule.mdx index 749aa106470..f6508bb62ba 100644 --- a/public/uploads/rules/presentation-run-sheet/rule.mdx +++ b/public/uploads/rules/presentation-run-sheet/rule.mdx @@ -10,7 +10,7 @@ seoDescription: Ensure a seamless presentation experience with our presentation sheet, providing clarity on speaker order and timing to keep events on track. title: Do you provide a presentation run sheet? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: presentation-run-sheet --- diff --git a/public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx b/public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx index 341e4a43f02..ade886264ee 100644 --- a/public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx +++ b/public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx @@ -19,9 +19,8 @@ seoDescription: Promote events to increase discoverability and attract attendees Meetup, Word of Mouth, and Social Media platforms. title: Promoting - Do you share your events? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx - category: categories/marketing-and-video/rules-to-better-social-media-for-business.mdx - - category: categories/marketing-and-video/rules-to-running-better-user-groups.mdx type: rule uri: promotion-do-people-know-about-your-event --- diff --git a/public/uploads/rules/registration/rule.mdx b/public/uploads/rules/registration/rule.mdx index 62394e2c716..3f4d4107966 100644 --- a/public/uploads/rules/registration/rule.mdx +++ b/public/uploads/rules/registration/rule.mdx @@ -17,7 +17,7 @@ seoDescription: Elevate your event experience with efficient registration and pe support at a clearly signposted and easily accessible area. title: Do you register your guests and help them find you? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: registration --- diff --git a/public/uploads/rules/venue-is-everything/rule.mdx b/public/uploads/rules/venue-is-everything/rule.mdx index 6adc96df43b..45ddb7d0ad9 100644 --- a/public/uploads/rules/venue-is-everything/rule.mdx +++ b/public/uploads/rules/venue-is-everything/rule.mdx @@ -15,7 +15,7 @@ seoDescription: Secure a venue that accommodates your event's size, offers neces equipment and stays within budget to ensure a successful and well-planned event. title: Venue - Do you use an ideal venue? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: venue-is-everything --- diff --git a/public/uploads/rules/who-is-in-charge-of-keeping-the-schedule/rule.mdx b/public/uploads/rules/who-is-in-charge-of-keeping-the-schedule/rule.mdx index 50b72256173..0e1c02e867e 100644 --- a/public/uploads/rules/who-is-in-charge-of-keeping-the-schedule/rule.mdx +++ b/public/uploads/rules/who-is-in-charge-of-keeping-the-schedule/rule.mdx @@ -20,7 +20,7 @@ redirects: seoDescription: Empower Your Speakers - A Checklist for a Successful Event title: Do your speakers know what they need to do at an event? categories: - - category: categories/marketing-and-video/rules-to-better-event-management.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule uri: who-is-in-charge-of-keeping-the-schedule --- diff --git a/public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx b/public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx index 960e31161e8..9546f7aa054 100644 --- a/public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx +++ b/public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx @@ -4,7 +4,7 @@ title: Channel - Do you highlight upcoming events on the YouTube channel banner? uri: youtube-banner-show-upcoming-events categories: - category: categories/marketing-and-video/rules-to-better-youtube.mdx - - category: categories/marketing-and-video/rules-to-running-better-user-groups.mdx + - category: categories/marketing-and-video/rules-to-better-events.mdx authors: - title: Jonty Gardner url: 'https://www.ssw.com.au/people/jonty-gardner' From 4557b492b071d81c8d868f46c905f141b76d4611 Mon Sep 17 00:00:00 2001 From: tiagov8 <12601228+tiagov8@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:17:51 -0700 Subject: [PATCH 2/4] Reorder Events rules by lifecycle and standardize titles - Reorder the index to follow the event lifecycle: Planning -> Venue -> Speakers -> Sponsors -> Tickets/Registration -> Promotion -> Operations -> Audience -> Marketing -> Feedback/Follow-up - Standardize titles per request: consistent "Do you ..." phrasing, drop Speaker-/Events-/Retro- prefixes, standardize Promoting-/Channel- to Promotion-, and specific rewordings (venue, tickets, budget, agenda, signage, volunteers, sponsors booth, market-your-consulting) Only titles and order changed; URIs and rule body content are unchanged. Co-Authored-By: Claude Opus 4.8 --- .../rules-to-better-events.mdx | 36 +++++++++---------- .../rules/a-way-of-selling-tickets/rule.mdx | 2 +- .../rule.mdx | 2 +- .../can-you-offer-value-to-sponsors/rule.mdx | 2 +- .../rule.mdx | 3 +- .../rule.mdx | 2 +- .../rule.mdx | 2 +- .../rule.mdx | 2 +- .../does-each-volunteer-have-a-job/rule.mdx | 2 +- .../evaluate-your-event-feedback/rule.mdx | 2 +- .../have-you-got-an-adequate-budget/rule.mdx | 2 +- .../rule.mdx | 2 +- .../rule.mdx | 2 +- .../have-you-got-the-right-speakers/rule.mdx | 2 +- .../rules/is-the-signage-adequate/rule.mdx | 2 +- .../rule.mdx | 2 +- .../rule.mdx | 2 +- .../rules/venue-is-everything/rule.mdx | 2 +- .../rule.mdx | 2 +- .../rule.mdx | 2 +- 20 files changed, 37 insertions(+), 38 deletions(-) diff --git a/categories/marketing-and-video/rules-to-better-events.mdx b/categories/marketing-and-video/rules-to-better-events.mdx index 1f383d5036b..1d132427fe1 100644 --- a/categories/marketing-and-video/rules-to-better-events.mdx +++ b/categories/marketing-and-video/rules-to-better-events.mdx @@ -10,36 +10,36 @@ seoDescription: How to plan and run successful events. SSW's rules for logistics index: - rule: public/uploads/rules/event-roles/rule.mdx - rule: public/uploads/rules/check-the-calendar-when-planning-an-event/rule.mdx - - rule: public/uploads/rules/venue-is-everything/rule.mdx - rule: public/uploads/rules/have-you-got-an-adequate-budget/rule.mdx + - rule: public/uploads/rules/have-you-got-an-appropriate-agenda/rule.mdx + - rule: public/uploads/rules/venue-is-everything/rule.mdx + - rule: public/uploads/rules/do-you-book-a-venue-a-month-ahead/rule.mdx + - rule: public/uploads/rules/confirm-venue-before-presentation/rule.mdx - rule: public/uploads/rules/have-you-got-the-right-speakers/rule.mdx - - rule: public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx - - rule: public/uploads/rules/a-way-of-selling-tickets/rule.mdx + - rule: public/uploads/rules/do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation/rule.mdx + - rule: public/uploads/rules/who-is-in-charge-of-keeping-the-schedule/rule.mdx + - rule: public/uploads/rules/do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities/rule.mdx - rule: public/uploads/rules/can-you-offer-value-to-sponsors/rule.mdx - - rule: public/uploads/rules/have-you-got-an-appropriate-agenda/rule.mdx + - rule: public/uploads/rules/can-sponsors-set-up-a-booth-somewhere/rule.mdx + - rule: public/uploads/rules/a-way-of-selling-tickets/rule.mdx - rule: public/uploads/rules/registration/rule.mdx - - rule: public/uploads/rules/does-each-volunteer-have-a-job/rule.mdx + - rule: public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx + - rule: public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx + - rule: public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx + - rule: public/uploads/rules/avoid-dates-text-in-graphics-for-events/rule.mdx - rule: public/uploads/rules/have-you-got-enough-volunteers-to-help-on-the-day/rule.mdx + - rule: public/uploads/rules/does-each-volunteer-have-a-job/rule.mdx + - rule: public/uploads/rules/presentation-run-sheet/rule.mdx - rule: public/uploads/rules/catering-for-events/rule.mdx - rule: public/uploads/rules/is-the-signage-adequate/rule.mdx - rule: public/uploads/rules/event-booth-success/rule.mdx - - rule: public/uploads/rules/can-sponsors-set-up-a-booth-somewhere/rule.mdx - - rule: public/uploads/rules/do-you-use-events-to-market-your-consulting-work/rule.mdx - - rule: public/uploads/rules/organize-the-audience-when-numbers-are-low/rule.mdx - rule: public/uploads/rules/minimum-number-for-live-events/rule.mdx - - rule: public/uploads/rules/avoid-dates-text-in-graphics-for-events/rule.mdx - - rule: public/uploads/rules/presentation-run-sheet/rule.mdx - - rule: public/uploads/rules/who-is-in-charge-of-keeping-the-schedule/rule.mdx + - rule: public/uploads/rules/organize-the-audience-when-numbers-are-low/rule.mdx + - rule: public/uploads/rules/do-you-use-events-to-market-your-consulting-work/rule.mdx - rule: public/uploads/rules/bring-evaluation-forms-to-every-event-you-speak-at/rule.mdx - rule: public/uploads/rules/event-feedback/rule.mdx - - rule: public/uploads/rules/event-follow-up/rule.mdx - rule: public/uploads/rules/evaluate-your-event-feedback/rule.mdx - - rule: public/uploads/rules/do-you-book-a-venue-a-month-ahead/rule.mdx - - rule: public/uploads/rules/confirm-venue-before-presentation/rule.mdx - - rule: public/uploads/rules/do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation/rule.mdx - - rule: public/uploads/rules/do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities/rule.mdx - - rule: public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx - - rule: public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx + - rule: public/uploads/rules/event-follow-up/rule.mdx createdBy: Penny Walker createdByEmail: PennyWalker@ssw.com.au lastUpdated: 2026-06-16T05:52:40.857Z diff --git a/public/uploads/rules/a-way-of-selling-tickets/rule.mdx b/public/uploads/rules/a-way-of-selling-tickets/rule.mdx index 9bbe42b4afb..35b3f702c7f 100644 --- a/public/uploads/rules/a-way-of-selling-tickets/rule.mdx +++ b/public/uploads/rules/a-way-of-selling-tickets/rule.mdx @@ -9,7 +9,7 @@ redirects: - do-you-have-a-way-of-selling-tickets seoDescription: Effortlessly manage ticket sales and events with EventBrite, a comprehensive platform for selling, refunding, marketing, and more -title: Sales - Do you have a way of selling tickets? +title: Do you simplify event ticket sales with a ticketing platform? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/can-sponsors-set-up-a-booth-somewhere/rule.mdx b/public/uploads/rules/can-sponsors-set-up-a-booth-somewhere/rule.mdx index 2f116b6a7af..fb92a86bd6e 100644 --- a/public/uploads/rules/can-sponsors-set-up-a-booth-somewhere/rule.mdx +++ b/public/uploads/rules/can-sponsors-set-up-a-booth-somewhere/rule.mdx @@ -12,7 +12,7 @@ lastUpdatedByEmail: LarsKlint@ssw.com.au redirects: [] seoDescription: Plan a designated area for sponsors to set up their booths and ensure early access to the venue. -title: Can Sponsors Set Up A Booth Somewhere? +title: Do you provide booth space for sponsors? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/can-you-offer-value-to-sponsors/rule.mdx b/public/uploads/rules/can-you-offer-value-to-sponsors/rule.mdx index f40155a113e..abb34794f3b 100644 --- a/public/uploads/rules/can-you-offer-value-to-sponsors/rule.mdx +++ b/public/uploads/rules/can-you-offer-value-to-sponsors/rule.mdx @@ -12,7 +12,7 @@ lastUpdatedByEmail: LarsKlint@ssw.com.au redirects: [] seoDescription: Offer value to sponsors by providing opportunities for branding, booth setup and attendee engagement at your event. -title: Can you offer value to sponsors? +title: Do you offer value to sponsors? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities/rule.mdx b/public/uploads/rules/do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities/rule.mdx index 1ef631b6032..d98a0641936 100644 --- a/public/uploads/rules/do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities/rule.mdx +++ b/public/uploads/rules/do-you-ensure-the-speaker-is-aware-of-their-social-media-responsibilities/rule.mdx @@ -14,8 +14,7 @@ lastUpdatedByEmail: AndreasLengkeek@ssw.com.au redirects: [] seoDescription: Encourage speakers to leverage their social media following by promoting user groups and driving attendance. -title: Speaker - Do you encourage speakers to use their social media to promote user - groups? +title: Do you encourage speakers to use their social media to promote user groups? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation/rule.mdx b/public/uploads/rules/do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation/rule.mdx index 491cc16e6ef..61970320c85 100644 --- a/public/uploads/rules/do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation/rule.mdx +++ b/public/uploads/rules/do-you-inform-the-speaker-of-venue-specific-details-before-the-presentation/rule.mdx @@ -16,7 +16,7 @@ lastUpdatedByEmail: PennyWalker@ssw.com.au redirects: [] seoDescription: Informing speakers of venue-specific details before presentations helps ensure a smooth and successful event experience. -title: Speaker - Do you inform venue specific details to speakers before presentations? +title: Do you inform speakers of venue-specific details before presentations? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx b/public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx index 7628ca5cd71..9bb90cd37ff 100644 --- a/public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx +++ b/public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx @@ -16,7 +16,7 @@ lastUpdatedByEmail: tiagov8@gmail.com redirects: [] seoDescription: Promote user groups and events via social media platforms like Twitter, Facebook, Instagram, and LinkedIn to increase overall audience and attendance. -title: Promotion - Do you promote user groups via social media? +title: Promotion - Do you promote events via social media? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/do-you-use-events-to-market-your-consulting-work/rule.mdx b/public/uploads/rules/do-you-use-events-to-market-your-consulting-work/rule.mdx index 9c6f1f76217..26614f212c2 100644 --- a/public/uploads/rules/do-you-use-events-to-market-your-consulting-work/rule.mdx +++ b/public/uploads/rules/do-you-use-events-to-market-your-consulting-work/rule.mdx @@ -14,7 +14,7 @@ lastUpdatedByEmail: TiagoAraujo@ssw.com.au redirects: [] seoDescription: Maximize consulting opportunities by showcasing expertise through events such as training courses and tech breakfasts. -title: Do you use Events to market your consulting work? +title: Do you use events to market your consulting work? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx - category: categories/marketing-and-video/rules-to-better-marketing.mdx diff --git a/public/uploads/rules/does-each-volunteer-have-a-job/rule.mdx b/public/uploads/rules/does-each-volunteer-have-a-job/rule.mdx index 2e630309564..e64ab120d98 100644 --- a/public/uploads/rules/does-each-volunteer-have-a-job/rule.mdx +++ b/public/uploads/rules/does-each-volunteer-have-a-job/rule.mdx @@ -12,7 +12,7 @@ lastUpdatedByEmail: LarsKlint@ssw.com.au redirects: [] seoDescription: Effective event planning requires clear job assignments for each volunteer to minimize downtime and maximize enjoyment. -title: Does each volunteer have a job? +title: Do you assign a job to each volunteer? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/evaluate-your-event-feedback/rule.mdx b/public/uploads/rules/evaluate-your-event-feedback/rule.mdx index 9d3524c2579..277ec2a9c2b 100644 --- a/public/uploads/rules/evaluate-your-event-feedback/rule.mdx +++ b/public/uploads/rules/evaluate-your-event-feedback/rule.mdx @@ -11,7 +11,7 @@ redirects: - do-you-evaluate-your-event-feedback seoDescription: Analyze event feedback to refine future events, track progress and identify areas for improvement. -title: Retro - Do you evaluate your event feedback? +title: Feedback - Do you evaluate your event feedback? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/have-you-got-an-adequate-budget/rule.mdx b/public/uploads/rules/have-you-got-an-adequate-budget/rule.mdx index 84800c28f9a..76cd40977a3 100644 --- a/public/uploads/rules/have-you-got-an-adequate-budget/rule.mdx +++ b/public/uploads/rules/have-you-got-an-adequate-budget/rule.mdx @@ -12,7 +12,7 @@ lastUpdatedByEmail: LarsKlint@ssw.com.au redirects: [] seoDescription: Plan your event wisely by creating a budget that outlines expected sponsorship and income streams, ensuring informed decisions. -title: Have you got an adequate budget? +title: Do you have an adequate event budget? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/have-you-got-an-appropriate-agenda/rule.mdx b/public/uploads/rules/have-you-got-an-appropriate-agenda/rule.mdx index 2dd7be07d7e..fe2dfc64ae7 100644 --- a/public/uploads/rules/have-you-got-an-appropriate-agenda/rule.mdx +++ b/public/uploads/rules/have-you-got-an-appropriate-agenda/rule.mdx @@ -12,7 +12,7 @@ lastUpdatedByEmail: LarsKlint@ssw.com.au redirects: [] seoDescription: Craft a compelling event agenda that showcases top speakers and boosts attendance. -title: Have you got an appropriate agenda? +title: Do you have an appropriate event agenda? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/have-you-got-enough-volunteers-to-help-on-the-day/rule.mdx b/public/uploads/rules/have-you-got-enough-volunteers-to-help-on-the-day/rule.mdx index 37d3d2e9b48..8ba96a561cf 100644 --- a/public/uploads/rules/have-you-got-enough-volunteers-to-help-on-the-day/rule.mdx +++ b/public/uploads/rules/have-you-got-enough-volunteers-to-help-on-the-day/rule.mdx @@ -12,7 +12,7 @@ lastUpdatedByEmail: LarsKlint@ssw.com.au redirects: [] seoDescription: Ensure you have a sufficient number of volunteers to help on the day by recruiting from various sources. -title: Have you got enough volunteers to help on the day? +title: Do you have enough volunteers to help on the day? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/have-you-got-the-right-speakers/rule.mdx b/public/uploads/rules/have-you-got-the-right-speakers/rule.mdx index c90010a71e4..948cc84d9c2 100644 --- a/public/uploads/rules/have-you-got-the-right-speakers/rule.mdx +++ b/public/uploads/rules/have-you-got-the-right-speakers/rule.mdx @@ -14,7 +14,7 @@ lastUpdatedByEmail: LarsKlint@ssw.com.au redirects: [] seoDescription: Book top speakers early to ensure a successful event that attracts the right audience and boosts credibility. -title: Have you got the right speakers? +title: Do you have the right speakers? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/is-the-signage-adequate/rule.mdx b/public/uploads/rules/is-the-signage-adequate/rule.mdx index 53f834a1fda..06565fcb1a8 100644 --- a/public/uploads/rules/is-the-signage-adequate/rule.mdx +++ b/public/uploads/rules/is-the-signage-adequate/rule.mdx @@ -12,7 +12,7 @@ lastUpdatedByEmail: LarsKlint@ssw.com.au redirects: [] seoDescription: Well-designed signage ensures attendees navigate your event smoothly and efficiently. -title: Is the signage adequate? +title: Do you provide adequate event signage? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/organize-the-audience-when-numbers-are-low/rule.mdx b/public/uploads/rules/organize-the-audience-when-numbers-are-low/rule.mdx index 965f8fecb87..02590bf130f 100644 --- a/public/uploads/rules/organize-the-audience-when-numbers-are-low/rule.mdx +++ b/public/uploads/rules/organize-the-audience-when-numbers-are-low/rule.mdx @@ -15,7 +15,7 @@ redirects: - do-you-organize-the-audience-when-numbers-are-low seoDescription: Organize the audience by moving attendees to be next to each other when numbers are low to create a visually appealing event space. -title: Events - Do you organize the audience when numbers are low? +title: Do you organize the audience when numbers are low? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx b/public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx index ade886264ee..3983732fef0 100644 --- a/public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx +++ b/public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx @@ -17,7 +17,7 @@ redirects: - promotion-do-you-help-people-to-know-about-your-events seoDescription: Promote events to increase discoverability and attract attendees through Meetup, Word of Mouth, and Social Media platforms. -title: Promoting - Do you share your events? +title: Promotion - Do you share your events? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx - category: categories/marketing-and-video/rules-to-better-social-media-for-business.mdx diff --git a/public/uploads/rules/venue-is-everything/rule.mdx b/public/uploads/rules/venue-is-everything/rule.mdx index 45ddb7d0ad9..d0e0b2e53f6 100644 --- a/public/uploads/rules/venue-is-everything/rule.mdx +++ b/public/uploads/rules/venue-is-everything/rule.mdx @@ -13,7 +13,7 @@ redirects: - venue-do-you-use-an-ideal-venue seoDescription: Secure a venue that accommodates your event's size, offers necessary equipment and stays within budget to ensure a successful and well-planned event. -title: Venue - Do you use an ideal venue? +title: Do you choose the right venue for your event? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/who-is-in-charge-of-keeping-the-schedule/rule.mdx b/public/uploads/rules/who-is-in-charge-of-keeping-the-schedule/rule.mdx index 0e1c02e867e..549db61cf4f 100644 --- a/public/uploads/rules/who-is-in-charge-of-keeping-the-schedule/rule.mdx +++ b/public/uploads/rules/who-is-in-charge-of-keeping-the-schedule/rule.mdx @@ -18,7 +18,7 @@ lastUpdatedByEmail: bradystroud@ssw.com.au redirects: - do-your-speakers-know-what-they-need-to-do-at-an-event seoDescription: Empower Your Speakers - A Checklist for a Successful Event -title: Do your speakers know what they need to do at an event? +title: Do you make sure speakers know what they need to do at an event? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx b/public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx index 9546f7aa054..f9e94afbbf4 100644 --- a/public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx +++ b/public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx @@ -1,6 +1,6 @@ --- type: rule -title: Channel - Do you highlight upcoming events on the YouTube channel banner? +title: Promotion - Do you highlight upcoming events on the YouTube channel banner? uri: youtube-banner-show-upcoming-events categories: - category: categories/marketing-and-video/rules-to-better-youtube.mdx From 1bb70f494069614e194e47cbbcd1c5b053fe4ddf Mon Sep 17 00:00:00 2001 From: tiagov8 <12601228+tiagov8@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:22:34 -0700 Subject: [PATCH 3/4] Fix bare ssw.com.au URL flagged by the URL linter Use https://www.ssw.com.au/rules in event-follow-up (was http://ssw.com.au/rules). Co-Authored-By: Claude Opus 4.8 --- public/uploads/rules/event-follow-up/rule.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/uploads/rules/event-follow-up/rule.mdx b/public/uploads/rules/event-follow-up/rule.mdx index 3fb0ab278cf..2ac82002b30 100644 --- a/public/uploads/rules/event-follow-up/rule.mdx +++ b/public/uploads/rules/event-follow-up/rule.mdx @@ -49,7 +49,7 @@ _3._    [_https://www.facebook.com/SSW.page_](https://www.facebook.com/SSW.pa _4._    [_https://twitter.com/SSW_TV_](https://twitter.com/SSW_TV) -_5._    [_http://ssw.com.au/rules_](/) +_5._    [_https://www.ssw.com.au/rules_](/) _Looking forward to hearing from you soon._ From 27f10283d90dc8ce05086675ec272429abf359b8 Mon Sep 17 00:00:00 2001 From: tiagov8 <12601228+tiagov8@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:33:30 -0700 Subject: [PATCH 4/4] Remove Promotion- and Feedback- prefixes from Events rule titles The Events category now uses consistent, prefix-free "Do you ...?" titles. Titles only; URIs and rule content unchanged. Co-Authored-By: Claude Opus 4.8 --- .../bring-evaluation-forms-to-every-event-you-speak-at/rule.mdx | 2 +- .../do-you-promote-your-user-groups-using-social-media/rule.mdx | 2 +- public/uploads/rules/evaluate-your-event-feedback/rule.mdx | 2 +- public/uploads/rules/event-feedback/rule.mdx | 2 +- .../rules/promotion-do-people-know-about-your-event/rule.mdx | 2 +- .../uploads/rules/youtube-banner-show-upcoming-events/rule.mdx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/uploads/rules/bring-evaluation-forms-to-every-event-you-speak-at/rule.mdx b/public/uploads/rules/bring-evaluation-forms-to-every-event-you-speak-at/rule.mdx index 255955a4c01..fab3ca0d92a 100644 --- a/public/uploads/rules/bring-evaluation-forms-to-every-event-you-speak-at/rule.mdx +++ b/public/uploads/rules/bring-evaluation-forms-to-every-event-you-speak-at/rule.mdx @@ -12,7 +12,7 @@ redirects: - do-you-bring-evaluation-forms-to-every-event-you-speak-at seoDescription: Get instant feedback from your clients and customers by using evaluation forms at every event you speak at. -title: Feedback - Do you bring evaluation forms to every event you speak at? +title: Do you bring evaluation forms to every event you speak at? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx b/public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx index 9bb90cd37ff..4f465de6e89 100644 --- a/public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx +++ b/public/uploads/rules/do-you-promote-your-user-groups-using-social-media/rule.mdx @@ -16,7 +16,7 @@ lastUpdatedByEmail: tiagov8@gmail.com redirects: [] seoDescription: Promote user groups and events via social media platforms like Twitter, Facebook, Instagram, and LinkedIn to increase overall audience and attendance. -title: Promotion - Do you promote events via social media? +title: Do you promote events via social media? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/evaluate-your-event-feedback/rule.mdx b/public/uploads/rules/evaluate-your-event-feedback/rule.mdx index 277ec2a9c2b..77464756a7d 100644 --- a/public/uploads/rules/evaluate-your-event-feedback/rule.mdx +++ b/public/uploads/rules/evaluate-your-event-feedback/rule.mdx @@ -11,7 +11,7 @@ redirects: - do-you-evaluate-your-event-feedback seoDescription: Analyze event feedback to refine future events, track progress and identify areas for improvement. -title: Feedback - Do you evaluate your event feedback? +title: Do you evaluate your event feedback? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/event-feedback/rule.mdx b/public/uploads/rules/event-feedback/rule.mdx index 6923900d0a2..ce6406eaf59 100644 --- a/public/uploads/rules/event-feedback/rule.mdx +++ b/public/uploads/rules/event-feedback/rule.mdx @@ -13,7 +13,7 @@ redirects: - how-are-you-collecting-feedback seoDescription: Collecting feedback from events is crucial to improve future experiences, with options including forms, online surveys, and rewards systems. -title: Feedback - Do you collect feedback from events? +title: Do you collect feedback from events? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx type: rule diff --git a/public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx b/public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx index 3983732fef0..1c613013bb0 100644 --- a/public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx +++ b/public/uploads/rules/promotion-do-people-know-about-your-event/rule.mdx @@ -17,7 +17,7 @@ redirects: - promotion-do-you-help-people-to-know-about-your-events seoDescription: Promote events to increase discoverability and attract attendees through Meetup, Word of Mouth, and Social Media platforms. -title: Promotion - Do you share your events? +title: Do you share your events? categories: - category: categories/marketing-and-video/rules-to-better-events.mdx - category: categories/marketing-and-video/rules-to-better-social-media-for-business.mdx diff --git a/public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx b/public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx index f9e94afbbf4..6ce61f06731 100644 --- a/public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx +++ b/public/uploads/rules/youtube-banner-show-upcoming-events/rule.mdx @@ -1,6 +1,6 @@ --- type: rule -title: Promotion - Do you highlight upcoming events on the YouTube channel banner? +title: Do you highlight upcoming events on the YouTube channel banner? uri: youtube-banner-show-upcoming-events categories: - category: categories/marketing-and-video/rules-to-better-youtube.mdx