Pharaonic
Loading...

Installation

SEO

# Why SEO?

SEO is package that helps you to generate meta tags with quick and easy functions & blade directives in Laravel.

# Installation

Install the latest version using Composer.

1composer require pharaonic/laravel-seo

# Example

1<meta charset="UTF-8">
2<meta name="theme-color" content="#4285f4">
3<meta name="viewport" content="width=device-width, initial-scale=1.0">
4<title>Old Pharaonic</title>
5<meta name="description" content="SEO package for Laravel by Pharaonic">
6<meta name="keywords" content="TEST,TEST,TEST,TEST,TEST">
7<meta name="author" content="Moamen Eltouny (Raggi)">
8<meta name="copyrights" content="Pharaonic 2021">
9<meta name="robots" content="noindex, nofollow">
10<link rel="canonical" href="https://pharaonic.io/package/2-laravel/15-seo">
11<link rel="prev" href="https://pharaonic.io/package/2-laravel/14-readable">
12<link rel="next" href="https://pharaonic.io/package/2-laravel/13-auditable">
13<link rel="alternate" href="https://pharaonic.io/ar/package/2-laravel/15-seo" hreflang="ar">
14<link rel="alternate" href="https://pharaonic.io/en/package/2-laravel/15-seo" hreflang="en-us">
15<meta property="og:url" content="http://127.0.0.1:8000">
16<meta property="og:type" content="website">
17<meta property="og:title" content="Pharaonic">
18<meta property="og:description" content="SEO package for Laravel by Pharaonic">
19<meta property="og:locale" content="en">
20<meta property="og:locale:alternate" content="ar">
21<meta property="og:locale:alternate" content="en_US">
22<meta property="og:image" content="https://pharaonic.io/images/logo.jpg">
23<meta property="twitter:card" content="summary">
24<meta property="twitter:title" content="Pharaonic">
25<meta property="twitter:description" content="SEO package for Laravel by Pharaonic">
26<meta property="twitter:image" content="https://pharaonic.io/images/logo.jpg">