taeluf/liaison.seo-extractor

Uses pHtml to extract SEO information from the page's html

v0.1.x-dev 2021-10-28 16:27 UTC

This package is auto-updated.

Last update: 2024-04-10 19:05:30 UTC


README

Extracts SEO information from HTML content & sets it up to work with Liaison.

With Liaison, simply do:

\Lia\Addon\SeoExtractor::enable($liaison);  

Otherwise, see code/SeoExtractor.php for more

Install

composer require taeluf/liaison.seo-extractor v0.1.x-dev   

or in your composer.json

{"require":{ "taeluf/liaison.seo-extractor": "v0.1.x-dev"}}