2022-08-19, 03:03:12
This plugin create better header function for SEO.
How use this?
To install, include (if your template use get_header() replace to this function)
before
get_seoheader() - works like default get_header() compatible with all plugins.
- Homepage Title settings - (normal, Website name first, Website name only)
- GeoLocation Settings
- Facebook Open Graph protocol
- Dublin Core Metadata
- Favicons generate meta - icons need to be included in a folder named "fav" within your themes dir.
- meta keywords removed (web search does'nt use this now)
How use this?
To install, include (if your template use get_header() replace to this function)
Code:
<?php get_seoheader();?>
before
Code:
</head>
get_seoheader() - works like default get_header() compatible with all plugins.