fix:cvevolve link+seo+sm links

This commit is contained in:
Lebohang-OMSAfrica
2025-09-04 15:39:37 +02:00
parent 98f581b348
commit 0530c9c943
10 changed files with 102 additions and 3 deletions

View File

@ -15,6 +15,8 @@ import {
FaUserCheck,
FaProjectDiagram,
} from "react-icons/fa";
import { Metadata } from "next";
// const leadershipTeam = [
// {
@ -42,6 +44,23 @@ import {
// linkedinUrl: "#",
// },
// ];
export const metadata: Metadata = {
title: "About Us | Owethu Managed Services (OMS)",
description: "Learn about OMS, our mission, vision, and the values that drive us to deliver exceptional IT solutions and services.",
keywords: [
"Owethu Managed Services",
"About OMS",
"OMS",
"Black-owned ",
"Women-owned",
"Tech company",
"bank statement reader",
"fintech solutions" ,
],
}
const coreValues = [
{

View File

@ -11,6 +11,25 @@ import {
} from "react-icons/fa"; // Using Fa icons for consistency
import { COLORS } from "@/constants"; // Using COLORS constant
import ContactForm from "@/components/ContactForm";
import { Metadata } from "next"
// Metadata for the Contact page
export const metadata: Metadata = {
title: "Contact Us | Owethu Managed Services",
description: "Get in touch with Owethu Managed Services for expert IT solutions, resource augmentation, and project management. We're here to help you succeed.",
keywords: [
"contact OMS",
"Price",
"Managed IT services",
"Resource augmentation",
"Project management",
"Bank statement reader",
"OBSE",
"Centurion",
]
};
// Define the structure for FAQ items
interface FAQItem {

View File

@ -29,6 +29,7 @@ export const metadata: Metadata = {
"fintech solutions",
"IT consulting",
"OMS",
"CVEvolve",
"Owethu Managed Services",
"Centurion",
"Gauteng",

View File

@ -14,6 +14,7 @@ import FeaturedProductSection, {
} from "./_components/FeaturedProductSection";
import { getHome } from "@/lib/query/home";
export default async function HomePage() {
// Explicitly type the data variable, assuming getHome returns HeroSectionType or null/undefined
const data = await getHome();

View File

@ -8,6 +8,7 @@ export const metadata: Metadata = {
description:
"Our recruitment portal is currently under development. Stay tuned for updates on career opportunities at Owethu Managed Services.",
robots: "noindex, nofollow", // Prevent indexing of the coming soon page
};
export default function RecruitmentPortalPage() {

View File

@ -25,6 +25,8 @@ export const metadata: Metadata = {
"IT resource augmentation",
"managed IT services",
"OBSE",
"CVEvolve",
"bank statement extractor",
"bank statement automation",
"fintech solutions",
"IT consulting",

View File

@ -11,6 +11,7 @@ export const metadata: Metadata = {
alternates: {
canonical: "/tech-talk",
},
openGraph: {
title: "OMS TechTalk | Insights & Innovation",
description: "Stay updated with tech insights from OMS.",