feat: add SEO metadata and profile schema
This commit is contained in:
11
src/app/faq/layout.tsx
Normal file
11
src/app/faq/layout.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Frequently Asked Questions",
|
||||
description:
|
||||
"Find answers to common questions about RE-Quest, professionals, profiles, and connections.",
|
||||
};
|
||||
|
||||
export default function FAQLayout({ children }: { children: React.ReactNode }) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
Reference in New Issue
Block a user