import type { Metadata } from 'next';

export const seoConfig = {
  baseUrl: 'https://aurastack.co.ke',
  siteName: 'Aura Stack',
  twitterHandle: '@aura_stack_',
};

export const homepageMetadata: Metadata = {
  title: 'Aura Stack - Best Web & Mobile Developers in Nairobi Kenya',
  description: 'We stabilize revenue, reduce risk, and give business owners control and visibility. Top web design & development agency in Nairobi Kenya with innovative software solutions.',
  keywords: [
    'web design nairobi',
    'website developers nairobi',
    'web development cost kenya',
    'mobile android developers kenya',
    'software company kenya',
    'best web designers nairobi',
    'affordable web design',
    'web developers in kenya',
    'custom software development',
  ],
  authors: [{ name: 'Aura Stack', url: 'https://aurastack.co.ke' }],
  creator: 'Aura Stack',
  publisher: 'Aura Stack',
  openGraph: {
    type: 'website',
    locale: 'en_KE',
    url: 'https://aurastack.co.ke',
    siteName: 'Aura Stack',
    title: 'Aura Stack - Best Web & Mobile Developers in Nairobi Kenya',
    description: 'We stabilize revenue, reduce risk, and give business owners control and visibility through professional web design and software solutions.',
    images: [
      {
        url: 'https://aurastack.co.ke/og-image.jpg',
        width: 1200,
        height: 630,
        alt: 'Aura Stack - Professional Web & Mobile Development',
      },
    ],
  },
  twitter: {
    card: 'summary_large_image',
    title: 'Aura Stack - Best Web & Mobile Developers in Nairobi Kenya',
    description: 'We stabilize revenue, reduce risk, and give business owners control and visibility',
    creator: '@aura_stack_',
    images: ['https://aurastack.co.ke/og-image.jpg'],
  },
  alternates: {
    canonical: 'https://aurastack.co.ke',
  },
  robots: {
    index: true,
    follow: true,
    googleBot: {
      index: true,
      follow: true,
      'max-video-preview': -1,
      'max-image-preview': 'large',
      'max-snippet': -1,
    },
  },
};

export const aboutPageMetadata: Metadata = {
  title: 'About Us - Aura Stack | Web & Software Developers Kenya',
  description: 'Learn about Aura Stack team of expert web developers, mobile app developers, and software engineers based in Nairobi, Kenya.',
  keywords: ['about aura stack', 'web developers team', 'software engineers kenya'],
  openGraph: {
    title: 'About Us - Aura Stack | Web & Software Developers Kenya',
    description: 'Learn about our team of expert developers in Nairobi, Kenya',
    url: 'https://aurastack.co.ke/about',
  },
  alternates: {
    canonical: 'https://aurastack.co.ke/about',
  },
};

export const pricingPageMetadata: Metadata = {
  title: 'Pricing - Web & Software Development Cost in Kenya | Aura Stack',
  description: 'Affordable web design and development pricing in Kenya. Custom packages for websites, mobile apps, and software solutions. Get transparent quotes from Aura Stack.',
  keywords: [
    'web development cost kenya',
    'website design pricing',
    'mobile app development cost',
    'software development pricing',
    'affordable web design kenya',
  ],
  openGraph: {
    title: 'Pricing - Web & Software Development Cost in Kenya | Aura Stack',
    description: 'Transparent pricing for web and software development services in Kenya',
    url: 'https://aurastack.co.ke/pricing',
  },
  alternates: {
    canonical: 'https://aurastack.co.ke/pricing',
  },
};

export const contactPageMetadata: Metadata = {
  title: 'Contact Us - Aura Stack | Web Developers in Nairobi Kenya',
  description: 'Get in touch with Aura Stack for web design, development, and software services in Nairobi, Kenya. Phone: +254713095009 | Email: aurastacklimited@gmail.com',
  keywords: ['contact aura stack', 'web developers contact', 'software development services'],
  openGraph: {
    title: 'Contact Us - Aura Stack | Web Developers in Nairobi Kenya',
    description: 'Contact our team of expert developers in Nairobi, Kenya',
    url: 'https://aurastack.co.ke/contact',
  },
  alternates: {
    canonical: 'https://aurastack.co.ke/contact',
  },
};
