Pharaonic
Loading...

OLD VERSION

WARNING : You're browsing the documentation for an old version of SEO. Consider upgrading your project to 2.x
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:^1.0

# Example

1<meta charset="UTF-8">
2<meta name="viewport" content="width=device-width, initial-scale=1">
3<title>Pharaonic</title>
4<meta name="description" content="SEO package for Laravel by Pharaonic">
5<meta name="keywords" content="Pharaonic, Package, SEO">
6<meta name="author" content="Moamen Eltouny (Raggi)">
7<meta name="robots" content="index, follow">
8<meta name="copyrights" content="Pharaonic 2024">
9<link rel="next" href="https://pharaonic.io/packages/laravel/auditable">
10<link rel="prev" href="https://pharaonic.io/packages/laravel/readable">
11<link rel="alternate" href="https://pharaonic.io/ar/packages/laravel/seo" hreflang="ar">
12<link rel="canonical" href="https://pharaonic.io/packages/laravel/seo">
13<meta name="og:url" content="https://pharaonic.io/ar/packages/laravel/seo">
14<meta name="og:locale" content="en_US">
15<meta name="og:locale:alternate" content="ar">
16<meta name="og:type" content="website">
17<meta name="og:title" content="Pharaonic">
18<meta name="og:description" content="SEO package for Laravel by Pharaonic">
19<meta name="og:image" content="https://pharaonic.io/images/logo.png">
20<meta name="twitter:card" content="summary">
21<meta name="twitter:title" content="Pharaonic">
22<meta name="twitter:description" content="SEO package for Laravel by Pharaonic">
23<meta name="twitter:image" content="https://pharaonic.io/images/logo.png">