Project

General

Profile

Actions

Bug #87912

closed

XML sitemap with localised news records does not respect language

Added by Chris Müller about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Category:
SEO
Target version:
Start date:
2019-03-14
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I am using the news aextension with localised records (e.g. English as default language and German as second language).

The different languages are available via

https://example.org/en/
https://example.org/de/

Now I defined an XML sitemap:

plugin.tx_seo {
    config {
        xmlSitemap {
            sitemaps {
                tx_news {
                    provider = TYPO3\CMS\Seo\XmlSitemap\RecordsXmlSitemapDataProvider
                    config {
                        table = tx_news_domain_model_news
                        sortField = uid
                        lastModifiedField = tstamp
                        additionalWhere =
                        pid = {$site.plugin.tx_news.storagePageId}
                        url {
                            pageId = {$site.plugin.tx_news.singlePageId}
                            fieldToParameterMap {
                                uid = tx_news_pi1[news]
                            }

                            additionalGetParameters {
                                tx_news_pi1.controller = News
                                tx_news_pi1.action = detail
                            }

                            useCacheHash = 1
                        }
                    }
                }
            }
        }
    }
}

When I call the generated XML sitemap for English, I got the URLs:
- https://example.org/en/article/english-text/
- https://example.org/en/article/german-text/

And for German:
- https://example.org/de/article/german-text/
- https://example.org/de/article/german-text/
with different modification dates

Both are the same news item, but localised.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #87841: Sitemap generation doesn't take request language into accountClosedRichard Haeser2019-03-05

Actions
Actions #1

Updated by Soren Malling about 5 years ago

  • Related to Bug #87841: Sitemap generation doesn't take request language into account added
Actions #2

Updated by Richard Haeser about 5 years ago

If I'm correct, this is a duplicate of #87841?

Actions #3

Updated by Richard Haeser about 5 years ago

  • Status changed from New to Needs Feedback
Actions #5

Updated by Richard Haeser about 5 years ago

  • Status changed from Needs Feedback to New
Actions #6

Updated by Richard Haeser almost 5 years ago

  • Status changed from New to Accepted
  • Target version set to Candidate for patchlevel
Actions #7

Updated by Gerrit Code Review almost 5 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60629

Actions #8

Updated by Richard Haeser almost 5 years ago

  • Target version changed from Candidate for patchlevel to next-patchlevel
Actions #9

Updated by Richard Haeser almost 5 years ago

  • Assignee set to Richard Haeser
Actions #10

Updated by Gerrit Code Review almost 5 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60633

Actions #11

Updated by Richard Haeser almost 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Gerrit Code Review almost 5 years ago

  • Status changed from Resolved to Under Review

Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60633

Actions #13

Updated by Gerrit Code Review almost 5 years ago

Patch set 3 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60633

Actions #14

Updated by Gerrit Code Review almost 5 years ago

Patch set 4 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60633

Actions #15

Updated by Gerrit Code Review almost 5 years ago

Patch set 5 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60633

Actions #16

Updated by Richard Haeser almost 5 years ago

  • Status changed from Under Review to Resolved
Actions #17

Updated by Gerrit Code Review almost 5 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60634

Actions #18

Updated by Richard Haeser almost 5 years ago

  • Status changed from Under Review to Resolved
Actions #19

Updated by Gerrit Code Review almost 5 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60635

Actions #20

Updated by Richard Haeser almost 5 years ago

  • Status changed from Under Review to Resolved

Sorry that this ticket number is wrongly used in other patches and is opening again every time.

Actions #21

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF