SEO Implementation Example

This page demonstrates a custom SEO implementation with:

  • Custom title: "Custom SEO Page"
  • Custom description
  • Article type (rather than website)
  • Custom image for social sharing

How to Use SEO on Different Pages

To customize SEO for any page, simply provide the appropriate props to the Layout component:


<Layout 
  title="Your Page Title" 
  description="Your custom description"
  image="/path/to/custom-image.jpg"
  article=true // Set to true for blog posts or articles
>
  Page content here...
</Layout>
    

SEO Features Added

  • Basic meta tags (title, description)
  • Open Graph tags for better social media sharing
  • Twitter card support
  • Canonical URL support
  • Author and keyword metadata