Skip to content

Commit 55d5051

Browse files
committed
SEO optimization of meta tags
1 parent 84a296c commit 55d5051

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/layout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ const jetbrains = JetBrains_Mono({ subsets: ['latin'], variable: '--font-mono',
1111
export const metadata: Metadata = {
1212
metadataBase: new URL(SITE_URL),
1313
title: {
14-
default: 'Source Skyboxes',
14+
default: `Jacob Robbins' Free Source Engine Skyboxes`,
1515
template: '%s | Source Skyboxes',
1616
},
1717
description:
1818
'Free HDR skyboxes for Source Engine and other renderers. Download Source Engine ready sets or original 32-bit EXR files.',
1919
openGraph: {
20-
siteName: 'Source Skyboxes',
20+
siteName: `Jacob Robbins' Free Source Engine Skyboxes`,
2121
type: 'website',
2222
locale: 'en_US',
2323
url: '/',
24-
title: 'Source Skyboxes',
24+
title: `Jacob Robbins' Free Source Engine Skyboxes`,
2525
description:
26-
'High-quality skybox textures. Free download Source Engine ready sets and original EXR.',
26+
'High-quality skybox textures. Free download - Source Engine ready sets and original EXR.',
2727
images: [
2828
{ url: withBase('/skyboxes/sky_cloudy017_hdr/images/previews/1.webp'), width: 1200, height: 630 },
2929
],

app/skyboxes/[slug]/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export async function generateMetadata(
1313
const { slug } = await params;
1414
const meta = getMeta(slug);
1515

16-
const title = `Skybox ${slug} by ${meta.author}`;
16+
const title = `Download ${slug} by ${meta.author}`;
1717

18-
const description = `Free download of ${slug} Source Engine ready or original 32-bit EXR.`;
18+
const description = `Free download of ${slug} in Source Engine ready format or original 32-bit EXR.`;
1919

2020
const previewImage = `/skyboxes/${slug}/images/previews/1.webp`;
2121

0 commit comments

Comments
 (0)