View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007405 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2023-01-25 12:01 | 2023-01-27 10:06 |
Reporter | frogger14033 | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 6.5.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0007405: Pagination parameter contains uppercase letter| Paginierungsparameter enthält Großbuchstabe | ||||
Description | -- Original below -- The pagination parameter pgNr contains an uppercase letter: https://github.com/OXID-eSales/oxideshop_ce/blob/b-7.0.x/source/Application/Controller/FrontendController.php#L1112 Google declared that one must use lowercase letters only: https://developers.google.com/search/docs/crawling-indexing/url-structure Please change pgNr to pgnr. ------------------------------------------------------------------------------------------------------------------------ Der Paginierungs-URL-Parameter "pgNr" enthält einen Großbuchstaben. https://github.com/OXID-eSales/oxideshop_ce/blob/b-7.0.x/source/Application/Controller/FrontendController.php#L1112 Gemäß Google-Vorgaben sind für URLs und deren Parameter ausschließlich Kleinbuchstaben zugelassen. Bitte aus "pgNr" einfach "pgnr" machen | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
@frogger14033, could please provide a source for the statement, that Google wants only lowercase letters? -MK |
|
We all know Google is not very open on SEO tips. So beside the web best practises use this site: https://www.searchenginejournal.com/url-capitalization-seo/343369/#close About the underscore problem (remember: there shouldn't be underscores in an URL) in your URLs you even can find a note by Google: https://developers.google.com/search/docs/crawling-indexing/url-structure?hl=de |
|
-MK |