View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003690 | OXID eShop (all versions) | 1.10. RSS | public | 2012-03-08 15:18 | 2012-03-22 12:23 |
Reporter | updown | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.8 revision 42471 | ||||
Fixed in Version | 4.5.9 revision 43186 | ||||
Summary | 0003690: minor SEO-Optimization / Manicure for RSS-Channel Link | ||||
Description | External implementations of base feeds ("newest articles" or "top of the shop") is not SEO-Optimized, since the channel-url has "index.php?", which implements a robots noindex meta. | ||||
Steps To Reproduce | - Look at base RSS-Source of "newest articles" or "top of the shop" - channel <link> is <link>http://www.myoxidshop.com/index.php?</link> - should be: <link>http://www.myoxidshop.com/</link> | ||||
Additional Information | patch: use getShopURL() instead of getShopHomeURL() file: core/oxrssfeed.php function: protected function _loadBaseChannel() find: $this->_aChannel['link'] = oxUtilsUrl::getInstance()->prepareUrlForNoSession($this->getConfig()->getShopHomeURL()); replace with: $this->_aChannel['link'] = oxUtilsUrl::getInstance()->prepareUrlForNoSession($this->getConfig()->getShopUrl()); | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||