- Introduced a new metaTag function to simplify the creation of meta tags for Open Graph and Twitter.
- Replaced regex-based bot detection with the isbot library for improved accuracy.
- Enhanced the GET route to conditionally render meta tags based on available link metadata, improving SEO and social media sharing capabilities.
- Refactored the GET route to dynamically generate Open Graph and Twitter meta tags based on available link metadata.
- Added support for conditional rendering of meta tags, improving SEO and social media sharing capabilities.
- Ensured that the response includes appropriate meta tags for both Open Graph and Twitter cards, enhancing link previews.
- Fix inconsistent icon sizes in ExternalLink component by removing hardcoded props.
- Standardize icon alignment using new CSS class.
- Add copy-to-clipboard functionality when clicking the link text.
- Added a toggle for advanced settings in the LinkEditForm to show/hide Open Graph fields (ogTitle, ogDescription, ogImageUrl).
- Updated the form to initialize these fields with default values if available.
- Introduced a new label for the advanced section in the messages file.
This enhancement improves user experience by allowing users to manage Open Graph metadata more efficiently.
- Introduced ogTitle, ogDescription, and ogImageUrl fields in the Link model for improved social media previews.
- Updated the database schema to accommodate new Open Graph fields.
- Modified link creation and editing forms to include inputs for Open Graph metadata.
- Enhanced the GET route to serve Open Graph metadata for bots.
This update allows for better customization of shared links, improving their presentation on social media platforms.
- Add custom title field for user-defined link names
- Implement custom OG image URL input for social media previews
- Enable Open Graph metadata customization (description, type, etc.)
- Add link slug/path customization for personalized URLs
- Update link creation form with new metadata fields
- Extend database schema to store custom link properties
- Add validation for OG image URLs and metadata inputs
This allows users to fully customize their shared analytics links with
custom titles, Open Graph images, and other metadata for better social
media presentation and link management.
Adds a CLI tool to generate realistic analytics data for local development and testing.
Creates two demo websites with varying traffic patterns and realistic user behavior distributions.