View Issue Details

IDProjectCategoryView StatusLast Update
0006703OXID eShop (all versions)4.09. SEO, SEO URLpublic2017-11-24 12:37
ReporterTecki 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.10.5 / 5.3.5 
Target VersionFixed in Version6.0.1 
Summary0006703: Change robots.txt entry from "Disallow: /agb/" to "Disallow: /AGB/"
DescriptionDue to default value of the cms site oxagb (AGB) and the case sensitive handling of robots.txt the entry:

"Disallow: /agb/"

does not have the desired outcome.
Conclusion:
Change robots.txt entry from "Disallow: /agb/" to "Disallow: /AGB/"
TagsSolution Provided
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

QA

2017-10-09 10:28

administrator   ~0012236

Last edited: 2017-10-09 10:28

View 2 revisions

https://developers.google.com/search/reference/robots_txt


Group-member records
[...]
The path value must start with "/" to designate the root. The path is case-sensitive. More information can be found in the section "URL matching based on path values" below.


URL matching based on path values
[...]

Path: /fish
Matches: /fish
Does not match: /Fish.asp
Comments: Note the case-sensitive matching.

QA

2017-10-09 10:36

administrator   ~0012237

https://github.com/OXID-eSales/oxideshop_ce/pull/603

Igor Iegupov

2017-11-24 12:37

reporter   ~0012289

Fixed by merging pull request 0000603 to the master branch and cherry picked in 6.x https://github.com/OXID-eSales/oxideshop_ce/commit/54ca55275f8f9f11396bff628e39c5dc8be578d2