typo3-dd_googlesitemap icon indicating copy to clipboard operation
typo3-dd_googlesitemap copied to clipboard

This is a "dd_googlesitemap" TYPO3 extension. It adds sitemap support to TYPO3 CMS.

Results 14 typo3-dd_googlesitemap issues
Sort by recently updated
recently updated
newest added

Now it does take care of the realurl configuration.

PageGenerator::pagegenInit() is throwing error in v9

I would love to see this extension haviong Typo3 9 support. I know Typo3 9 has its own sitemaps but evene if they have it seems not to be so...

Google search console says that it is unable to read the sitemap if the content-type is not application/xml.

ommit the directory from \DmitryDulepov\DdGooglesitemap\Scheduler\Task::$sitemapFileFormat if \DmitryDulepov\DdGooglesitemap\Scheduler\Task::$indexFilePath is set to be directly in the webroot (i.e. sitemap.xml).

Please add the generation of rel-alternate-hreflang annotations: https://support.google.com/webmasters/answer/2620865?hl=en There is already an extension for frontend rendering: http://typo3.org/extensions/repository/view/galtlang

Consider for 9.5

Related to #17 Here is a first implementation of hreflang in Sitemap like documented here: https://support.google.com/webmasters/answer/2620865?hl=en Because I don't use tt_news, I only implemented for pages (and my custom extension...

Hello Dmitry, for your deployment pipeline we are using different enviroments (for content and testing). It's hard to change the domain during the deployment process in the serialized task object....

Consider for 9.5

It is a big problem that dd_googlesitemap uses the `no_search` field for its decision on excluding pages from the sitemap. `no_search` should be used for excluding pages from the page...

Consider for 9.5

I have a multilinguale site and therefore 4 sitemaps: http://www.domain.tld/index.php?eID=dd_googlesitemap&L=0 http://www.domain.tld/index.php?eID=dd_googlesitemap&L=2 http://www.domain.tld/index.php?eID=dd_googlesitemap&L=3 http://www.domain.tld/index.php?eID=dd_googlesitemap&L=4 The website has 34 pages in it's tree. The default language sitemap has 34 links, which is...

not reproducible