Download the PHP package graphiques-digitale/silverstripe-seo-icons without Composer
On this page you can find all versions of the php package graphiques-digitale/silverstripe-seo-icons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download graphiques-digitale/silverstripe-seo-icons
More information about graphiques-digitale/silverstripe-seo-icons
Files in graphiques-digitale/silverstripe-seo-icons
Package silverstripe-seo-icons
Short Description Enhanced SEO favicon and application icon module for the SilverStripe framework
License MIT
Homepage https://github.com/Graphiques-Digitale/silverstripe-seo-icons
Informations about the package silverstripe-seo-icons
Overview
This is a modular extension for graphiques-digitale/silverstripe-seo-metadata
It enables enhanced favicon and pinned icon features.
Favicon inspired by: audreyr/favicon-cheat-sheet, Jonathan T. Neal - Understand the Favicon and High Quality Visuals for Pinned Sites in Windows 8
It requires:
It is intended to be used alongside it's siblings:
Graphiques-Digitale/silverstripe-seo-facebook-domain-insights
Graphiques-Digitale/silverstripe-seo-open-graph
These are all optional and fragmented from the alpha version SSSEO
, which is now redundant.
The whole module collection is based largely on 18 Meta Tags Every Webpage Should Have in 2013.
Also, a good overview: 5 tips for SEO with Silverstripe 3.
Touch icons inspired by: Everything you always wanted to know about touch icons
Installation
Composer
composer require graphiques-digitale/silverstripe-seo-icons
- rebuild using
/dev/build/?flush
From ZIP
- Place the extracted folder
silverstripe-seo-icons-{version}
intosilverstripe-seo-icons
in the SilverStripe webroot - rebuild using
/dev/build/?flush
CMS Usage
All icons are set globally via /admin/settings/
under the Metadata tab.
It is recommended you simply have a favicon.ico
file in the root of your website
Template Usage
Depending on your configuration, the general idea is to replace all header content relating to metadata with $Metadata()
just below the opening <head>
tag and <% base_tag %>
include, e.g.:
This will output something along the lines of:
Issue Tracker
Issues are tracked on GitHub @ Issue Tracker
Development and Contribution
Please get in touch @ [email protected]
if you have any extertise in any of these SEO module's areas and would like to help ~ they're a lot to maintain, they should be improved continually as HTML evolves and I'm sure they can generally be improved upon by field experts.
License
BSD-3-Clause license
See @ Why BSD?