Meta Data Test Page

This page is designed to test if meta data is working correctly for social media sharing.

What to test:

  • Share this URL on Facebook and check if the title, description, and image appear correctly
  • Share this URL on Twitter and verify the Twitter Card displays properly
  • Share this URL on LinkedIn and check the preview
  • Use tools like Facebook Debugger to validate Open Graph tags
  • Use Twitter Card Validator to test Twitter Cards

Expected Meta Tags:

<title>Test Meta Data - Venturisy</title>
<meta name="description" content="This is a test page to verify that meta data is working correctly for social media sharing" />
<meta property="og:title" content="Test Meta Data - Venturisy" />
<meta property="og:description" content="This is a test page to verify that meta data is working correctly for social media sharing" />
<meta property="og:image" content="https://www.venturisy.com/logo.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.venturisy.com/test-meta" />
<meta property="og:site_name" content="Venturisy" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Test Meta Data - Venturisy" />
<meta name="twitter:description" content="This is a test page to verify that meta data is working correctly for social media sharing" />
<meta name="twitter:image" content="https://www.venturisy.com/logo.png" />