PHPackages                             akse1a/seo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. akse1a/seo

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

akse1a/seo
==========

A PHP library for working with SEO meta tags, Open Graph, Schema.org markup, and sitemap.xml generation

1.0.1(6mo ago)07MITPHPPHP ^8.0

Since Nov 9Pushed 6mo agoCompare

[ Source](https://github.com/akse1a/seo)[ Packagist](https://packagist.org/packages/akse1a/seo)[ RSS](/packages/akse1a-seo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

SEO Library
===========

[](#seo-library)

[![Latest Version](https://camo.githubusercontent.com/501b1a15207ed9193a6b8628cb594514bff57152b004efb09dca31d1fb273984/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616b736531612f73656f)](https://packagist.org/packages/akse1a/seo)[![PHP Version](https://camo.githubusercontent.com/082f3b3328029520ae2937851a4307402ae688734ca42394ae312f0af5bf3f59/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f616b736531612f73656f)](https://packagist.org/packages/akse1a/seo)

A PHP library for working with SEO meta tags, Open Graph, Schema.org markup, and sitemap.xml generation.

Installation
------------

[](#installation)

Install via Composer:

```
composer require akse1a/seo
```

Or add to your `composer.json`:

```
{
    "require": {
        "akse1a/seo": "^1.0"
    }
}
```

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

```
