Hauer-Heinrich - fluid seo. Sets meta-tags over fluid template.

Fund package maintenance!
Paypal

Installs: 62

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

0.7.0 2023-03-30 12:33 UTC

This package is auto-updated.

Last update: 2023-05-30 12:55:29 UTC


README

hh_seo is a TYPO3 extension. You can set your meta-tags in your FLUID-template and overwrite them in another template.

optional

  • is compatible with cs_seo (but the frontend output is generated by the hh_seo extension)

Installation

... like any other TYPO3 extension

To use it in your FLUID theme:

  • set namespace like: <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:hhs="http://typo3.org/ns/HauerHeinrich/HhSeo/ViewHelpers" data-namespace-typo3-fluid="true">

  • set or copy the ViewHelper, examples are located at: "hh_seo/Resources/Public/Templates/..."

Features

  • No own TypoScript required
  • No own php-script required
  • only FLUID (ViewHelper)
  • compatible with EXT:cs_seo

Usage

ViewHelper attribute "order" (required):

  • A higher "order" number overwrites lower ones.

  • Example useage in your theme:

    <seo:metaTag order="0">...</seo:metaTag>
    

    and EXT:news use a higher number e. g.

    <seo:metaTag order="10">...</seo:metaTag>
    
  • Example 1

  • Example 2

Meta-Tags params:

  • last-modified: uses timestamp as input

Todos

  • currently nothing

Deprecated

  • currently nothing
Copyright notice

This repository is part of the TYPO3 project. The TYPO3 project is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.

This repository is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

This copyright notice MUST APPEAR in all copies of the repository!

License

GNU GENERAL PUBLIC LICENSE Version 3