devbshrestha / seo
Simple library for seo
dev-main
2021-06-18 14:23 UTC
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-03-18 22:18:04 UTC
README
About Seo
Seo stands for search engine optimization. In any web site seo needs to improve their visibility.
Laravel Seo Package
This seo package helps to improve laravel web site seo
Following are the features
Some of specific features are listed below
- Easy to use
- Easy to Customize
- Dynamic argument
- Support image
Usage
In Controller
use DevbShrestha\Seo\Seo; Seo::setSeo('title', 'description', 'keywords1,keyword2,keyword3', 'image-full-url'); or //dynamic arguement Seo::setSeo('title');
In views header
{{ Seo::getSeo() }}
You are done!!!