Vets-Who-Code / vets-who-code-app

http://vetswhocode.io
47 stars 35 forks source link

Implement Dynamic Description for Blog Posts When URL is Shared #484

Closed jeromehardaway closed 11 months ago

jeromehardaway commented 11 months ago

Description:

To enhance our blog's SEO and visibility, it's crucial to incorporate dynamic descriptions for blog posts that appear when their URLs are shared. Currently, our Next.js and Tailwind application doesn't support this feature. Implementing this will improve the user's understanding of the shared content before visiting the link and positively affect our site's engagement rate.

Proposed Change:

  1. Add dynamic meta tags in the head of the blog post page that adjusts based on the content of each post.
  2. The dynamic description should be based on each blog post's summary or the first few lines.

Expected Behavior:

When a blog post URL is shared on social media platforms or messaging apps, a description of the post (either a summary or the first few lines) should appear below the URL or alongside it.

Current Behavior:

When a blog post URL is shared, it does not include a dynamic description.

Priority:

This enhancement should be prioritized as it can significantly impact user engagement and improve our blog's SEO.

Attachments:

N/A