From 03bcfbbbe6bf1e81570d5a2ae9a0ba6f8092e04f Mon Sep 17 00:00:00 2001 From: selvi Date: Tue, 30 Jun 2026 17:57:18 +0530 Subject: [PATCH] seo issues fixed --- public/.htaccess | 92 +++++++++++++++ src/app/about/page.tsx | 2 +- src/app/blog/page.tsx | 4 +- src/app/careers/page.tsx | 4 +- src/app/contact/page.tsx | 4 +- src/app/faq/page.tsx | 2 +- src/app/page.tsx | 4 +- src/app/portfolio/page.tsx | 4 +- src/app/privacy-policy/page.tsx | 2 +- .../mobile-app-development-service/About.tsx | 6 +- .../BrandSlider.tsx | 2 +- .../CaseStudies.tsx | 10 +- .../CaseStudy.tsx | 10 +- .../mobile-app-development-service/FAQ.tsx | 2 +- .../mobile-app-development-service/Hero.tsx | 12 +- .../Pricing.tsx | 4 +- .../Service.tsx | 2 +- .../Testimonial.tsx | 4 +- .../mobile-app-development-service/Work.tsx | 6 +- .../WorkProcess.tsx | 10 +- .../support/cards/BlogCard.tsx | 4 +- .../support/layout/CTA/CTA.tsx | 10 +- .../web-development-service/About.tsx | 16 +-- .../web-development-service/BrandSlider.tsx | 2 +- .../web-development-service/CaseStudies.tsx | 10 +- .../web-development-service/CaseStudy.tsx | 10 +- .../web-development-service/FAQ.tsx | 2 +- .../web-development-service/Hero.tsx | 10 +- .../web-development-service/Pricing.tsx | 4 +- .../web-development-service/Service.tsx | 2 +- .../web-development-service/Testimonial.tsx | 4 +- .../web-development-service/Work.tsx | 6 +- .../web-development-service/WorkProcess.tsx | 10 +- src/utils/data.ts | 106 +++++++++--------- 34 files changed, 237 insertions(+), 145 deletions(-) create mode 100644 public/.htaccess diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..8b0ec12 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,92 @@ +Options -Indexes +RewriteEngine On + +# ------------------------------------------------------- +# 301 Redirects — Broken URL fixes (Metatron Website) +# ------------------------------------------------------- + +# --- Blog Posts --- +RedirectMatch 301 ^/blog/web-development-trends-2023/?$ /blog/web-development-trends-2025/ +RedirectMatch 301 ^/blog/seo-tips-for-small-business/?$ /service/search-engine-optimization-seo-content-writing/ +RedirectMatch 301 ^/blog/top-digital-marketing-strategies-2022/?$ /blog/ +RedirectMatch 301 ^/blog/mobile-app-development-cost/?$ /service/mobile-application-development/ +RedirectMatch 301 ^/blog/graphic-design-trends/?$ /service/graphic-designing-company/ +RedirectMatch 301 ^/blog/ui-ux-best-practices/?$ /service/ui-ux-designing/ +RedirectMatch 301 ^/blog/erp-implementation-guide/?$ /service/erp-development-implementation/ +RedirectMatch 301 ^/blog/digital-marketing-canada/?$ /service/digital-marketing-agency-in-canada/ +RedirectMatch 301 ^/blog/website-design-waterloo/?$ /service/website-development-company/ +RedirectMatch 301 ^/blog/react-vs-angular-2023/?$ /blog/ +RedirectMatch 301 ^/blog/how-to-choose-seo-agency/?$ /service/search-engine-optimization-seo-content-writing/ +RedirectMatch 301 ^/blog/flutter-app-development/?$ /service/mobile-application-development/ +RedirectMatch 301 ^/blog/logo-design-tips/?$ /service/graphic-designing-company/ +RedirectMatch 301 ^/blog/nodejs-backend-development/?$ /service/website-development-company/ +RedirectMatch 301 ^/blog/digital-marketing-roi/?$ /service/digital-marketing-agency-in-canada/ +RedirectMatch 301 ^/blog/ecommerce-website-development/?$ /service/website-development-company/ +RedirectMatch 301 ^/blog/ux-design-principles/?$ /service/ui-ux-designing/ +RedirectMatch 301 ^/blog/social-media-marketing-tips/?$ /service/digital-marketing-agency-in-canada/ +RedirectMatch 301 ^/blog/wordpress-vs-custom-website/?$ /service/website-development-company/ +RedirectMatch 301 ^/blog/content-marketing-strategy/?$ /service/search-engine-optimization-seo-content-writing/ + +# --- Blog Pagination --- +RedirectMatch 301 ^/blog/page/2/?$ /blog/ +RedirectMatch 301 ^/blog/page/3/?$ /blog/ +RedirectMatch 301 ^/blog/page/4/?$ /blog/ + +# --- Blog Categories --- +RedirectMatch 301 ^/blog/category/web-development/?$ /blog/ +RedirectMatch 301 ^/blog/category/seo/?$ /blog/ +RedirectMatch 301 ^/blog/category/digital-marketing/?$ /blog/ +RedirectMatch 301 ^/blog/category/graphic-design/?$ /blog/ + +# --- Blog Tags --- +RedirectMatch 301 ^/blog/tag/mobile-app/?$ /blog/ +RedirectMatch 301 ^/blog/tag/seo-tips/?$ /blog/ + +# --- Blog Author Archive --- +RedirectMatch 301 ^/blog/author/admin/?$ /blog/ + +# --- Service Sub-pages --- +RedirectMatch 301 ^/service/wordpress-development/?$ /service/website-development-company/ +RedirectMatch 301 ^/service/shopify-development/?$ /service/website-development-company/ +RedirectMatch 301 ^/service/ppc-advertising/?$ /service/digital-marketing-agency-in-canada/ +RedirectMatch 301 ^/service/social-media-marketing/?$ /service/digital-marketing-agency-in-canada/ +RedirectMatch 301 ^/service/content-writing/?$ /service/search-engine-optimization-seo-content-writing/ +RedirectMatch 301 ^/service/logo-design/?$ /service/graphic-designing-company/ +RedirectMatch 301 ^/service/branding/?$ /service/graphic-designing-company/ +RedirectMatch 301 ^/service/android-app-development/?$ /service/mobile-application-development/ +RedirectMatch 301 ^/service/ios-app-development/?$ /service/mobile-application-development/ +RedirectMatch 301 ^/service/local-seo/?$ /service/search-engine-optimization-seo-content-writing/ +RedirectMatch 301 ^/service/email-marketing/?$ /service/digital-marketing-agency-in-canada/ +RedirectMatch 301 ^/service/app-maintenance/?$ /service/mobile-application-development/ + +# --- Portfolio Pages --- +RedirectMatch 301 ^/portfolio/ecommerce-website/?$ /portfolio/ +RedirectMatch 301 ^/portfolio/mobile-banking-app/?$ /portfolio/ +RedirectMatch 301 ^/portfolio/restaurant-website/?$ /portfolio/ +RedirectMatch 301 ^/portfolio/healthcare-app/?$ /portfolio/ +RedirectMatch 301 ^/portfolio/real-estate-website/?$ /portfolio/ +RedirectMatch 301 ^/portfolio/page/2/?$ /portfolio/ + +# --- Location / City Landing Pages --- +RedirectMatch 301 ^/web-development-waterloo/?$ /service/website-development-company/ +RedirectMatch 301 ^/seo-agency-waterloo/?$ /service/search-engine-optimization-seo-content-writing/ +RedirectMatch 301 ^/digital-marketing-kitchener/?$ /service/digital-marketing-agency-in-canada/ +RedirectMatch 301 ^/web-design-toronto/?$ /service/website-development-company/ +RedirectMatch 301 ^/mobile-app-development-toronto/?$ /service/mobile-application-development/ +RedirectMatch 301 ^/seo-services-toronto/?$ /service/search-engine-optimization-seo-content-writing/ +RedirectMatch 301 ^/digital-marketing-toronto/?$ /service/digital-marketing-agency-in-canada/ + +# --- Old / Alternate Site URLs --- +RedirectMatch 301 ^/services/?$ /services-digital-solutions/ +RedirectMatch 301 ^/our-services/?$ /services-digital-solutions/ +RedirectMatch 301 ^/work/?$ /portfolio/ +RedirectMatch 301 ^/team/?$ /about/ +RedirectMatch 301 ^/case-studies/?$ /portfolio/ +RedirectMatch 301 ^/testimonials/?$ /about/ +RedirectMatch 301 ^/get-quote/?$ /contact/ +RedirectMatch 301 ^/request-proposal/?$ /contact/ +RedirectMatch 301 ^/pricing/?$ /contact/ +RedirectMatch 301 ^/sitemap/?$ /sitemap.xml +RedirectMatch 301 ^/feed/?$ /blog/ +RedirectMatch 301 ^/wp-admin/?$ /contact/ +RedirectMatch 301 ^/search/?$ /blog/ diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ed74684..f85fc81 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -13,7 +13,7 @@ import ContactSection from "@/components/careers/ContactSection"; import CouterAreaThree from "@/components/home/CounterAreaThree"; export const metadata: Metadata = { - title: "About Metatroncube Digital Experts Canada", + title: "About Metatroncube | Digital Agency Waterloo", 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-metatroncube-digital-experts-canada", diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a41c865..25f757e 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -6,8 +6,8 @@ import BlogSection from "@/components/home/home-1/BlogSection"; import PageHeader from "@/components/common/PageHeader"; export const metadata: Metadata = { - 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.", + title: "Digital Marketing & SEO Blog | Metatroncube Waterloo", + description: "Expert SEO, web dev & digital marketing tips from Metatroncube Waterloo's leading agency. Practical guides, industry trends & Ontario business insights.", alternates: { canonical: "/digital-marketing-seo-blog-insights", }, diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx index 56903d0..cb4e69d 100644 --- a/src/app/careers/page.tsx +++ b/src/app/careers/page.tsx @@ -10,8 +10,8 @@ import ProjectsSection from "@/components/home/ProjectsSection"; export const metadata: Metadata = { - 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.", + title: "Careers at Metatroncube | Join Our Waterloo Team", + description: "Grow your career in web development, SEO, design or digital marketing at Metatroncube, Waterloo. Open roles, culture & benefits. Apply to join our team.", alternates: { canonical: "/careers-at-metatroncube-join-our-team", }, diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5231c3b..93d655b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,8 +7,8 @@ import MapSection from "@/components/contact/MapSection"; import PageHeader from "@/components/common/PageHeader"; export const metadata: Metadata = { - 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.", + title: "Contact Metatroncube | Free Consultation Waterloo", + description: "Ready to grow online? Contact Metatroncube's digital experts in Waterloo, Ontario. Book a FREE consultation web, SEO, app & marketing projects welcome.", alternates: { canonical: "/contact-digital-marketing-experts-canada", }, diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index e2350d9..3e6640a 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -10,7 +10,7 @@ import FaqFour from "@/components/home/FaqFour"; import FaqFive from "@/components/home/FaqFive"; export const metadata: Metadata = { - title: "FAQs Digital Services & Marketing Help", + title: "FAQs | Web, SEO & App Services | Metatroncube", description: "Explore FAQs about Web & App Development, SEO, digital marketing, and graphic design. Uncover expert insights and solutions with Metatroncube.", alternates: { canonical: "/faqs-digital-services-marketing-help", diff --git a/src/app/page.tsx b/src/app/page.tsx index 39ce28f..ba41303 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,8 +16,8 @@ import HomeContactOne from "@/components/home/HomeContactOne"; import HomeServiceOne from "@/components/home/HomeServiceOne"; export const metadata: Metadata = { - 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.", + title: "Website Design & Digital Marketing Agency in Waterloo | Metatroncube", + description: "MetatronCube Solutions is a leading digital marketing and web design agency in Waterloo. We help businesses grow with SEO, Google Ads, website development, social media marketing, content marketing,and custom software solutions across Waterloo and Ontario", alternates: { canonical: "/", }, diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 16e91d7..b38028a 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -6,8 +6,8 @@ import PortfolioSection from "@/components/home/PortfolioSection"; import PageHeader from "@/components/common/PageHeader"; export const metadata: Metadata = { - 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", + title: "Web & App Portfolio | Metatroncube Waterloo", + description: "See Metatroncube's award-winning web, mobile app, SEO & branding work for Canadian businesses. Real results, real clients. Browse our project portfolio.", alternates: { canonical: "/our-portfolio-web-and-marketing-projects", }, diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index 87a49bd..2c01e59 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -6,7 +6,7 @@ import PageHeader from "@/components/common/PageHeader"; import PrivacyPolicyContent from "@/components/privacy/PrivacyPolicyContent"; export const metadata: Metadata = { - title: "Privacy Policy of Metatroncube Software Solution - Metatroncube Software Solution | Innovative & User-Centric Tech Services in Waterloo", + title: "Privacy Policy | Metatroncube Software Solutions", description: "Metatroncube Software Solution values your privacy. We collect, use & protect your personal data responsibly, ensuring transparency, security, and legal compliance. Contact us anytime.", alternates: { canonical: "/privacy-policy", diff --git a/src/components/mobile-app-development-service/About.tsx b/src/components/mobile-app-development-service/About.tsx index e36d780..ff31fbc 100644 --- a/src/components/mobile-app-development-service/About.tsx +++ b/src/components/mobile-app-development-service/About.tsx @@ -8,12 +8,12 @@ const About = () => { const [isContactOpen, setIsContactOpen] = useState(false); return (
- + Decorative background element
- + Decorative overlay element {
-
About Metatroncube Software Solution
+
MetatronCube iconAbout Metatroncube Software Solution
diff --git a/src/components/mobile-app-development-service/BrandSlider.tsx b/src/components/mobile-app-development-service/BrandSlider.tsx index 8ce4515..a0d0d84 100644 --- a/src/components/mobile-app-development-service/BrandSlider.tsx +++ b/src/components/mobile-app-development-service/BrandSlider.tsx @@ -64,7 +64,7 @@ const BrandSlider = () => {
-
Our Partners
+
MetatronCube iconOur Partners
diff --git a/src/components/mobile-app-development-service/CaseStudies.tsx b/src/components/mobile-app-development-service/CaseStudies.tsx index f9e77f8..5559af3 100644 --- a/src/components/mobile-app-development-service/CaseStudies.tsx +++ b/src/components/mobile-app-development-service/CaseStudies.tsx @@ -64,12 +64,12 @@ const CaseStudies = () => { return (
- - + Decorative floating element + Decorative floating element {/* Floating Elements - Right (4) */} - - + Decorative floating element + Decorative floating element
@@ -80,7 +80,7 @@ const CaseStudies = () => {
- + MetatronCube icon Case Studies
diff --git a/src/components/mobile-app-development-service/CaseStudy.tsx b/src/components/mobile-app-development-service/CaseStudy.tsx index 2a31267..3f5fa35 100644 --- a/src/components/mobile-app-development-service/CaseStudy.tsx +++ b/src/components/mobile-app-development-service/CaseStudy.tsx @@ -58,12 +58,12 @@ const CaseStudy = () => {
- - - - + Decorative element + Decorative element + Decorative element + Decorative element
- + Case study project showcase
diff --git a/src/components/mobile-app-development-service/FAQ.tsx b/src/components/mobile-app-development-service/FAQ.tsx index 28f1eea..2cecac1 100644 --- a/src/components/mobile-app-development-service/FAQ.tsx +++ b/src/components/mobile-app-development-service/FAQ.tsx @@ -97,7 +97,7 @@ const FAQ = () => {
- + MetatronCube icon FAQ
diff --git a/src/components/mobile-app-development-service/Hero.tsx b/src/components/mobile-app-development-service/Hero.tsx index e64b30c..b3edccd 100644 --- a/src/components/mobile-app-development-service/Hero.tsx +++ b/src/components/mobile-app-development-service/Hero.tsx @@ -11,8 +11,8 @@ const Hero = () => { return (
- - + Decorative floating element + Decorative floating element
@@ -40,19 +40,19 @@ const Hero = () => {
- + Mobile app development services by Metatroncube
{/*
*/}
- + Animated left design element
- + Animated bottom design element
- + Animated right design element
diff --git a/src/components/mobile-app-development-service/Pricing.tsx b/src/components/mobile-app-development-service/Pricing.tsx index 1c54771..0c772dc 100644 --- a/src/components/mobile-app-development-service/Pricing.tsx +++ b/src/components/mobile-app-development-service/Pricing.tsx @@ -13,7 +13,7 @@ const Pricing = () => {
- + MetatronCube icon Pricing Plans
@@ -73,7 +73,7 @@ const Pricing = () => { {feature} diff --git a/src/components/mobile-app-development-service/Service.tsx b/src/components/mobile-app-development-service/Service.tsx index 26b413d..433880f 100644 --- a/src/components/mobile-app-development-service/Service.tsx +++ b/src/components/mobile-app-development-service/Service.tsx @@ -16,7 +16,7 @@ const Service = () => {
-
Our Services
+
MetatronCube iconOur Services
diff --git a/src/components/mobile-app-development-service/Testimonial.tsx b/src/components/mobile-app-development-service/Testimonial.tsx index b6cc508..11b064e 100644 --- a/src/components/mobile-app-development-service/Testimonial.tsx +++ b/src/components/mobile-app-development-service/Testimonial.tsx @@ -86,7 +86,7 @@ const Testimonial = () => {
-
Testimonials
+
MetatronCube iconTestimonials
@@ -139,7 +139,7 @@ const Testimonial = () => { position: 'relative', transition: 'transform 0.3s ease' }}> - + Quote icon {/* Stars */}
diff --git a/src/components/mobile-app-development-service/Work.tsx b/src/components/mobile-app-development-service/Work.tsx index 7acb60e..12050ae 100644 --- a/src/components/mobile-app-development-service/Work.tsx +++ b/src/components/mobile-app-development-service/Work.tsx @@ -17,8 +17,8 @@ const Work = () => { backgroundSize: 'cover', }} > - - + Decorative floating element + Decorative floating element
@@ -38,7 +38,7 @@ const Work = () => {
-
OUR DEVELOPMENT PROCESS
+
MetatronCube iconOUR DEVELOPMENT PROCESS
diff --git a/src/components/mobile-app-development-service/WorkProcess.tsx b/src/components/mobile-app-development-service/WorkProcess.tsx index fa23ad6..b847bf2 100644 --- a/src/components/mobile-app-development-service/WorkProcess.tsx +++ b/src/components/mobile-app-development-service/WorkProcess.tsx @@ -54,12 +54,12 @@ const WorkProcess = () => {
- - - - + Decorative circle element + Decorative circle element + Decorative circle element + Decorative circle element
- + App development process illustration
diff --git a/src/components/mobile-app-development-service/support/cards/BlogCard.tsx b/src/components/mobile-app-development-service/support/cards/BlogCard.tsx index 179a972..b6df855 100644 --- a/src/components/mobile-app-development-service/support/cards/BlogCard.tsx +++ b/src/components/mobile-app-development-service/support/cards/BlogCard.tsx @@ -17,12 +17,12 @@ const BlogCard: React.FC = ({ blog }) => { diff --git a/src/components/mobile-app-development-service/support/layout/CTA/CTA.tsx b/src/components/mobile-app-development-service/support/layout/CTA/CTA.tsx index 3a0bd31..d314d4d 100644 --- a/src/components/mobile-app-development-service/support/layout/CTA/CTA.tsx +++ b/src/components/mobile-app-development-service/support/layout/CTA/CTA.tsx @@ -32,24 +32,24 @@ const CTA = () => {
- + Decorative background element
- + Contact us for app development
diff --git a/src/components/web-development-service/About.tsx b/src/components/web-development-service/About.tsx index 4920fd5..5aaa584 100644 --- a/src/components/web-development-service/About.tsx +++ b/src/components/web-development-service/About.tsx @@ -8,12 +8,12 @@ const About = () => { const [isContactOpen, setIsContactOpen] = useState(false); return (
- + Decorative background element
- + Decorative overlay element {
-
About MetatronCube IT Solution
+
MetatronCube iconAbout MetatronCube IT Solution
@@ -41,13 +41,13 @@ const About = () => {
We specialize in:
    -
  • Business Websites
  • -
  • Corporate Websites
  • -
  • Landing Pages
  • +
  • List arrow icon Business Websites
  • +
  • List arrow icon Corporate Websites
  • +
  • List arrow icon Landing Pages
    -
  • E-commerce Stores
  • -
  • Custom Web Applications
  • +
  • List arrow icon E-commerce Stores
  • +
  • List arrow icon Custom Web Applications
diff --git a/src/components/web-development-service/BrandSlider.tsx b/src/components/web-development-service/BrandSlider.tsx index d8c2035..0d1ea2e 100644 --- a/src/components/web-development-service/BrandSlider.tsx +++ b/src/components/web-development-service/BrandSlider.tsx @@ -64,7 +64,7 @@ const BrandSlider = () => {
-
Our Partners
+
MetatronCube iconOur Partners
diff --git a/src/components/web-development-service/CaseStudies.tsx b/src/components/web-development-service/CaseStudies.tsx index 66fd18e..1881305 100644 --- a/src/components/web-development-service/CaseStudies.tsx +++ b/src/components/web-development-service/CaseStudies.tsx @@ -65,12 +65,12 @@ const CaseStudies = () => { return (
- - + Decorative floating element + Decorative floating element {/* Floating Elements - Right (4) */} - - + Decorative floating element + Decorative floating element
@@ -81,7 +81,7 @@ const CaseStudies = () => {
- + MetatronCube icon Case Studies
diff --git a/src/components/web-development-service/CaseStudy.tsx b/src/components/web-development-service/CaseStudy.tsx index 7ca445c..c1d34f1 100644 --- a/src/components/web-development-service/CaseStudy.tsx +++ b/src/components/web-development-service/CaseStudy.tsx @@ -58,12 +58,12 @@ const CaseStudy = () => {
- - - - + Decorative element + Decorative element + Decorative element + Decorative element
- + Case study project showcase
diff --git a/src/components/web-development-service/FAQ.tsx b/src/components/web-development-service/FAQ.tsx index 6fe9233..a9d8a33 100644 --- a/src/components/web-development-service/FAQ.tsx +++ b/src/components/web-development-service/FAQ.tsx @@ -105,7 +105,7 @@ const FAQ = ({ faqData }: { faqData?: { question: string; answer: string }[] })
- + MetatronCube icon FAQ
diff --git a/src/components/web-development-service/Hero.tsx b/src/components/web-development-service/Hero.tsx index 981cc28..e39cd35 100644 --- a/src/components/web-development-service/Hero.tsx +++ b/src/components/web-development-service/Hero.tsx @@ -11,8 +11,8 @@ const Hero = () => { return (
- - + Decorative floating element + Decorative floating element
@@ -47,13 +47,13 @@ const Hero = () => {
*/}
- + Animated design element
- + Animated bottom design element
- + Animated right design element
diff --git a/src/components/web-development-service/Pricing.tsx b/src/components/web-development-service/Pricing.tsx index 2c63ff8..1e64e7d 100644 --- a/src/components/web-development-service/Pricing.tsx +++ b/src/components/web-development-service/Pricing.tsx @@ -13,7 +13,7 @@ const Pricing = () => {
- + MetatronCube icon Pricing Plans
@@ -73,7 +73,7 @@ const Pricing = () => { {feature} diff --git a/src/components/web-development-service/Service.tsx b/src/components/web-development-service/Service.tsx index fbb8e67..bec0c98 100644 --- a/src/components/web-development-service/Service.tsx +++ b/src/components/web-development-service/Service.tsx @@ -16,7 +16,7 @@ const Service = () => {
-
Our Services
+
MetatronCube iconOur Services
diff --git a/src/components/web-development-service/Testimonial.tsx b/src/components/web-development-service/Testimonial.tsx index f6c33fc..80eefa0 100644 --- a/src/components/web-development-service/Testimonial.tsx +++ b/src/components/web-development-service/Testimonial.tsx @@ -85,7 +85,7 @@ const Testimonial = () => {
-
Testimonials
+
MetatronCube iconTestimonials
@@ -138,7 +138,7 @@ const Testimonial = () => { position: 'relative', transition: 'transform 0.3s ease' }}> - + Quote icon {/* Stars */}
diff --git a/src/components/web-development-service/Work.tsx b/src/components/web-development-service/Work.tsx index 5d67e36..ff9e7ed 100644 --- a/src/components/web-development-service/Work.tsx +++ b/src/components/web-development-service/Work.tsx @@ -17,8 +17,8 @@ const Work = () => { backgroundSize: 'cover', }} > - - + Decorative floating element + Decorative floating element
@@ -38,7 +38,7 @@ const Work = () => {
-
How It Works
+
MetatronCube iconHow It Works
diff --git a/src/components/web-development-service/WorkProcess.tsx b/src/components/web-development-service/WorkProcess.tsx index e1a244f..fb32eb2 100644 --- a/src/components/web-development-service/WorkProcess.tsx +++ b/src/components/web-development-service/WorkProcess.tsx @@ -54,12 +54,12 @@ const WorkProcess = () => {
- - - - + Decorative circle element + Decorative circle element + Decorative circle element + Decorative circle element
- + Work process illustration
diff --git a/src/utils/data.ts b/src/utils/data.ts index c242923..6943405 100644 --- a/src/utils/data.ts +++ b/src/utils/data.ts @@ -1,4 +1,4 @@ -import type { BlogType, CaseStudyType, PricingType, ServiceType, TeamMemberType, TestimonialType } from "@/types"; +import type { BlogType, CaseStudyType, PricingType, ServiceType, TeamMemberType, TestimonialType } from "@/types"; export const services: ServiceType[] = [ { @@ -137,14 +137,14 @@ export const ourServices = [ bannerLeftImage: "/assets/images/innerbanner/left/left-web-development.webp", bannerRightImage: "/assets/images/innerbanner/right/right-web-dev.webp", description: "We design and develop fast, responsive, and scalable websites tailored to your business goals. Our solutions focus on performance, security, and seamless user experience to help your brand grow online.", - metatitle: "Best Web Design Agency | Web Development Company waterloo, Canada", - metaDesc: "Top web design agency in Waterloo, Canada. Offering web development services to create stunning websites. Choose us best website design and development service.", + metatitle: "Website Development Waterloo | Web Design | MetatronCube Solutions", + metaDesc: "Looking for a trusted website development company in Waterloo? MetatronCube Solutions creates responsive, SEO-friendly websites, eCommerce platforms and custom web applications for businesses in Waterloo.", content: `

Website Development at Metatroncube: Crafting Digital Masterpieces

In the digital age, a website is more than just a digital footprint; it’s a powerful tool that encapsulates the essence of your brand, the voice of your business, and the gateway to connect with a global audience. At Metatroncube Software Solution, we understand that each website is a unique blend of art and functionality, an opportunity to impress, engage, and convert your visitors into loyal customers.

- benefit + benefit

"A website is not just an online destination; it’s a digital journey that starts with a single click."

@@ -382,7 +382,7 @@ export const ourServices = [
- benefit + benefit
@@ -433,14 +433,14 @@ Robust Security bannerLeftImage: "/assets/images/innerbanner/left/left-app-development.webp", bannerRightImage: "/assets/images/innerbanner/right/right-app-dev.webp", description: "Build powerful mobile and web applications that solve real business problems. We create reliable, scalable apps with intuitive interfaces and modern technologies to ensure smooth performance.", - metatitle: "Web & Mobile Application Development Agency in Waterloo, Canada", - metaDesc: "Top mobile apps designer services for Android in Canada. Leading mobile application development company in Waterloo. Choose us for top-notch app development service.", + metatitle: "Mobile App Development Waterloo | Custom App Developers", + metaDesc: "Build scalable Android, iOS and cross-platform mobile applications with MetatronCube Solutions. Our app development experts create secure, user-friendly mobile solutions for startups acorss Waterloo.", content: `

Application Development at Metatroncube: Crafting Digital Masterpieces

Step into the future of mobile technology with Metatroncube's Application Development Services. Our expertise spans across various platforms and technologies, ensuring we deliver high-performance, scalable, and engaging mobile applications tailored to your business needs. Whether you're looking for native solutions or cross-platform versatility, our skilled developers are adept at turning your concepts into reality.

- benefit + benefit

Android Application Development

@@ -499,7 +499,7 @@ Robust Security
- Cross-Platform Development + Cross-Platform Development
@@ -546,7 +546,7 @@ Robust Security bannerLeftImage: "/assets/images/innerbanner/left/left-graphic-design.webp", bannerRightImage: "/assets/images/innerbanner/right/right-graphic.webp", description: "Bring your brand to life with creative and impactful visual designs. From logos to marketing materials, we craft visuals that communicate your brand message clearly and attract attention.", - metatitle: "Best Branding Service & Graphic Design agency in Waterloo, Canada", + metatitle: "Graphic Design & Branding Agency Waterloo | Metatroncube", metaDesc: "Top graphic designing agency in Waterloo. Leading graphic design company in Canada offering graphic design service, and branding solutions. Best branding agencies.", content: `

Graphic Design Services at Metatroncube

@@ -557,7 +557,7 @@ Robust Security
- benefit + benefit

Graphic Design Services: Marketing Collateral Design

@@ -614,7 +614,7 @@ Robust Security
- Graphic Design Services + Graphic Design Services
@@ -662,7 +662,7 @@ Robust Security bannerLeftImage: "/assets/images/innerbanner/left/left-ui-ux.webp", bannerRightImage: "/assets/images/innerbanner/right/right-ui-ux.webp", description: "Create engaging digital experiences with thoughtful user interface and user experience design. We focus on usability, accessibility, and modern design principles to deliver products users love.", - metatitle: "Best UI/UX Designing Company in Waterloo, Canada", + metatitle: "UI/UX Design Agency Waterloo, Ontario | Metatroncube", metaDesc: "Establish the best UI/UX design company in Waterloo to improve user experiences. Create user-friendly interfaces for digital success.", content: `

UI/UX Design Services at Metatroncube: Shaping Experiences That Resonate

@@ -670,7 +670,7 @@ Robust Security
- benefit + benefit
@@ -736,7 +736,7 @@ Robust Security
- UI/UX Design Services + UI/UX Design Services
@@ -783,8 +783,8 @@ Robust Security bannerLeftImage: "/assets/images/innerbanner/left/left-seo-content.webp", bannerRightImage: "/assets/images/innerbanner/right/right-seo.webp", description: "Improve your online visibility with strategic SEO and high-quality content. Our optimized content helps businesses rank higher in search engines and attract the right audience.", - metatitle: "Best SEO & Content Writing Company in waterloo, Canada", - metaDesc: "Boost online visibility with best SEO & Content Writing Services. Metatroncube, a Top-rated SEO company, agency for effective local search engine optimization.", + metatitle: "SEO Company Waterloo | SEO Services | MetatronCube Solutions", + metaDesc: "Grow your online visibility with MetatronCube Solutions, a trusted SEO company in Waterloo. We provide technical SEO, local SEO, content writing, keyword research and on-page optimization to help businesses rank higher on Google, Bing and AI-powered search.", content: `

SEO & Content Writing Services at Metatroncube

@@ -794,7 +794,7 @@ Robust Security
- benefit + benefit

Search Engine Optimization (SEO)

@@ -853,7 +853,7 @@ Robust Security
- SEO & Content Writing Services + SEO & Content Writing Services
@@ -902,15 +902,15 @@ Robust Security bannerLeftImage: "/assets/images/innerbanner/left/left-digital-marketing.webp", bannerRightImage: "/assets/images/innerbanner/right/right-digital.webp", description: "Grow your business with targeted digital marketing strategies. From social media campaigns to performance marketing, we help you reach the right audience and convert them into customers.", - metatitle: "Best Digital Marketing Agency in Waterloo, Canada | SEO | SMM", - metaDesc: "Top digital marketing company in Canada. Best digital marketing agency in Waterloo offering top digital marketing service for all your business needs.", + metatitle: "Digital Marketing Agency Kitchener Waterloo | Google Ads & SEO", + metaDesc: "MetatronCube Solutions is a digital marketing agency serving Waterloo. We help businesses grow with SEO, Google Ads, PPC, social media marketing, content marketing, local SEO and lead generation across Waterloo and guelph.", content: `

Metatroncube Software Solution: Revolutionizing Digital Marketing in Canada

Introduction: Metatroncube Software Solution is not just a digital marketing agency in Canada; we are your strategic partner for transformative digital success. Our bespoke digital marketing solutions are crafted to captivate your unique Canadian audience, driving the success story you deserve.

- benefit + benefit

Digital Marketing Services: "Shaping Canada’s Digital Landscape – One Campaign at a Time"

@@ -1001,7 +1001,7 @@ Robust Security
- Digital Marketing Services + Digital Marketing Services
@@ -1012,7 +1012,7 @@ Robust Security
- Social Media Marketing + Social Media Marketing
@@ -1061,14 +1061,14 @@ Robust Security "bannerLeftImage": "/assets/images/innerbanner/left/erp-left.webp", "bannerRightImage": "/assets/images/innerbanner/right/right-erp.webp", "description": "We provide custom ERP solutions to manage your business operations like finance, inventory, HR, sales, and reporting in one powerful system.", - "metatitle": "ERP Development & Implementation Services | Metatron Cube", + "metatitle": "ERP Development & Implementation Canada | Metatroncube", "metaDesc": "Custom ERP development and implementation services to manage finance, HR, inventory, sales, and reporting. Build scalable ERP solutions for your business.", "content": `

ERP Development & Implementation Services

Our ERP solutions help businesses manage operations efficiently by integrating finance, inventory, HR, sales, and reporting into a single system. We design scalable ERP platforms tailored to your business needs.

- ERP Development Services + ERP Development Services
@@ -1076,7 +1076,7 @@ Robust Security
- Custom ERP icon + Custom ERP icon
Custom ERP Development
@@ -1085,7 +1085,7 @@ Robust Security
- ERP implementation icon + ERP implementation icon
ERP Implementation
@@ -1094,7 +1094,7 @@ Robust Security
- ERP integration icon + ERP integration icon
ERP Integration
@@ -1103,7 +1103,7 @@ Robust Security
- ERP customization icon + ERP customization icon
ERP Customization
@@ -1112,7 +1112,7 @@ Robust Security
- Cloud ERP icon + Cloud ERP icon
Cloud ERP Solutions
@@ -1121,7 +1121,7 @@ Robust Security
- ERP maintenance icon + ERP maintenance icon
ERP Maintenance & Support
@@ -1144,7 +1144,7 @@ Robust Security
- Finance module icon + Finance module icon
Finance & Accounting
@@ -1153,7 +1153,7 @@ Robust Security
- Inventory module icon + Inventory module icon
Inventory Management
@@ -1162,7 +1162,7 @@ Robust Security
- HR module icon + HR module icon
HR & Payroll
@@ -1171,7 +1171,7 @@ Robust Security
- CRM module icon + CRM module icon
CRM & Sales
@@ -1180,7 +1180,7 @@ Robust Security
- Project management icon + Project management icon
Project Management
@@ -1189,7 +1189,7 @@ Robust Security
- Reporting module icon + Reporting module icon
Reporting & Analytics
@@ -1198,7 +1198,7 @@ Robust Security
- Purchase module icon + Purchase module icon
Purchase & Vendor Management
@@ -1209,7 +1209,7 @@ Robust Security
- ERP development Modules + ERP development Modules
@@ -1223,7 +1223,7 @@ Robust Security
- Odoo ERP icon + Odoo ERP icon

Odoo ERP

@@ -1235,7 +1235,7 @@ Robust Security
- Custom ERP solutions icon + Custom ERP solutions icon

Custom ERP (React / Next.js / Node.js)

@@ -1246,7 +1246,7 @@ Robust Security
- Cloud ERP systems icon + Cloud ERP systems icon

Cloud ERP Systems

@@ -1258,7 +1258,7 @@ Robust Security
- ERP Modules + ERP Modules
@@ -1266,7 +1266,7 @@ Robust Security
- Manufacturing industry icon + Manufacturing industry icon
Manufacturing
@@ -1275,7 +1275,7 @@ Robust Security
- Construction industry icon + Construction industry icon
Construction
@@ -1284,7 +1284,7 @@ Robust Security
- Retail industry icon + Retail industry icon
Retail
@@ -1293,7 +1293,7 @@ Robust Security
- Restaurant industry icon + Restaurant industry icon
Restaurants
@@ -1302,7 +1302,7 @@ Robust Security
- Logistics industry icon + Logistics industry icon
Logistics
@@ -1436,7 +1436,7 @@ Robust Security
- Kitchener Waterloo Website Design services + Kitchener Waterloo Website Design services
@@ -1527,7 +1527,7 @@ Robust Security
- App Development Waterloo + App Development Waterloo
@@ -1640,7 +1640,7 @@ Robust Security
- professional Web Design Waterloo + professional Web Design Waterloo
@@ -1781,7 +1781,7 @@ Robust Security
- Waterloo SEO Services + Waterloo SEO Services