π Meta Tags
Larasonic provides enhanced meta tags capabilities beyond standard Inertia.js head management by leveraging Unhead.js under the hood. This gives you more powerful and flexible SEO management across your application.π Usage
Larasonic provides a convenientuseSeoMetaTags composable for managing SEO meta tags - itβs a wrapper around useSeoMeta from the UnHead library so feel free to customize it to your needs:
Default SEO meta tags can be configured in
resources/js/Composables/useSeoMetaTags.jsβοΈ Configuration
TheuseSeoMetaTags composable accepts two parameters:
seoMeta(object|null): Custom SEO meta tags to applyoptions(object):merge(boolean): When true, merges custom meta tags with defaults. When false, only uses provided meta tags.
π·οΈ Supported Meta Tags
Larasonic supports all meta & title tags from unhead including:- Basic meta tags (title, description)
- Open Graph tags (og:title, og:description, og:image, etc)
- Twitter Card tags (twitter:card, twitter:title, etc)
- Robots directives
- And more
π Backend Integration
You can also manage SEO tags by passing them from your Laravel backend. Hereβs how:- Generate dynamic SEO tags based on your backend data
- Reuse existing backend logic for SEO
- Maintain consistency between backend and frontend SEO management
π€ AI-Powered SEO Generation
Larasonic has partnered with SEOExpert to provide AI-powered SEO meta tag generation. This integration helps you:- Keyword Research - Scrape your website or competitorβs to discover high-volume, low-competition keywords that can drive targeted traffic to your pages.
- Content Planning - Analyze top-ranking pages to understand search intent and create topics and outlines for your chosen keywords.
- Content Creation - Research information from multiple sources to create accurate and informative content that resonates with your audience.
- Link Building - Share published content on social media and relevant forums like Reddit to build quality backlinks and increase visibility.