lotarbo/meta-tags

meta tags

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/lotarbo/meta-tags

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

This package is auto-updated.

Last update: 2025-12-20 07:07:52 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() !!}