Feature #86160
closedAdd the possibility to use .html suffix in seo friendly URLs
100%
Description
As an integrator, I would like to have the possibility to use the .html suffix for seo friendly URLs.
Even though it's not important as a ranking factor, I think, this should be configurable in view of upgrades of websites, which have many pages with .html in search machine indexes.
This could also be important for a migration from realurl or cooluri to the new routing in TYPO3 9.
Updated by Georg Ringer about 6 years ago
- Status changed from New to Accepted
- Target version set to 9 LTS
Updated by Frank Nägler about 6 years ago
I think this a not really important feature.
For the migration from realurl or other URL extensions, a simple redirect rule for *.html to * would cover the SEO related part.
From my point of view, this is a nice to have feature, just my 2 cents :)
Updated by Gerrit Code Review about 6 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58478
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58478
Updated by Gerrit Code Review about 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58478
Updated by Gerrit Code Review about 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58478
Updated by Gerrit Code Review about 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58478
Updated by Gerrit Code Review about 6 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58478
Updated by Gerrit Code Review about 6 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58478
Updated by Gerrit Code Review about 6 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58478
Updated by Gerrit Code Review about 6 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58478
Updated by Gerrit Code Review about 6 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58478
Updated by Gerrit Code Review about 6 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58478
Updated by Gerrit Code Review about 6 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58478
Updated by Benni Mack about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1e10c48e62db258ff4a83f5c24b46c5e62978974.
Updated by Gerrit Code Review about 6 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/58515
Updated by Daniel Siepmann about 6 years ago
- Status changed from Under Review to Resolved
Applied in changeset d419c64cb16d751906a39088248a459d8f2cc498.
Updated by Wolfgang Wagner about 6 years ago
I tried this configuration in the site config:
routeEnhancers: PageTypeSuffix: type: PageType default: '.html' map: '.html': 0
This works fine for subpages like mydomain.com/page-1.html, but not for the homepage. The URL created is
domain.com/.html
which results in an server error (403)