Giter Site home page Giter Site logo

news_seo's Introduction

TYPO3 Extension news_seo

This extension provides additional SEO features to EXT:news

  • Fields robots_index & robots_follow to control robot information per article and to override robot information of the page record
  • Image preview information max-image-preview (documentation)
  • Set canonical tag even if no_index is set on page level
  • Field for a canonical link

Backend record

Requirements

  • PHP 7.4+
  • TYPO3 10/11/12 with core extension "seo" installed
  • EXT:news 8.6/9/10/11

Installation

Either use composer require georgringer/news-seo or install the extension via Extension Manager.

Usage

Exclude news from sitemap

Add the following snippet to your TypoScript

plugin.tx_seo.config.xmlSitemap.sitemaps {
    # Important: the key might differ in your setup!
    news {
        config.additionalWhere = {#type} NOT IN(1,2) AND {#robots_index}=1 AND {#canonical_link}=''
    }
}

Robots tag

The robots tag is automatically generated by the extension

Thanks

The initial development of this extension has been paid by MENNEKES Elektrotechnik GmbH & Co. KG - www.mennekes.de ❤️Thanks a lot!

news_seo's People

Contributors

georgringer avatar ursbraem avatar chesio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.