From cd28bc22c2b931a742e5c35756bb9d5e5f947d24 Mon Sep 17 00:00:00 2001 From: selvi Date: Thu, 19 Mar 2026 13:11:30 +0530 Subject: [PATCH] new meta title tags updated --- src/app/about/page.tsx | 4 ++-- src/app/blog/page.tsx | 4 ++-- src/app/careers/page.tsx | 4 ++-- src/app/contact/page.tsx | 4 ++-- src/app/faq/page.tsx | 4 ++-- src/app/globals.css | 2 +- src/app/page.tsx | 2 +- src/app/portfolio/page.tsx | 6 +++--- src/app/services-digital-solutions/page.tsx | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ede9b01..8d3874d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -13,10 +13,10 @@ import ContactSection from "@/components/careers/ContactSection"; import CouterAreaThree from "@/components/home/CounterAreaThree"; export const metadata: Metadata = { - title: "About - Metatroncube Software Solution | Innovative & User-Centric Tech Services in Waterloo", + title: "About Metatroncube Digital Experts Canada", description: "Metatroncube Software Solution: Pioneering custom web & mobile apps with 10+ years. Based in Waterloo, we deliver innovative, user-centric digital products that power your growth.", alternates: { - canonical: "/about", + canonical: "/about-metatroncube-digital-experts-canada", }, }; diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index c05c897..e71384c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -6,10 +6,10 @@ import BlogSection from "@/components/home/home-1/BlogSection"; import PageHeader from "@/components/common/PageHeader"; export const metadata: Metadata = { - title: "Web Dev, SEO & Digital Marketing Blog | Metatroncube", + title: "Digital Marketing & SEO Blog Insights", description: "Expert insights on web development, SEO strategies, and digital marketing trends. Actionable tips from Metatroncube Software Solutions in Waterloo, Canada.", alternates: { - canonical: "/blog", + canonical: "/digital-marketing-seo-blog-insights", }, }; diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx index 4c4528a..a9f80b1 100644 --- a/src/app/careers/page.tsx +++ b/src/app/careers/page.tsx @@ -10,10 +10,10 @@ import ProjectsSection from "@/components/home/ProjectsSection"; export const metadata: Metadata = { - title: "Careers - Metatroncube Software Solution | Innovative & User-Centric Tech Services in Waterloo", + title: "Careers at Metatroncube Join Our Team", description: "Join MetatronCube — where innovation in web & mobile development, SEO, and digital marketing meets your growth. Explore careers and build the future with us.", alternates: { - canonical: "/careers", + canonical: "/careers-at-metatroncube-join-our-team", }, }; diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4a4b63c..abe75bc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,10 +7,10 @@ import MapSection from "@/components/contact/MapSection"; import PageHeader from "@/components/common/PageHeader"; export const metadata: Metadata = { - title: "Contact - Metatroncube Software Solution | Innovative & User-Centric Tech Services in Waterloo", + title: "Contact Digital Marketing Experts Canada", description: "Let's Connect. Drop us a Line. Whether you have a question, a project idea, or just want to chat, we're here for you.", alternates: { - canonical: "/contact", + canonical: "/contact-digital-marketing-experts-canada", }, }; diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index b3a12bd..e39b7eb 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -9,10 +9,10 @@ import FaqFour from "@/components/home/FaqFour"; import FaqFive from "@/components/home/FaqFive"; export const metadata: Metadata = { - title: "Web & App Development, SEO, Marketing FAQs | Metatroncube", + title: "FAQs Digital Services & Marketing Help", description: "Explore FAQs about Web & App Development, SEO, digital marketing, and graphic design. Uncover expert insights and solutions with Metatroncube.", alternates: { - canonical: "/faq", + canonical: "/faqs-digital-services-marketing-help", }, }; diff --git a/src/app/globals.css b/src/app/globals.css index 8ff7f35..d55bd1d 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5269,7 +5269,7 @@ body { .why-choose-two__shape-one img { max-width: 100%; height: 100%; - min-height: 869px; + min-height: 900px; object-fit: cover; } diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e408f1..ca16f2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ import HomeContactOne from "@/components/home/HomeContactOne"; import HomeServiceOne from "@/components/home/HomeServiceOne"; export const metadata: Metadata = { - title: "Metatroncube: Leaders in Web & Mobile Dev, SEO, Digital Marketing", + title: "Digital Solutions & Marketing Agency Canada", description: "Metatroncube Software Solution: Your go-to agency for cutting-edge web & app development, SEO, digital marketing, and graphic design services.", alternates: { canonical: "/", diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index ab84261..6849979 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -6,10 +6,10 @@ import PortfolioSection from "@/components/home/PortfolioSection"; import PageHeader from "@/components/common/PageHeader"; export const metadata: Metadata = { - title: "Metatroncube: Leaders in Web & Mobile Dev, SEO, Digital Marketing", - description: "Metatroncube Software Solution: Your go-to agency for cutting-edge web & app development, SEO, digital marketing, and graphic design services", + title: "Our Portfolio Web & Marketing Projects", + description: "Metatroncube Software Solution: Your go-to agency for cutting-edge web & app development, SEO, digital marketing, and graphic design services", alternates: { - canonical: "/portfolio", + canonical: "/our-portfolio-web-and-marketing-projects", }, }; diff --git a/src/app/services-digital-solutions/page.tsx b/src/app/services-digital-solutions/page.tsx index a1faff5..f5292be 100644 --- a/src/app/services-digital-solutions/page.tsx +++ b/src/app/services-digital-solutions/page.tsx @@ -12,10 +12,10 @@ import ResultsSection from "@/components/about/Results"; import CareersWorkProcess from "@/components/careers/CareersWorkProcess"; export const metadata: Metadata = { - title: "Metatroncube | Digital Solutions: Web, Mobile & SEO Experts", + title: "Digital Services for Business Growth Canada", description: "Grow your brand with Metatroncube’s digital solutions - web & mobile development, SEO & marketing services crafted to grow your online presence.", alternates: { - canonical: "/services-digital-solutions", + canonical: "/digital-services-for-business-growth-canada", }, };