Skip to content

Commit

Permalink
update Problems meta title and description
Browse files Browse the repository at this point in the history
- Max requested the ability to override, likely in follow-up
  • Loading branch information
ianrohde committed Dec 19, 2023
1 parent f0534ac commit 353b5b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ export async function generateMetadata({
const ifixitOrigin = getiFixitOrigin(nextHeaders);
const canonicalUrl = `${ifixitOrigin}/Troubleshooting/${device}`;

const metaTitle = `Troubleshooting Collection for ${device} - iFixit`;
const metaTitle = `Troubleshooting Problems for ${device} - iFixit`;
const metaDescription =
'Uses the App Router to render a page with a dynamic path.';
'Is your ${device} not working? You are not alone. View common problems and explore potential solutions. Learn the steps you can take to troubleshoot and fix the problem yourself.';

return {
metadataBase: new URL(ifixitOrigin),
Expand Down

0 comments on commit 353b5b3

Please sign in to comment.