Skip to content

Commit

Permalink
fix: update SEO titles and descriptions in stats page for clarity
Browse files Browse the repository at this point in the history
- Changed the page title from "Site Analytics" to "Site Stats" for improved relevance.
- Updated the description to reflect the new title, ensuring consistency in messaging.
- Adjusted Open Graph image title to match the updated terminology.
  • Loading branch information
spences10 committed Jan 5, 2025
1 parent 7f87ecc commit f75faf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/stats/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
let selected_month = $state(current_month);
const seo_config = create_seo_config({
title: `Site Analytics - ${name}`,
description: `View analytics and statistics for ${name}'s blog posts and articles`,
title: `Site Stats - ${name}`,
description: `View stats for ${name}'s blog posts and articles`,
open_graph_image: og_image_url(
name,
'scottspence.com',
'Site Analytics',
'Site Stats',
),
url: `${website}/stats`,
slug: 'stats',
Expand Down

0 comments on commit f75faf9

Please sign in to comment.