lotarbo / meta-tags

Repository from Github https://github.comlotarbo/meta-tagsRepository from Github https://github.comlotarbo/meta-tags

MetaTags

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() !!}

About

License:Other


Languages

Language:PHP 100.0%