Update src/app/layout.tsx
This commit is contained in:
@@ -5,28 +5,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const manrope = Manrope({
|
const manrope = Manrope({
|
||||||
variable: "--font-manrope",
|
variable: "--font-manrope", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Show Your Idea | Investment Agency for Visionary Startups",
|
title: "Show Your Idea | Investment Agency for Visionary Startups", description: "Strategic investment agency funding and mentoring exceptional startups. Access capital, expertise, and networks to transform your entrepreneurial vision.", keywords: "investment agency, startup funding, venture capital, entrepreneur mentorship, seed funding", metadataBase: new URL("https://showyouridea.com"),
|
||||||
description: "Strategic investment agency funding and mentoring exceptional startups. Access capital, expertise, and networks to transform your entrepreneurial vision.",
|
|
||||||
keywords: "investment agency, startup funding, venture capital, entrepreneur mentorship, seed funding",
|
|
||||||
metadataBase: new URL("https://showyouridea.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://showyouridea.com"
|
canonical: "https://showyouridea.com"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Show Your Idea | Investment Agency for Visionary Startups",
|
title: "Show Your Idea | Investment Agency for Visionary Startups", description: "Strategic investment agency funding and mentoring exceptional startups. Access capital, expertise, and networks.", siteName: "Show Your Idea", type: "website"
|
||||||
description: "Strategic investment agency funding and mentoring exceptional startups. Access capital, expertise, and networks.",
|
|
||||||
siteName: "Show Your Idea",
|
|
||||||
type: "website"
|
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Show Your Idea | Investment Agency for Visionary Startups", description: "Transform your entrepreneurial vision into reality with strategic investment and mentorship"
|
||||||
title: "Show Your Idea | Investment Agency for Visionary Startups",
|
|
||||||
description: "Transform your entrepreneurial vision into reality with strategic investment and mentorship"
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user