lotarbo/meta-tags

dev-master 2020-06-30 23:10 UTC

This package is auto-updated.

Last update: 2025-06-20 06:06:37 UTC


README

This is simple package to manipulate with SEO tags, like Open Graph

Usage

MetaTags::title($title)
            ->description($description)
            ->url($url)
            ->image($src, $width, $height)
            ;

Somewhere in template, example in Blade:

{!! MetaTags::render() !!}