Update src/app/layout.tsx
This commit is contained in:
@@ -5,32 +5,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const merriweather = Merriweather({
|
const merriweather = Merriweather({
|
||||||
variable: "--font-merriweather",
|
variable: "--font-merriweather", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "700", "900"],
|
weight: ["300", "400", "700", "900"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "NoGoogle - Independent IT School for Developers",
|
title: "NoGoogle - Independent IT School for Developers", description: "Learn web development, cloud computing, and AI from industry experts. NoGoogle is the independent coding school built by developers, for developers.", keywords: "coding school, web development, IT education, programming bootcamp, tech training", openGraph: {
|
||||||
description: "Learn web development, cloud computing, and AI from industry experts. NoGoogle is the independent coding school built by developers, for developers.",
|
title: "NoGoogle - Learn to Code Without the Google Trap", description: "Master web development, cloud computing, and AI at NoGoogle—the independent IT school.", type: "website", siteName: "NoGoogle", images: [
|
||||||
keywords: "coding school, web development, IT education, programming bootcamp, tech training",
|
|
||||||
openGraph: {
|
|
||||||
title: "NoGoogle - Learn to Code Without the Google Trap",
|
|
||||||
description: "Master web development, cloud computing, and AI at NoGoogle—the independent IT school.",
|
|
||||||
type: "website",
|
|
||||||
siteName: "NoGoogle",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg",
|
url: "https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg", alt: "NoGoogle IT School"},
|
||||||
alt: "NoGoogle IT School",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "NoGoogle - Independent IT School", description: "Learn from industry experts. Build real projects. Launch your tech career.", images: ["https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg"],
|
||||||
title: "NoGoogle - Independent IT School",
|
|
||||||
description: "Learn from industry experts. Build real projects. Launch your tech career.",
|
|
||||||
images: ["https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg"],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user