Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 240 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 240 Bytes

PHPSEOTags

This library will help improve the SEO of your website allowing easily add MetaTags and OG #USAGE

require_once('library/seo.php'); 
$functions = new functions; 
$seo = new SEO;

example $seo->og_title("Some title");