brand: add (you)r* prefix to landing page title
Reinforces the r-suite "your tools" philosophy across all rApp landing pages. Also normalizes title separators to em-dash for consistency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
784ce54102
commit
33e7a955be
|
|
@ -3,12 +3,12 @@ import './globals.css';
|
|||
import { Header } from '@/components/Header';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'rMaps - Collaborative Maps',
|
||||
title: '(you)rMaps — Collaborative Maps',
|
||||
description: 'A flexible, collaborative map tool for real-time location sharing, event navigation, and group coordination.',
|
||||
keywords: ['maps', 'collaborative', 'real-time', 'location sharing', 'navigation', 'events'],
|
||||
authors: [{ name: 'Jeff Emmett' }],
|
||||
openGraph: {
|
||||
title: 'rMaps - Collaborative Maps',
|
||||
title: '(you)rMaps — Collaborative Maps',
|
||||
description: 'A flexible, collaborative map tool for real-time location sharing, event navigation, and group coordination.',
|
||||
url: 'https://rmaps.online',
|
||||
siteName: 'rMaps',
|
||||
|
|
@ -16,7 +16,7 @@ export const metadata: Metadata = {
|
|||
},
|
||||
twitter: {
|
||||
card: 'summary_large_image',
|
||||
title: 'rMaps - Collaborative Maps',
|
||||
title: '(you)rMaps — Collaborative Maps',
|
||||
description: 'A flexible, collaborative map tool for real-time location sharing, event navigation, and group coordination.',
|
||||
},
|
||||
manifest: '/manifest.json',
|
||||
|
|
|
|||
Loading…
Reference in New Issue