BLOGS:
Shadow

Lojas Virtuais Magento

Templates Magento – modelos para lojas

Templates Magento – modelos para lojas

Lojas Virtuais Magento
Seguem várias páginas onde poderá encontrar vários templates para lojas magento: Nome: Template Monster Página: http://store.templatemonster.com URL templates: http://www.templatemonster.com/magento-themes.php Nome: Theme Forest Página: http://www.themeforest.net URL templates: http://themeforest.net/category/ecommerce/magento Nome: Template Mela Página: http://www.templatemela.com URL templates: http://www.templatemela.com/ecommerce-templates/magento-templates.html Nome: Boss Themes Página: http://bossthemes.com URL templates: http://bossthemes.com Obs: se necessitar de ajuda para escolher ou outra ajuda, contacte-nos
Apagar as URL keys no Magento

Apagar as URL keys no Magento

Lojas Virtuais Magento, Software
Solução para Apagar as URL keys no Magento <?php require 'app/Mage.php'; Mage::app(); $amount = 0; $model = Mage::getModel('catalog/product'); $products = $model->getCollection(); foreach ($products as $product) { $model->load($product->getId()); $product->setUrlKey($model->getName())->save(); set_time_limit(); $amount++; } ATENÇÃO: faça uma cópia da base de dados antes de correr este script.
13 melhores extensões Magento melhorar o SEO da sua loja

13 melhores extensões Magento melhorar o SEO da sua loja

Lojas Virtuais Magento, Software
1. Canonical URL for Magento This extension adds the new canonical links to the head of your Magento pages, for a more in-depth explanation, see Yoast.com. More about Magento SEO in general at Yoast. 1.4 – Now compatible with Fooman Speedster and AW_Blog- The setting “Force traling slash” now also force the XML sitemap to use a traling slash- Frontend design in 1.4 style (base) 2.  Yoast_MetaRobots This module makes it possible (and very easy) to: Prevent indexing of your search result pages and tags pages, while still allowing the search engines to follow the links on them, by adding noindex,follow robots meta tags.Prevent indexing of non-content pages by adding a noindex,follow.Prevent indexing of your login and register pages by adding noindex robots meta tags....