Skip to content

Commit d297bb3

Browse files
lucksptFrancisca105
authored andcommitted
feat(seo): initial implementation
1 parent 94efb5b commit d297bb3

File tree

22 files changed

+200
-13
lines changed

22 files changed

+200
-13
lines changed

public/images/pages/conduct.jpg

230 KB
Loading
139 KB
Loading

public/images/pages/home.jpg

201 KB
Loading

public/images/pages/parners.jpg

75.8 KB
Loading
156 KB
Loading

public/images/pages/privacy.jpg

197 KB
Loading

public/images/pages/schedule.jpg

93.9 KB
Loading

public/images/pages/sponsors.jpg

81.9 KB
Loading

public/images/pages/team.jpg

97.9 KB
Loading

src/app/conduct/page.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
import { createMetadata } from "@/lib/seo";
2+
3+
export const metadata = createMetadata({
4+
title: "Code of Conduct",
5+
description:
6+
"SINFO is dedicated to providing a harassment-free conference experience for everyone. Read our Code of Conduct.",
7+
path: "/conduct",
8+
image: "/images/pages/conduct.jpg",
9+
});
10+
111
export default function CodeConduct() {
212
return (
313
<main className="min-h-screen bg-gray-100">

0 commit comments

Comments
 (0)