2017 © Pedro Peláez
 

typo3-cms-extension typo3-googlesitemap

Sitemap.xml implementation with support for multiple languages (on different domains) and URLs for database entries

image

vierwd/typo3-googlesitemap

Sitemap.xml implementation with support for multiple languages (on different domains) and URLs for database entries

  • Wednesday, July 18, 2018
  • by rvock
  • Repository
  • 2 Watchers
  • 0 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 17 % Grown

The README.md

vierwd_googlesitemap

Sitemap.xml implementation with support for multiple languages (on different domains) and URLs for database entries., (*1)

Getting started

Install using composer require 'vierwd/typo3-googlesitemap' and enable in extension builder., (*2)

If you are using realurl, the sitemap is available at http://www.example.com/sitemap.xml and a robots.txt exists at http://www.example.com/robots.txt, (*3)

If you are using Domains to switch languages, your different domains will have different sitemaps., (*4)

You can configure links to database entries in TypoScript:, (*5)

plugin.tx_vierwdgooglesitemap.sitemap.settings.additionalLinks {
    products {
        records {
            table = tt_news
            select {
                pidInList = 17
                andWhere = sys_language_uid=0
                languageField = 0
            }
        }

        typolink {
            parameter = 20
            additionalParams = &tx_ttnews[tt_news]={field:uid}
            additionalParams.insertData = 1
            useCacheHash = 1
            mergeWithLinkhandlerConfiguration = 1
        }
    }
}

The Versions

18/07 2018

dev-master

9999999-dev

Sitemap.xml implementation with support for multiple languages (on different domains) and URLs for database entries

  Sources   Download

MIT

The Requires

 

The Development Requires

extension typo3 smarty

18/07 2018

1.2.4

1.2.4.0

Sitemap.xml implementation with support for multiple languages (on different domains) and URLs for database entries

  Sources   Download

MIT

The Requires

 

The Development Requires

extension typo3 smarty

13/11 2017

1.2.3

1.2.3.0

Sitemap.xml implementation with support for multiple languages (on different domains) and URLs for database entries

  Sources   Download

MIT

The Requires

 

The Development Requires

extension typo3 smarty

25/10 2017

1.1.2

1.1.2.0

Sitemap.xml implementation with support for multiple languages (on different domains) and URLs for database entries

  Sources   Download

MIT

The Requires

 

The Development Requires

extension typo3 smarty

30/03 2017

1.1.1

1.1.1.0

Sitemap.xml implementation with support for multiple languages (on different domains) and URLs for database entries

  Sources   Download

MIT

The Requires

 

The Development Requires

extension typo3 smarty

30/03 2017

1.1.0

1.1.0.0

Sitemap.xml implementation with support for multiple languages (on different domains) and URLs for database entries

  Sources   Download

MIT

The Requires

 

The Development Requires

extension typo3 smarty

23/03 2017

1.0.0

1.0.0.0

Sitemap.xml implementation with support for multiple languages (on different domains) and URLs for database entries

  Sources   Download

MIT

The Requires

 

The Development Requires

extension typo3 smarty