Problem
Registration and talk proposal pages all use the static browser title "Buzz Dashboard". When these pages surface in search results or link previews, "Buzz Dashboard" shows at the top instead of the event name, which isn't compelling enough to make someone click through.
Can we pls have the titles? Because it shows at the top if someone searches for the events, but seeing 'Buzz Dashboard' isn't very convincing for someone to click. — customer
Ask
Set a meaningful, per-page document title that includes the event name, e.g. <Event Name> – Register and an appropriate title for the talk proposal page.
Scope
- Registration page (
/register/:eventRoute)
- Talk proposal page (
/event-proposal)
Notes
frappe-ui already ships page-meta support (pageMetaPlugin is registered in dashboard/src/main.ts), so pages can declare their own title via usePageMeta.
Problem
Registration and talk proposal pages all use the static browser title "Buzz Dashboard". When these pages surface in search results or link previews, "Buzz Dashboard" shows at the top instead of the event name, which isn't compelling enough to make someone click through.
Ask
Set a meaningful, per-page document title that includes the event name, e.g.
<Event Name> – Registerand an appropriate title for the talk proposal page.Scope
/register/:eventRoute)/event-proposal)Notes
frappe-ui already ships page-meta support (
pageMetaPluginis registered indashboard/src/main.ts), so pages can declare their own title viausePageMeta.