Skip to content

Commit

Permalink
ENH: better SEO (#11973)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagerterrier authored Sep 18, 2024
1 parent 9b1a738 commit cea3589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws-nextjs-app/pages/ws/languages.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const languageToggle = (e: React.MouseEvent<HTMLButtonElement>) => {
}
};

const pageTitle = 'News in your language - BBC News';
const pageTitle = 'News in your language - BBC World Service';
const pageDescription = 'A list of BBC World Service language services';
const lang = 'en';

Expand Down

0 comments on commit cea3589

Please sign in to comment.