Skip to content

helpfulrobot/zucchi-metatags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meta Tags

This module simplifies the management of the header tags for any html document. It adds all the basics by adding just one line to your silverstripe template: $ExtendedMetatags.

Secondly, this module can help with search engine optimisation. This module contains extensive systems for improving metatags such as metadescription as well as image titles. It allows you to sort and organise your images into folders that contain SEO friendly names, and so on.

Developer

Nicolaas Francken [at] sunnysideup.co.nz

Requirements

see composer.json

Documentation

Please contact author for more details.

Any bug reports and/or feature requests will be looked at in detail

We are also very happy to provide personalised support for this module in exchange for a small donation.

Installation Instructions

  1. Find out how to add modules to SS and add module as per usual.

  2. Review configs and add entries to mysite/_config/config.yml (or similar) as necessary. In the _config/ folder of this module you can usually find some examples of config options (if any).

  3. add the following to your Page.ss file:

$ExtendedMetatags
  1. add icons to /themes/mytheme/icons/, consider using:

Note, you can add two variables: ExtendedMetatags($includeTitle = true, $addExtraSearchEngineData = true)

Packages

No packages published

Languages

  • PHP 73.5%
  • Scheme 14.3%
  • CSS 7.2%
  • JavaScript 5.0%