What’s google see magento demo site

Thursday, November 1st, 2007

Skip to Main Content ». Search Site. Welcome to the Magento Demo Store! My Account · Log In · My Cart · My Wishlist · Checkout … demo.magentocommerce.com/review/product/list/id/39/ – 35k – Cached – Similar pages – Note this Coalesce: Functioning On Impatience T-Shirt Skip to Main Content ». Search Site. Welcome to the Magento Demo [...]

Magento CMS pages Meta Tags Control

Wednesday, October 10th, 2007

app\code\core\Mage\Page\Block\Html\Head.php public function toHtml() { //Start Edit $_cmsTitle = Mage::getSingleton(‘cms/page’)->getTitle(); if (strlen($_cmsTitle)>0){ $this->addText(‘<title>’.$_cmsTitle.’</title>’.”\n\t”); }else{ $this->addText(‘<title>’.$this->getTitle().’</title>’.”\n\t”); } //End Edit $this->addText(‘<meta http-equiv=”Content-Type” content=”‘.$this->getContentType().’”/>’.”\n\t”); $this->addText(‘<meta name=”description” content=”‘.$this->getDescription().’”/>’.”\n\t”); $this->addText(‘<meta name=”keywords” content=”‘.$this->getKeywords().’”/>’.”\n\t”); $this->addText(‘<meta name=”robots” content=”‘.$this->getRobots().’”/>’.”\n”); $this->addText($this->getAdditionalCssJs()); $this->addText($this->getChildHtml()); return parent::toHtml(); }