Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Fly Sky Overseas Education Consultant - Visa Success Since 2013",
|
||||
description: "Expert immigration consultancy with 13 years experience and 10,000+ successful visas. Specialized in student visas, tourist visas, and complex refusal cases. Free visa assessment.",
|
||||
keywords: "visa consultant, study abroad, immigration consultant Punjab, student visa Canada, visa refusal support",
|
||||
metadataBase: new URL("https://flysky-visa.com"),
|
||||
title: "Fly Sky Overseas Education Consultant - Visa Success Since 2013", description: "Expert immigration consultancy with 13 years experience and 10,000+ successful visas. Specialized in student visas, tourist visas, and complex refusal cases. Free visa assessment.", keywords: "visa consultant, study abroad, immigration consultant Punjab, student visa Canada, visa refusal support", metadataBase: new URL("https://flysky-visa.com"),
|
||||
alternates: {
|
||||
canonical: "https://flysky-visa.com",
|
||||
},
|
||||
canonical: "https://flysky-visa.com"},
|
||||
openGraph: {
|
||||
title: "Fly Sky - Your Global Visa Success Partner",
|
||||
description: "Turn your global dreams into reality. 13 years of expertise, 10,000+ visas processed, 98% success rate.",
|
||||
url: "https://flysky-visa.com",
|
||||
siteName: "Fly Sky Overseas Education Consultant",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Fly Sky - Your Global Visa Success Partner", description: "Turn your global dreams into reality. 13 years of expertise, 10,000+ visas processed, 98% success rate.", url: "https://flysky-visa.com", siteName: "Fly Sky Overseas Education Consultant", type: "website", images: [
|
||||
{
|
||||
url: "https://flysky-visa.com/og-image.jpg",
|
||||
alt: "Fly Sky - Global Visa Success",
|
||||
},
|
||||
url: "https://flysky-visa.com/og-image.jpg", alt: "Fly Sky - Global Visa Success"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Fly Sky Overseas Education Consultant",
|
||||
description: "Expert visa guidance for students, families, and refusal cases. 98% success rate.",
|
||||
images: ["https://flysky-visa.com/twitter-image.jpg"],
|
||||
card: "summary_large_image", title: "Fly Sky Overseas Education Consultant", description: "Expert visa guidance for students, families, and refusal cases. 98% success rate.", images: ["https://flysky-visa.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user