Advanced SEO Suite Getting Started. How to install extension

Size: px
Start display at page:

Download "Advanced SEO Suite Getting Started. How to install extension"

Transcription

1 Advanced SEO Suite Getting Started Welcome to the Advanced SEO Suite documentation. Whether you are new or an advanced user, you can find useful information here. Next steps: How to install extension SEO Configuration settings How to configure extended sitemap How to install extension 1. Login to Magento backend. 2. Go to System > Tools > Compilations. If Compiler Status is Enabled, disable the compilation by clicking the button Disable in the upper right corner. 3. Backup your store database and web directory. 4. Download extension from your Personal Account. 5. Unzip the extension locally. 6. Copy contents of the folder step1 to the root directory of Magento store. 7. Copy contents of the folder step2 to the root directory of Magento store. 8. Completely clear the site cache. Go to System > Cache Management. Click button Flush Magento Cache. If you want to clear the cache manually, you need to remove a folder /var/cache at the server. 9. Logout from Magento backend and login again. 10. Make reindex of the Category Flat Data in System > Index Management (if you have this option available in the index list). 11. Go to SEO > Validate Installation to check extension installation and configuration. 12. If compilation was enabled before installation, you need to run recompilation process to enable compilation. Go to System > Tools > Compilation and click on Run Compilation Process. If you did not disable compilation and store is down after installation, follow the link and make next steps to recover the store. Next steps: Post-installation guide Configuration settings How to configure extended sitemap

2 How to upgrade extension To upgrade extension follow next steps: 1. Login to Magento backend. 2. Go to System > Tools > Compilations. If Compiler Status is Enabled, disable the compilation by clicking the button Disable in the upper right corner. 3. Backup your store database and web directory. If you have customizations, please, create a separate backup of app/code/local/mirasvit before upgrading to the new version. 4. Download new extension package from your Personal Account. 5. Unzip the extension locally. 6. Temporary disable extension. Check Temporary Disabling. 7. Copy contents of the folder step1 to the root directory of Magento store. 8. Copy contents of the folder step2 to the root directory of Magento store. 9. Completely clear the site cache. Go to System > Cache Management. Click button Flush Magento Cache. If you want to clear the cache manually, you need to remove a folder /var/cache at the server. 10. Logout from Magento backend and login again. 11. Make reindex of the Category Flat Data in System > Index Management (if you have this option available in the index list). 12. If compilation was enabled before upgrade, you need to run recompilation process to enable compilation. Go to System > Tools > Compilation and click on Run Compilation Process. If you did not disable compilation and store is down after upgrade, follow the link and make next steps to recover the store. Temporary Disabling To temporary disable an extension please follow the next steps: Disable Compilation Mode (if enabled). Remove following files: app/etc/modules/mirasvit_seoautolink.xml app/etc/modules/mirasvit_seofilter.xml app/etc/modules/mirasvit_seositemap.xml app/etc/modules/mirasvit_seo.xml If you have only one extension from Mirasvit installed, remove following file: app/etc/modules/mirasvit_mstcore.xml Login in to Magento back-end and refresh site cache (if enabled). Extension Removing To uninstall an extension please follow the next steps:

3 Disable Compilation Mode (if enabled). Remove following files: app/etc/modules/mirasvit_seoautolink.xml app/etc/modules/mirasvit_seofilter.xml app/etc/modules/mirasvit_seositemap.xml app/etc/modules/mirasvit_seo.xml If you have only one extension from Mirasvit installed, remove following file: app/etc/modules/mirasvit_mstcore.xml Login in to Magento back-end and refresh site cache (if enabled). Remove following folders: app/code/local/mirasvit/seoautolink app/code/local/mirasvit/seofilter app/code/local/mirasvit/seositemap app/code/local/mirasvit/seo Remove templates and layouts files of the extension from your theme folder. The list of such files can be collected from files in the extension package. Run following SQL Query (before running, replace [db_table_prefix] to your database table prefix. It can be found in the file /app/etc/local.xml) DELETE FROM [db_table_prefix]eav_attribute_group WHERE attribute_group_name='seo' and attribute_set_id=3; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='product_meta_title_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='product_meta_description_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='product_meta_keywords_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='product_title_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='product_description_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='category_meta_title_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='category_meta_description_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='category_meta_keywords_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='category_title_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='category_description_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='filter_meta_title_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='filter_meta_description_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='filter_meta_keywords_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='filter_title_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='filter_description_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='product_short_description_tpl'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='product_full_description_tpl'; DROP TABLE [db_table_prefix]m_seo_rewrite_store; DROP TABLE [db_table_prefix]m_seo_rewrite; DROP TABLE [db_table_prefix]m_seo_redirect_store; DROP TABLE [db_table_prefix]m_seo_redirect; DROP TABLE [db_table_prefix]m_seoautolink_link; DROP TABLE [db_table_prefix]m_seofilter_rewrite; DROP TABLE [db_table_prefix]m_seoautolink_link_to_store; DROP TABLE [db_table_prefix]m_seoautolink_link; DROP TABLE [db_table_prefix]m_seofilter_rewrite; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='seo_category'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='seo_meta_robots'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='seo_canonical_store_id'; DELETE FROM [db_table_prefix]eav_attribute WHERE

4 attribute_code='seo_page_header'; DELETE FROM [db_table_prefix]eav_attribute WHERE attribute_code='seo_canonical_url'; DELETE FROM [db_table_prefix]core_resource WHERE code='seoautolink_setup'; DELETE FROM [db_table_prefix]core_resource WHERE code='seofilter_setup'; DELETE FROM [db_table_prefix]core_resource WHERE code='seositemap_setup'; DELETE FROM [db_table_prefix]core_resource WHERE code='seo_setup'; General Configuration Go to the System > Configuration > Mirasvit Extensions > SEO. General Settings Add Canonical URL Meta Header - If option enabled, tag <link rel="canonical" href=" /> will be added to META-tags of your store. Associated Products Canonical Tag for Configurable Products - If set to "Parent Product": if Simple Product have Configurable Product as Parent Product, for simple Product the Canonical Url will Configurable Product url. Associated Products Canonical Tag for Grouped Products - If set to "Parent Product": if Simple Product have Grouped Product as Parent Product, for simple Product the Canonical Url will Grouped Product url. Associated Products Canonical Tag for Bundle Products - If set to "Parent Product": if Simple Product have Bundle Product as Parent Product, for simple Product the Canonical Url will Bundle Product url. Cross Domain Canonical URL - sets default cross-domain canonical URL for multistore configuration. For more information see Cross-domain Canonical URL. Add '?p=' to paginated content - if set to "Yes" - canonical link will include information about current page, otherwise canonical on paginated content will point to category URL. Don't use canonical urls on pages - the list of pages where the Canonical Meta tags will not be added. Can be a full action name or a request path. Examples: *cell-phones* - exclude URLs which contain the phrase 'cell-phones' *cell-phones/nokia-2610-phone.html - exclude URLs which have end path: 'cell-phones/nokia-2610-phone.html' catalogsearch_result_index catalogsearch_advanced_index catalogsearch_advanced_result checkout_cart_index checkout_onepage_index cms_index_noroute Wildcards are allowed: customer_account_* customer/account/* Robots Meta Header - allows to tell robots do not index the content of a page, and/or not scan it for links to follow. URL pattern can be a full action name or a request path. Wildcards are allowed. Examples: *cell-phones* INDEX, NOFOLLOW *cell-phones/nokia-2610-phone.html NOINDEX, NOFOLLOW customer_account_* NOINDEX, NOFOLLOW /customer/account/* NOINDEX, FOLLOW *?mode=list INDEX, NOFOLLOW Examples for layered navigation: filterattribute_(manufacturer) INDEX, NOFOLLOW filterattribute_(1level) NOINDEX, NOFOLLOW For more information about Robots.txt see Learn about robots.txt. Robots Meta Header for HTTPS - allows to add headers like "NOINDEX, FOLLOW", "INDEX, NOFOLLOW", "NOINDEX, NOFOLLOW" only for https store. Enable Link Rel="alternate" and hreflang - sets "alternate" and "hreflang" tags for multilingual stores. More detailed information: If you have multilingual store, you need to

5 configure second "hreflang" parameter ("language" from country/language pair) for those store views which need this. To set appropriate language for the store view, go to System > Configuration > General and select required store view. At the tab Locale Options select appropriate Locale for this store view and save it (Screenshot). This selected Locale Code will be the first code of the hreflang parameter. To set alternate and hreflang tags, go to SEO > Settings and select the appropriate Store View where you use another language. Untick the Use Website on the line Enable Link Rel="alternate" and hreflang and select value Yes from the drop down list. After this action, will appear a new field: Hreflang locale code (not necessary) where you can additionally set the language code which will be added to the alternate URL as a second parameter. As example, you can see a pattern for French

6 Store View links: Google

7 does not recommend to use for the multilingual stores the URLs with parameter?, such as: store=french. To get more information about Google multilingual URLs requirements, you can read next article: Multi-regional and multilingual sites How to set "alternate" and "hreflang" tags for CMS pages To tell Magento system that some of CMS pages are "alternates", you need to add these page in one Alternate group. Alternate group - is an additional parameter which is added by our module (can be used any word in this field). CMS page will have alternate links of pages with the same Alternate Group name. Enable Link Rel="next/prev" - adds pagination <link rel="next/prev".. > to the head of your products list pages. This feature is highly recommended by Google. Please note that if AJAX technology is used on some of your pages(for example on categories), human user may need to refresh(reload) the page to check actual canonicals, alternates and href lang tags in the source code of a page (because they are not altered by AJAX). But as Google crawlers always load page anew when they follow any URL - search engine's bots will always see correct meta data on your page(meta data is designed for search engines rather than for human visitors).

8 Robots.txt Editor - allows to edit file robot.txt from browser. For more information about Robots.txt see Learn about robots.txt and Robots.txt examples Robots.txt examples. Use meta tags from categories if they are not empty - if option enabled, Meta Title, Meta Description and Meta Keywords from the General Information tab will be applied to the child categories (only if they are not empty). If option enabled, SEO values from the category General Information tab prevail over the category SEO tab. To apply H1 to the current category, add H1 text to Page Header in General Information tab. If meta tags from parent category are empty, child categories and products will use only their own meta tags. Use meta tags from products if they are not empty - if option enabled, Meta Title, Meta Description and Meta Keywords from the product Meta Information tab will be applied to the products (only if they are not empty). If option enabled, SEO values from the product Meta Information tab prevail over the category SEO tab. Extended Settings Page Number for Meta Title - Add Page Number to Meta Title. Example: "Page 2 Meta Title Text". Page Number for Meta Description - Add Page Number to Meta Description. Example: "Page 2 Meta Description Text" Max Length for Meta Title - Crop Meta Title using max length value. Recommended length up to 55 characters. If you set value less than 25, will be used recommended value 55. Max Length for Meta Description - Crop Meta Description using max length value. Recommended length up to 150 characters. If you set value less than 25, will be used recommended value 150. Remove keywords meta tag - Remove <meta name="keywords" content=""> tag and it's content from <head></head> section of store pages. Rich Snippets and Opengraph Enable Product Rich Snippets - allow to show product rating stars, price, description and other parameters at the Google search results. If option is enabled, a few additional fields will appear: Payment Methods - Add snippets of payment methods. Delivery Methods - Add snippets of delivery(shipping) methods. Product Category - Add snippet of Product Category. Brand Attribute - allows to add an attribute code of the brand. If you want to add a few attributes, use the comma separator. For example: country_of_manufacture, manufacturer Model Attribute - allows to add an Attribute Code of the model. If you want to add a few attributes, use the comma separator. For example: model, car_model Color Attribute - Add an attribute code of the color. If you want to add a few attributes, use the comma separator. For example: color, car_color Weight - If enabled, will add weight snippet. You can set to use kilogram or pound. Enable Rich Snippets Dimensions Configuration - If enabled, snippets with dimensions will be added (height, width or depth have to be configured). If option is enabled, a few additional fields will appear: Unit - If use numeric value for dimension you can set dimensional unit. For example

9 cm, mm, inch. Height Attribute - Add an attribute code of the height. Width Attribute - Add an attribute code of the width. Depth Attribute - Add an attribute code of the depth. Product Condition Configuration - If enabled, snippets with a product condition will be added (Condition Attribute, New Condition Value, Used Condition Value and Refurbished Condition Value have to be configured). If option is enabled, a few additional fields will appear: Condition Attribute - Add an attribute code of the product condition. New Attribute Value - Add value of new product condition. Get the value from attribute of the condition. Used Attribute Value - Add value of used product condition. Get the value from attribute of the condition. Refurbished Attribute Value - Add value of refurbished product condition. Get the value from attribute of the condition. Damaged Attribute Value - Add value of damaged product condition. Get the value from attribute of the condition. Delete wrong snippets inside product block - if you have snippets which added manually in template, it can create conflict with our snippets. This configuration will disable wrong snippets. Snippets are created using schema.org markup schema and microdata format. If you've marked up your site's content, test your markup using the Structured Data Testing Tool, and checked the common issues above, remember that it takes time for rich snippets to appear in the search. Product and Category Rich Snippets will appear only after Google indexation. Category Rich Snippets - option adds Rich snippets to category's pages. Snippets are created using schema.org markup schema and microdata format. There are next options to select: Disabled - disable adding Category Rich Snippets meta information to category pages Category Rich Snippets for current page - if option enabled, Category Rich Snippets will show the category rating and minimal price based only on the products which are shown on the current page and not rating and price of all products from this category

10 Category Rich Snippets for current category - if option enabled, Category Rich Snippets will show rating and price of all products from this category. If Category Rich Snippets for current page or Category Rich Snippets for current category are enabled, an additional field will appear: Category Rich Snippets Rewiew Count will show - sets what type of snippets will be shown: Total number of products with reviews or Total number of reviews Rich Snippets Breadcrumbs separator - allows to set the separator for breadcrumb of rich snippets. This separator will be shown in the breadcrumb of Google search results. There are a few options to select: Disabled - disable this function Rich Snippets Breadcrumbs with separator - if option enabled, allows to setup the separator for breadcrumb of rich snippets. After you select this option, will appear additional field Rich Snippets Breadcrumbs separator, where you need to set appropriate breadcrumbs separator for your store pages. For example:/, /,,-, This separator will be shown in the breadcrumb of Google search results. If you leave this additional field empty, rich snippets breadcrumbs will be disabled. Rich Snippets Breadcrumbs (variant 2) - If you use breadcrumbs different from magento default, you need to select this option. Enable Organization snippets - If enabled, add Organization snippets. If option is enabled, a few additional fields will appear: Name of Organization - If set "Add Name from Store Information" name will be added from System->General->Store Information->Store Name. If set "Add Name manually" you can set Store Name manually. Name Text for Organization Rich Snippet - Set Store Name manually. Country Address - If set "Add Country Address from Store Information" Country Address will be added from System->General->Store Information->Country. If set "Add Country Address manually" you can set Country Address manually. Country Address - Set Country Address manually. For example, USA. Locality Address - The locality. For example, Mountain View. Postal Code - The postal code. For example,

11 Street Address - If set "Add Street Address from Store Information" Street Address will be added from System->General->Store Information->Store Contact Address. If set "Add Street Address manually" you can set Street Address manually. Street Address - Set Street Address manually. For example, 1600 Amphitheatre Pkwy. Telephone Number - If set "Add Telephone Number from Store Information" Street Address will be added from System->General->Store Information->Store Contact Telephone. If set "Add Telephone Number manually" you can set Telephone Number manually. Telephone Number - The telephone number. Fax Number - The fax number. - If set "Add from Store Addresses" will be added from System>General->Store Addresses->General Contact->Sender . If set "Add manually" you can set manually. - address. Site Logo for Organization - If set to "Add Logo from Store Information", logo will be added from System->General->Design->Header->Logo Image Src. If set "Add Logo manually" you can provide full URL for needed image. Logo - Define full URL of logo image file manually. Links to social profiles - Define links to social profiles of your organization like this: Enable Opengraph - if option enabled, Facebook Opengraph tags will be added to the head of each store product pages. More information: Those tags allow Facebook to display information about your pages in more attractive way, when users share links to the pages of your store. To use this option you need to add Facebook button by another extension. You can test this option here: Open Graph Debugger. These lines will be added to the HTML code of the product pages: Add Twitter Summary Card - if option enabled, Twitter Card tags will be added to the head of each store product pages. More information: Those tags allow Twitter to display information about your pages in more attractive way, when users share links to the pages of your store. To use this option you need to add Twitter button by another extension. You can test this option here: Twitter Card validator These lines will be added to the HTML code of the product pages: <!-mirasvit twitter card begin --> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:site" content="@username"/> <meta name="twitter:name" content="madison RX3400"/> <meta name="twitter:description" content="18-55mm zoom lens. 3.0 LCD display with image editing features. SD/SDXC slot. Full 1080p HD video. <meta name="twitter:image" content="

12 109.jpg"/> <meta name="twitter:image:alt" content="madison RX3400"> <!-- mirasvit twitter card end --> Twitter username - The the card should be attributed to. Required for Twitter Card analytics SEO-friendly URLs Settings Layered Navigation Friendly URLs - if option enabled, extension will make SEO friendly URLs in the results of Layered Navigation filtering. Can be applied only to the default Magento layered navigation URLs. Separator between words in complex filter names - Allows to choose separator symbol for URLs of complex filter names in Layered Navigation. Can only be enabled if Layered Navigation Friendly URLs option is active. There are 3 options available: Do not use a separator - produces an URL similar to site.com/vip/black-decorativeaccents.html Use "_" as a separator - produces an URL similar to site.com/vip/blackdecorative_accents.html Trailing Slash - manage trailing slash / at the end of each store URL. There are 3 options available: Disabled Redirect to same page with Trailing Slash - if some URL does not fit to the settings of trailing slash, user will be redirected to the same URL, but with proper trailing slash. Redirect to same page without Trailing Slash - user will be redirected to the same page, but without Trailing Slash. Product URL - allows to include/exclude categories path to Product URLs. There 3 options available: Don't change Include categories path to Producct urls - allows to include categories path to the Product URLs. Example: Don't include categories path to Product urls - if option enabled, category path will not be included to the Product URLs. Example: Product URL Key Template - allows to set URL key template for store pages. In the template you can use all product attributes as variables in format [product_<attribute>](e.g. [product_name], [product_brand]). To activate a new Product URL Key Template, click the button Save config to save SEO general settings. Only after this action press the button Apply Template For Product URLs to activate URL template. Example:[product_name] [product_sku] [by {product_manufacturer}] [color {product_color}]

13 Links genaration occure in the new window. If you have a big product catalog it can take some time. Remove Parent Category Path for Category URLs - If enabled, removes parent category path for category URLs. For example: category /women/new-arrivals becomes /new-arrivals

14 category /women/new-arrivals/lafayette becomes /lafayette Please check duplicate urls before enabling! Please also note that to see the changes after you apply this option - you'll need to Reindex "Catalog URL Rewrites". Enable SEO-friendly URLs for reviews - if option enabled, extension will make SEO friendly URLs for reviews of the products. Enable SEO-friendly URLs for tags - if option enabled, extension will make SEO friendly

15 URLs for tags of the products. Product Images Settings Enable SEO-friendly URLs for Product Images - if option enabled, extension will make SEO friendly URLs for images of the products. Template for URL key of Product Images - allows to automatically setup URLs for the product images by template. Enable generation of Product Images Alt and Title - if option enabled, extension will create Alt and Title HTML attributes for product images by template. Template for Product Images Alt and Title - allows to set template for Alt and Title HTML attributes for product images by template. You can use variables like: [product_name] [product_sku] [by {product_manufacturer}] [color {product_color}]. Info (visible in frontend, will not work if FPC or Varnish enabled) Show Info - Enable SEO Toolbar. It will become visible in the frontend of the store. Show empty or missing links of alt tags - Will show links of images with empty or missing alt. Show SEO Templates and Rewrite Info - Will show all SEO Templates and SEO Rewrites configured for curent page and indicate wich one is applied. Show info only for - Allowed IPs (comma separated). Leave empty for access from any location.

16 Cross-domain Canonical URL Extension allows to manage cross-domain canonical URLs for multistore configuration, set store

17 canonical URLs for each product. How to manage cross-domain canonical URLs To manage cross-domain canonical URLs go to System > Configuration > Mirasvit Extensions > SEO. Set up the following field: Cross Domain Canonical URL - sets default cross-domain canonical URL for multistore configuration. For Example you have following stores: If you select option Default Store URL from the Cross Domain Canonical URL list, all stores will have their own canonical URLs: for canonical URL will be for canonical URL will be for canonical URL will be 2. If you select store as Cross Domain Canonical URL, all stores will have canonical URLs with domain for canonical URL will be for canonical URL will be for canonical URL will be How to set canonical URLs for each product Go to Catalog > Manage products. Open edit page of the product. Click the Meta Information tab. Select store from the Main store for Canonical URL drop-down list. If you select Default Store URL, product will have the canonical link regarding to Cross Domain Canonical URL settings. Product canonical URLs prevail over the general Cross Domain Canonical URL settings. Example For example you have an item productname and the following stores: If you select as Main store for Canonical URL, this item will have canonical URL in every store.

18 SEO Templates management SEO Templates option is a powerful and flexible tool to manage meta information on your store pages based on rules defined. Meta tegs defined in SEO Templates can be overwritten by the same tags filled in SEO Rewrite Manager. Go to SEO > SEO Templates. Here there you can find all information about existing templates, edit them and create new SEO templates.

19 Create SEO Template To add new SEO Template go to SEO > SEO Templates and click Add New SEO Template. In the first step choose rule type. It will determine pages that SEO Template will be applied to. You may choose one of three types: Product - to apply template to product pages. Category - to apply template to category pages; Results of layered navigarion - to apply template to filtered Layered Navigation pages.

20 Then click Save and Continue button. This will lead you to the General Information section of SEO Template configuration page. General Information tab Internal rule name - mark template with a name. Meta title - allows to rewrite meta title tag of targeted pages. Meta keywords - allows to rewrite meta keywords tag of the targeted pages. Meta description - allows to rewrite meta description tag of the targeted pages. Title (H1) - allows to change the header of the targeted pages. SEO description - Seo Description - allows to add additional SEO information about rewrited store page. This field is not required, but can increase Google indexation. SEO description block is placed on the footer of the targeted page. Status - indicates either template is enabled or disabled. Apply for Store View - you may choose store views where template will be added Sort Order - you may define the importance of the template. If more that one SEO Template is assignet to a single page - will be applied the one with the highest value of sort order parameter. Product short description - allows to rewrite short desctiption on the product page. Only available for templates based on product rule types. Product description - allows to rewrite desctiption on the product page. Only available for templates based on product rule types. Condition tab On the Condition section of SEO Template configuration page you may define conditions that will trigger the template. Template condition consists of two parts: a combining condition and one or several sub-conditions. The sub-conditions are tied together by a combining condition. You can change ANY to ALL and TRUE to FALSE. Thus, a combining condition can have one of these four forms: If ALL of these conditions are TRUE If ALL of these conditions are FALSE If ANY of these conditions are TRUE If ANY of these conditions are FALSE You can set multiple sub-conditions by clicking the round + button. This will open a drop-down list with product attributes. Not every attribute can be used to generate templates conditions. First of all, the attribute property is_used_for_promo_rules must be set to 1. You may edit the setting in admin panel. Go to Catalog > Attributes > Manage attributes and select needed attribute. On Edit Product Attribute

21 page in the "Frontend Properties" section you can change Use for Promo Rule Conditions setting. You can create multiple-levels of sub-conditions by using a combining condition. Select Condition combination in the drop-down list and you will get a combining setting similar to the one at the top level. Under it you can add a new branch of attribute-based sub-conditions. Sub-conditions come in form of attribute name + operator + value. The operator depends on the attribute type and can be: is / is not - used for single entity(for example: SKU) equals or greater than / equals or less than greater than / less than is one of / is not one of - used for multiple entities(for example: selected categories) contains / does not contain

22 Stop Further Rules Processing - If enabled template will be applied to the page even if another rule with higher sort order value is applicable. Rewrites Management Rewrites Management allows to configure meta tags, H1 headers, SEO description for any store URLs. All SEO meta tags and descriptions of the rewrited pages applied only to the current rewrite page URL, and aren't applied to another store pages (child categories, another layered navigation product URL, etc). Rewrites Management meta tags of the product and category pages prevail over the SEO values from the category SEO tab. Go to Catalog > SEO > Rewrites Management. To add a new rewrite press the button Add Rewrite. Fill in the following fields: Pattern of Url or Action name - pattern of Url of the page you want to change SEO values. Can be a full action name or a request path. Wildcards are allowed. Examples: /customer/account/login/ /customer/account/* customer_account_* *?mode=list */electronics/cellphones/ *cell-phones/nokia-2610-phone.html Title - title of the rewrited store page. Example:

23 Seo Description - allows to add additional SEO information about rewrited store page. This field is not required, but can increase Google indexation. SEO description block is placed on the footer of the rewrited page. Example: Meta Title - meta title of the rewrited store page.

24 Meta Keywords - meta keywords of the rewrited store page. Meta Description - meta description of the rewrited store page. Is Active - indicates either rewrite is active or disabled. Visible In - sets store views, for which SEO Rewrite will be applied. Priority - if several rewrite rules match current URL, the one with higher priority value will be applied. Click the button Save Rewrite. You can use variables for all SEO meta tags and descriptions from the list of variables. See List of variables that can be used in templates Information defined in SEO Rewrite rule will prevail over meta tags defined in SEO Templates and SEO Tab.

25

26 Configure individual SEO aspects for exceptional products Mirasvit Advanced SEO Suite extension adds several product attributes to allow you to manage search engine optimization efforts for your products even more agile and flexible giving you the opportunity to adjust additional settings for some products individually if needed. Go to Catalog > Manage Products and pick a product you want to customize. On product editing page go to Meta Information section. There you can find four attributes that can benefit your specific needs for this product: Canonical URL - with this option you can set canonical URL manually for this product page. If empty, canonical will be added automatically as configured in SEO > Settings > General Settings. Robots Meta Tag - you may assign Robots meta tags for the product page individually. Main Store for Canonical Url - you may choose store for canonical to be generated automatically. This option overwrites the one configured in SEO > Settings > General Settings. Main Category for SEO - this option is useful for products that are related to several categories. If meta data is set for both categories in Catalog > Manage Categories > SEO tab, you may choose here which template should be applied for this exact product. For example, if your Black Nolita Cami-Black-S product is related to both Women -> Tops & Blouses and Sale -> Women categories, you may use this option to explicitly apply meta information for products of Women -> Tops & Blouses category.

27

28 Redirects management Redirect rule creation With this option you may manage mass redirects on your site more efficiently. To create custom redirect rule you need to go to SEO > Redirect > Management and click Add New Redirect button. For your redirect rule you may define: Request Url - Redirect if user opens this URL. /some/old/page.html Wildcards can be used like this: /some/old/category/* */old/category/product.html *some/old/category* Target URL - Redirect User to this URL. Can be given as a URL path: /some/new/page.html or as a full URL: External URL can be defined only as full URL: Redirect only if request URL can't be found (404) - If checked, redirect will only be triggered if request URL responds with 404 Not Fount status. This is extremely useful for dealing with "404 Not Fount" issues in Google Webmaster Tools. Comments - you may leave to be visible in admin panel for other authorized backend users to easily understand the purpose of the redirect rule. Status - indicates either redirect rule is enabled or disabled. Visible in Store View - you may choose store views where redirects will be added. Priority - if several redirect rules match current URL, the one with higher priority value will be applied. For example, with this option you may set up redirects for all pages that return "404 Not Found" error to the Homepage of your site.

29 This implementation is extremely effective mean of dealing with lots of 404 errors found in Google Webmaster Tools due to previous URL generation misconfiguration or if pages that do not exist anymore on your site are still present in Google cache. Next step:

30 How to perform import of URLs for Redirect Import redirect rules Go to SEO > Redirects > Import Extension allows to import Redirects via CSV file. Click on the Example of CSV file to download an example of template. If you open the example, you will see next columns on the first line: url_from, url_to, is_redirect_only_error_page, comments, is_active. Strarting with the second line, fill in the values according to the header. All these headers are response for the fields, which you can see if you create a new redirect rule.

31 If you already have correctly created CSV file, click on the button Browse and select file. To apply redirects, click the Save button. To be interpreted correctly, CSV file should be created using UTF-8 encoding. List of variables that can be used in templates Extension allows to use variables for category, product and layered navigation pages. Extension will hide any variable in the rule, if they are not set for proper template. If you would like to hide some text around the variable, just do something like this: [some text {variable} other text]. Allowed variables

32 for the following pages: Category pages [category_name] - name of the category [category_description] - category description [category_url] - category URL [category_parent_name] - name of category parent [category_parent_url] - URL of category parent [category_parent_parent_name] - name of the parent of category parent [category_page_title] or [category_meta_title] - title of the category [store_name] - name of current store [store_url] - URL of current store [store_address] - address of current store [store_phone] - phone number of current store Product pages [product_{attribute_code}] - where {attribute_code} is any attribute which can be found in Catalog > Attributes > Manage attributes. For example, for attribute with Attribute Label Decor Type and Attribute Code decor_type a corresponding template variable would be [product_decor_type]. The same goes for [product_brand], [product_size], etc [product_name] - product's name [product_sku] - product's SKU [product_price] - product's regular price [product_special_price] - product's special price [product_final_price] - product's final price [product_final_price_minimal] - product's final price (for bundle, configurable and grouped products will return minimal price) [product_final_price_range] - product's final price (for bundle, configurable and grouped products will return price range) [product_brand] - product's brand [product_url] - product's URL [product_entity_id] - product's ID [category_name] - name of the category [category_description] - category description [category_url] - category URL [category_parent_name] - name of category parent [category_parent_url] - URL of category parent [store_name] - name of current store [store_url] - URL of current store [store_address] - address of current store [store_phone] - phone number of current store If one product belongs to several categories, variables like [category_name] will use first assigned to product category. If you would like to set manually what category is the main for the product, edit product's attribute 'Main Category for SEO'.

33 Layered Navigation pages [filter_selected_options] - will return values of chosen attributes in the layered navigation. Format: <name of attribute1>: <selected options of attribute1>, <name of attribute2>: <selected options of attribute2>. For example, "Asus, Red, Black Intel Core I5". [filter_named_selected_options] - will return you names with values of chosen attributes in the layered navigation. Format: <selected options of attribute1>, <selected options of attribute2>,... For example, "Brand: Asus, Color: Red, Black CPU: Intel Core I5". [category_name] - name of the category [category_description] - category description [category_url] - category URL [category_parent_name] - name of category parent [category_parent_url] - URL of category parent [store_name] - name of current store [store_url] - URL of current store [store_address] - address of current store [store_phone] - phone number of current store Example [filter_selected_options] [category_name] good prices, favorable terms of delivery and payment - [store_name] [ Call us {store_phone}] Configure Meta tags and headings for store catalog (DEPRECATED) SEO Tab functionality is deprecated and left active mostly for backward compatibility reasons. For newer versions of the extensions please use SEO Templates instead. Extension allows to set templates for category pages, product pages, Layered Navigation pages. Go to the Catalog > Manage Categories. Select in the category tree a category to set SEO information. Open SEO tab. In the opened tab you can see three templates (forms), for which SEO values can be applied: SEO of Nested (Child) Categories SEO of Nested (Child) Layered Navigation SEO of Nested (Child) Products Extension also adds an option in Catalog > Manage Categories > General tab. It is called Page Header and using it you can change H1 for current category in frontend. You can use variables for all SEO meta tags and descriptions from the list of variables. Check the variables for product, category and layered navigation pages: List of variables that can be used in templates. Meta tags of the products and child

34 categories have higher priority than meta tags defined by higher categories. It means, if category or product has own meta tags, they will be displayed on the page. If category or product meta tags are empty, meta tags will be generated using general SEO templates. Also product Meta tags have higher priority than category meta tags. Meta tegs defined in SEO Tab can be overwritten by the same tags filled in SEO Templates and/or SEO Rewrite Manager. SEO of Nested (Child) Categories SEO of Nested (Child) Categories template allows to set SEO values for child category pages. All SEO values from the category SEO tab are applied to the all child categories, but are not applied to the products and for the current category itself. Fill in SEO of Nested (Child) Categories template at the category SEO tab: Meta Title - allows to set meta title to the nested product categories. Meta Description - allows to set meta description the nested category pages. Meta Keywords - allows to set meta keywords the nested category pages. H1 - allows to change category header. Example: For example, you have this category tree: Open the Furniture SEO tab. Change H1 value to H1 SEO Header. Child categories Living Room and Bedroom will obtain this pattern of SEO header. Parent category Furniture will not change his SEO header. SEO description - allows to add additional SEO information about category. This field is not required, but can increase Google indexation. SEO description block is placed below the footer section of the category page. Example:

35 For Example, we have next category tree.

36 Let's see a few examples for this tree: 1. Select the Root Catalog and click the SEO tab. Set SEO values for SEO of Nested (Child) Categories template. All child categories (Furniture, Electronics, Apparel) and all their subcategories (Living Room, Bedroom, Cell Phones, etc) will obtain the same SEO information. 2. After this action, open SEO tab of the category Electronics. Fill in another SEO values for SEO of Nested (Child) Categories template. SEO values will be applied to the all child categories (Cell Phones, Cameras, Computers), and their child categories (Accessories, Digital Cameras, etc) but not for category Electronics itself. Categories Furniture and Apparel and their subcategories still have SEO values from the Root Catalog. To apply SEO values for the current category, enable option Use SEO of Nested (Child) Categories for current category in the SEO General Settings. 3. If you set SEO values at the SEO tab for category Camera, this SEO information will be applied to the child categories (Accessories, Digital Cameras). Category Camera will have SEO values from Electronics category SEO tab. SEO values of the child category allways prevail over the parent categories. If you leave blank some fields at the category SEO tab(h1, Description, Meta Description, etc), child category will obtain meta tags from higher category. If the higher categories also don't contain meta tags at this fields, store default meta tags will be applied for category.

37 SEO of Nested (Child) Layered Navigation SEO of Nested (Child) Layered Navigation template allows to set meta tags for layered navigation pages. SEO of Nested (Child) Layered Navigation template do not applies SEO values to current category, where you set meta tags. It applies only to child category pages, when customer uses layered navigation filter. Products do not obtain this meta tags. Layered Navigation meta tags of the child category allways prevail over the Layered Navigation meta tags of the parent categories. Fill in SEO of Nested (Child) Layered Navigation template at the category SEO tab: Meta Title - allows to set meta title the nested layered navigation pages. Meta Description - allows to set meta description to the nested layered navigation pages. Meta Keywords - allows to set meta keywords the nested layered navigation pages. H1 - allows to change H1 header for the layered navigation filter pages. Example: Set H1 meta tag with variables: [filter_selected_options] [category_name] (Custom SEO H1) at the Furniture SEO tab. Layered navigation pages which include child categories Living Room and Bedroom will obtain this pattern of SEO header. Parent category Furniture will not change his SEO header. SEO description - allows to add additional SEO information for layered navigation pages. This field is not required, but can increase Google indexation. SEO description block is placed below the footer section of the category page. Example:

38

39 If you use AJAX Layered Navigation, SEO meta tags are not shown on the layered navigation pages. You can see them after page reloading. Google always loads the pages and systematically scan them, therefore Google will see these changes. SEO of Nested (Child) Products SEO of Nested (Child) Products template allows to set SEO meta tags for category products. Fill in SEO of Nested (Child) Products form at the category SEO tab: Meta Title - allows to set meta title to the nested product pages. Meta Description - allows to set meta description to the nested products pages. Meta Keywords - allows to set meta keywords the nested products pages. H1 - allows to change H1 header for the product pages. Example: Set H1 meta tag with variable:

40 [product_name] in NY (Custom SEO H1) at the Electronics SEO tab. All child categories ( Cell Phones, Cameras, Digital Cameras, etc) will obtain this pattern of SEO header. Short Description - allows to change product short description on the product page. Example: If you set Short Description for the Cell Phones category, all products from this category will obtain this short description.

41 Description - allows to change product description on the product page. Example: If you set Description for the Furniture category, all products from the nested categories (Living Room and Bedroom) will obtain this description.

42 SEO description - allows to add additional SEO information about products. This field is not required, but can increase Google indexation. SEO description block is placed below the footer section of the product page. Example:

43 If you leave blank some fields at the category SEO tab (H1, Description, Meta Description, etc), products will obtain meta tags for these fields from the higher category. If the higher categories also don't contain meta tags, product default information will be applied for this fields.

44 SEO of Nested (Child) Products meta tags of the child category allways prevail over the SEO of Nested (Child) Products meta tags of the parent categories. Frontend HTML Sitemap Extended Settings In the section Frontend Sitemap Settings enter settings:

45 Base URL Path To Frontend Sitemap - base path to the frontend sitemap page. Meta Title - meta title of sitemap page. Meta Keywords - meta keywords of sitemap page. Meta Description - meta description of sitemap page. H1 Header - H1 tag of sitemap page. Show Products - if enabled, a list of all active catalog products will be displayed in the frontend sitemap. Show CMS Pages - if enabled, a list of CMS pages will be displayed in the frontend sitemap. Ignore CMS Pages - defines a list of CMS pages, which will not be displayed in the frontend sitemap.

46 Show Stores - if enabled, a list of Store Views will be displayed in the frontend sitemap.

47 Additional links - defines a comma-separated list of links which will be added to the frontend sitemap. /promotions/, Our Promotions /customer/account/, Customer Account will add links Our Promotions and Customer Account to the sitemap. Exclude by pattern - defines a list of patterns for links that will be excluded from the frontend sitemap. Limit the number of links on one page - if not empty, the sitemap will be splitted by several pages. Next steps: How to configure XML site map file for Google

48 How to generate XML site map file for Google Google XML Sitemap Extended Settings In the section Google Sitemap Extended Settings enter settings: Include Product Images - if enabled, links to product images will be included in Google sitemap. Enable SEO-friendly URLs for Product Images - if enabled, will make SEO friendly URLs for images of products in the sitemap. Template for URL key of Product Images - allows to automatically setup URLs of product images by template in the sitemap. Include Product Tags - if enabled, links to tags will be included is Google sitemap. Product Tags Frequency - defines frequency of possible tag's page changes. Product Tags Priority - defines priority of tag's link for search engine. Additional Links Frequency - defines frequency of possible link's page changes. Additional Links Priority - defines priority of link for search engine. Sitemap Split Size, KB - defines a maximum size of sitemap file. If sitemap size is more than this parameter, sitemap will be splitted on several files and Sitemap XML Index file will be added. Max URLs quantity per file - defines a maximum number of links per file. If sitemap has more than this parameter, sitemap will be splitted on several files and Sitemap XML Index file will be added.

49 Next step: How to generate XML site map file for Google Google Sitemap Generation Google sitemap is generated in a standard Magento way via Catalog > Google Sitemap, but with Mirasvit Advanced SEO Suite extension installed and enabled, resulting XML file will be created according to additional settings that can be configured in System > Configuration > Mirasvit Extensions > Extended Site Map section as shown here.

50 The only accepted name for Google Sitemap is sitemap.xml. If you have a need of creating severas XML files for your store views - it is recommended to create folder structure that would represent site maps for each of your store views. For example, you can create /sitemaps folder, place /sitemaps/firstview and /sitemaps/secondview folders in it and create separate /sitemaps/firstview/sitemap.xml and /sitemaps/secondview/sitemap.xml files. It is highly discouraged to name such files like firstsitemap.xml and secondsitemap.xml. Please consider this. Automatic Sitemap Generation If Magento cron job is set up correctly on your system, you can configure scheduled Google sitemap generation in Systme > Configuration > Catalog > Google Sitemap > Generation Settings.

51 Change Log ( ) Improvements Ability set x-default manually ( ) Improvements Compatibility improvements introduced Usability improvement introduced Fixed Fixed links in post-installation hints

52 ( ) Fixed Fixed mysql select error (for some stores) ( ) Fixed Fixed mysql select error Fixed Product URL Key Template functionality (for some stores) Fixed an ajax error if Magehouse_Infinity installed ( ) Improvements Redirects stability improvements introduced Magestore Shop By Brand compatibility enhanced(for some stores) Magpleasure Ajax Reviews compatibility added Fixed Fixed adding duplicate canonical and/or alternate links when Head block class is called multiple times during the page load (for some stores) ( ) Fixed Fix incorrect query Fixed incorrect info in SEO toolbar Minor stability and compatibility adjustments introduced ( ) Improvements Validator and third-party extensions compatibility adjustments introduced Compatibility with older Magento versions improved Fixed Fixed SEO Friendly URLs for Layered Navigation when "Category URL Suffix" is set to "/" ( ) Improvements Stability and compatibility adjustments ( ) Improvements

53 Validator adjustments Rich Snippets accuracy and price formatting improved Canonical links accuracy on pages improved Minor compatibility adjustments introduced Fixed Fixed trailing slash redirecting of a Home page for some stores Fixed error if Itactica Layered Navigation installed Fixed an issue with incorrect redirect order Old debug code deleted ( ) Improvements Minor stability improvement added Opengraph tags for Facebook actualized General compatibility enhancements introduced Fixed "Main Store for Canonical Url" for multilingual stores with non-default product URL keys on different store views fixed Fix redirect (for some rules) ( ) Features Add Twitter summary cards on store product pages Added possibility to remove "keywords" meta tag from store pages code Improvements Stability improved Organization snippets enhanced(custom logo file, links to social profiles) ( ) Improvements Compatibility and stability improved. Usability improvement. Adds possibility to sort rewrites and redirects by store view. Improved redirects import for multiple store views Fixed Improved processing of redirects with question mark and cyrillic symbols in the URL ( ) Improvements Validator and compatibility adjustments Improved protection from "redirect loop" errors caused by misconfigured redirect rules

54 Code adjustments made to improve redirect rules processing speed Compatibility patch introduced for Quickshop quick view pages not to get indexted as duplicate content Improved handling of special symbols and product attributes that return "yes/no" values in SEO Templates variables Fixed Patch implemented to avoid 100 router iteration for unexistant tags friendly URLs Documentation "Redirects management" documentation section actualized ( ) Improvements Added possibility to define priority for SEO rewrite and redirect rules. Code and compatibility improvements made Validator minor improvements made Fixed Rich snippets for categories actualized Fixed an issue with incorrect redirect (for some stores) Fixed alternates pointing to disabled products (for some stores) ( ) Fixed Fixed "id already exists" error ( for some stores ) ( ) Features Guiding system introduced to help webmasters configuring SEO Suite Post-install information message added Provided ability to define category description via SEO Templates Added ability to choose separator symbol for complex filter names in Layered Navigation Improvements Ability to exclude store view from the list of "alternates" added Rel="alternate" and hreflang links for AW Blog pages introduced "Extension Disabling" and "General Configuration" manual sections actualized ( ) Improvements Improved SEO Friendly URLs generation for category filters in Layered Navigation Exclude URLs with Google Analitics and Google Adwords parameters from altering and redirecting

55 Stability enhancements Compatibility enhancements Improved pattern for redirect Extendware_EWImageOpt compatibility ImageMagick compatibility Now all attributes of the redirect can be imported Compatibility improvements added Validator adjustments Fixed Fixed an issue when price lesser than 1 did not appear in rich snippets Fix for prices with comma in product rich snippets Fixed an issue when [category_parent_name] variable returned value from incorrect store view Fixed an issue with incorrect friendly image url Fixed an issue with incorrect suffix update for alternate links Fix notice Fixed an issue where template return an incorrect data if attribute is empty Fixed an issue with incorrect Open Graph image url (for stores which use CDN) ( ) Fixed Fixed an issue with page load time if use a lot of seo templates (affects from 1.3.0) ( ) Fixed Fatal error in Head block ( ) Improvements SEO compatibility improved SEO configuration description rearranged ( ) Fixed "Missing argument" warning fixed for microdata version of Organization snippets Extension's stability enhanced, possible reindex error and "Division by zero" warnings fixed ( ) Features Add variables category_url, product_url Add check for correct memory limits to validator Improvements

56 Possible class conflicts resolved and validator adjusted Fixed Fixed minor compatibility issue with PHP prior to 5.3 version Post-installation guide In order to get maximum of SEO Suite on your site - please check following recommendations: 1) Go to System > Tools > Mirasvit Extensions Validator and check if any issues are listed there. To fix those(if present) - just follow the instructions given on the Validator page. 2) Go to System > Configuration > Extended Site Map.

57 On "Frontend Sitemap Settings" section you may want to adjust "Base URL Path To Frontend Sitemap" setting according to your needs, check some pages in "Ignore CMS Pages" (like "404

58 Not Found" or "500 Service Unavailable").

59 On "Google Sitemap Extended Settings" one of the important options to consider is "Include Product Images". Enabling this will signal our extension to add product images of all enabled products to the sitemap like this: <url> <loc> <lastmod> </lastmod> <changefreq>daily</changefreq> <priority>1.0</priority> <image:image><image:loc> <image:image><image:loc> </url> Another option worth considering is "Enable SEO-friendly URLs and custom sizes for Product Images". This will make images declaration in the sitemap change from: <image:image> <image:loc> </image:loc> </image:image> to a friendlier form: <image:image> <image:loc> </image:loc> </image:image> Please consider that in order to make images available via friendly URL our extension makes a copy of original images to [Magento_root_folder]/media/product. This may consume big ammount of disc space if you have many products with lots of images on your store. 2.1) Next step is to generate newly configured Google Sitemap. For this you'll need to visit Catalog > Google Sitemap section of the admin panel. Please see more details here. 2.2) Next you may want to upload your sitemap to Google Webmaster Tools and test it. Please see the instructions here. 2.3) Than you may want to configure automatic scheduled sitemap generation. This can be done in System > Configuration > Catalog > Google Sitemap > Generation Settings.

60 Please note that cron job is required for sitemap automatic generation. If cron for Magento is not running - you'll see notification and correcponding instructions on Extended Site Map configuration page or in Mirasvit Extensions Validator (please see step 1). 3) Next you may visit SEO > Settings. General SEO configuration is mage here:

61 Most options are turned off to avoid any conflicts upon installation. You may get all needed

62 information on each option available for you here. Recommended ones to check firstly: 1. If FPC or Varnish disabled or not present on your site - you may set "Show Info" option to "Yes" and perform basic SEO monitoring of your pages by visiting them on the frontend and gethering useful information from Information Block on the bottom right corner of the screen. 2. "Add Canonical URL Meta Header" - please note that when option is set to "Yes", after "Save Config" button pushed - default Magento canonicals options are disabled by our extension. Those options are located in System > Configuration > Catalog > Search Engine Optimization and called "Use Canonical Link Meta Tag For Categories" and "Use Canonical Link Meta Tag For Products" respectively. SEO extension is able to add canonical to every page of your store, so this is made to avoid adding canonical links twice on product and category pages. 3. You may want to adjust rules for Google indexing and crawling bots using "Robots Meta Header" option. If the numder of pages "URL restricted by robots.txt" increased in your Google Webmaster tools - please check your settings. Often, this is not an error. You may have specifically set up a robots.txt or "Robots Meta Header" option to prevent Google bots from crawling certain URLs. Please see official Google commentary on this matter here. 4. "Enable Product Rich Snippets", "Delete old snippets inside product block"(becomes available if Product Snippets enabled) and "Enable Organization snippets" may be set to "Yes" to add basic Structured Data for your products. Please get more information on Google Rich Snippets here. 5. Note that if "Enable SEO-friendly URLs for Product Images" is enabled - it is a better practice to set the same "Template for URL key of Product Images" as one set for such option in Google sitemap Configuration. 4) You may want to set rules for meta tags on the pages of your site. For this you may visit SEO > SEO Templates. Get more information on the option here. Please pay attention to options "Use meta tags from categories if they are not empty" and "Use meta tags from products if they are not empty" in SEO > Settings. In short: if you want rules, set by our extension, to overwrite menually added meta data for products and categories(with native Magento mechanisms) - set this options to "No". If you want meta tags from rules to apply only if no corresponding meta tag defined for the

63 product or category manually - leave this options set to "Yes". More information here. 5) If you have a lot of "404 Not Found" errors in your Google Webmaster Tools - consider setting a rule in SEO > Redirect as shown here. Troubleshooting Meta tags and/or Rich Snippets are not shown in Google Search Results. Google takes a snapshot of each page it examines and caches (stores) that version as a back-up. The cached version is what Google uses to judge if a page is a good match for your query. Practically every search result includes a Cached link. Clicking on that link takes you to the Google cached version of that web page, instead of the current version of the page. Please check cached page and compare it with your actual page. It may occur that meta information added by our extension to your site's pages is not seen by Google because it used previously cached page to show in search results. This type of cache will be renewed when Google robots will next time visit your site. Depending on site's popularity and quality, this may take some time to happen. You may get more information on Google caching mechanism on the following links: Fix magento issue with extra digits added to the url or broken urls in URL Rewrite Management. 1) Update SEO to version or higher. 2) Run script [your_store] - the domain name of your store; You can see all pages with duplicate url keys in following format: Array( [url_key] => Array ( [sku] => url_key NOT_VISIBLE (if product not visible)... )... ) 3) Create unique url key for every product in admin panel. 4) Create dump for table [table_prefix]_core_url_rewrite: mysqldump -u [user] -p[password] [database] [db_table_prefix]_core_url_rewrite > [db_table_prefix]_core_url_rewrite_dump.sql [db_table_prefix] - your database table prefix, [database] your database name, [user] - mysql user, [password] - mysql password It can be found in the file /app/etc/local.xml 5) Clear [table_prefix]_core_url_rewrite table:

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy Advanced Seo Suite current How to install the extension 1. Backup your store's database and web directory. 2. Login to the SSH console on your server and navigate to the root directory of the Magento 2

More information

Manual Getting Started. How to install extension

Manual Getting Started. How to install extension Manual Getting Started Welcome to the Banner Management System documentation. Whether you are new or an advanced user, you can find useful information here. Next steps: How to install extension Configure

More information

All-In-One-Designer SEO Handbook

All-In-One-Designer SEO Handbook All-In-One-Designer SEO Handbook Introduction To increase the visibility of the e-store to potential buyers, there are some techniques that a website admin can implement through the admin panel to enhance

More information

USER MANUAL. SEO Hub TABLE OF CONTENTS. Version: 0.1.1

USER MANUAL. SEO Hub TABLE OF CONTENTS. Version: 0.1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of SEO Hub... 1 Installation& Activation... 2 Installation Steps... 2 Extension Activation... 4 How it Works?... 5 Back End Configuration... 5 Points

More information

SEO EXTENSION FOR MAGENTO 2

SEO EXTENSION FOR MAGENTO 2 1 User Guide SEO Extension for Magento 2 SEO EXTENSION FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide SEO Extension for Magento 2 Contents 1. SEO Extension for Magento 2 Overview... 4 2. How Does

More information

1. Installation Instructions

1. Installation Instructions Table of Contents 1. Installation Instructions 2. Accessing the Extension General Settings 3. Crawling and Indexation: Meta Robots Settings 4. Canonical URL settings 5. Alternate (hreflang) URLs 6. SEO

More information

1. Installation Instructions

1. Installation Instructions Table of Contents 1. Installation Instructions 2. Accessing the Extension General Settings 3. Crawling and Indexation: Meta Robots Settings 4. Canonical URL settings 5. Alternate (hreflang) URLs 6. SEO

More information

SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit

SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit Page 1 Table of contents: 1. SEO Toolkit: General Settings..3 2. Product Reviews: Settings...4 3. Product Reviews: Examples......5

More information

SEO Toolkit for Magento 2

SEO Toolkit for Magento 2 Last update: 2017/09/04 20:04 magento_2:seo_toolkit https://amasty.com/docs/doku.php?id=magento_2:seo_toolkit For more details see the SEO Toolkit for Magento 2 extension page. SEO Toolkit for Magento

More information

SEO SUITE ULTIMATE GUIDE 1

SEO SUITE ULTIMATE GUIDE 1 SEO SUITE ULTIMATE GUIDE 1 Important Notice MageWorx reserves the right to make corrections, modifications, enhancements, improvements, and other changes to all its products and services at any time and

More information

Advanced Newsletter Getting Started. How to install extension. How to upgrade extension

Advanced Newsletter Getting Started. How to install extension. How to upgrade extension Advanced Newsletter 1.0.0 Getting Started Welcome to the Advanced Newsletter Documentation. Whether you are new or an advanced user, you can find useful information here. Next steps: How to install extension

More information

Improved Layered Navigation

Improved Layered Navigation Improved Layered Navigation Magento Extension User Guide Official extension page: Improved Layered Navigation See advanced options here Page 1 General table of contents To see information about module

More information

Search AutoComplete & Suggest Pro Getting Started

Search AutoComplete & Suggest Pro Getting Started Search AutoComplete & Suggest Pro 1.2.1 Getting Started Welcome to the Search AutoComplete & Suggest Pro Documentation. Whether you are new or an advanced user, you can find useful information here. First

More information

magento_1:blog_pro

magento_1:blog_pro magento_1:blog_pro https://amasty.com/docs/doku.php?id=magento_1:blog_pro For more details see the Blog Pro extension page. Blog Pro Create responsive blog posts with a handy WYSIWYG editor, easily customize

More information

Accelerated Mobile Pages v1.x Configuration for Magento 1 From Plumrocket Documentation

Accelerated Mobile Pages v1.x Configuration for Magento 1 From Plumrocket Documentation Accelerated Mobile Pages v1.x Configuration for Magento 1 From Plumrocket Documentation Contents 1. Configuring Accelerated Mobile Pages 2. AMP Home Page Configuration 2.1. Setting AMP Category Images

More information

FAQ & Product Questions for Magento 2

FAQ & Product Questions for Magento 2 Last update: 2018/05/21 11:12 magento_2:faq_and_product_questions https://amasty.com/docs/doku.php?id=magento_2:faq_and_product_questions For more details see the FAQ & Product Questions extension page.

More information

+1 (646) (US) +44 (20) (UK) Layered Navigation. for Magento 2. Aheadworks extensions for Magento 2

+1 (646) (US) +44 (20) (UK) Layered Navigation. for Magento 2. Aheadworks extensions for Magento 2 Layered Navigation for Magento 2 Table of contents: Table of contents:... 2 Getting Around... 3 Horizontal Filter Bars... 3 Enabled and Disabled Pop-over Modes... 3 Attribute multiselect... 4 Show X more...

More information

Optimizes the navigation and lets visitors search by categories, price ranges, color, and other product attributes.

Optimizes the navigation and lets visitors search by categories, price ranges, color, and other product attributes. Documentation / Documentation Home Layered Navigation Created by Unknown User (bondarev), last modified by Malynow, Alexey on Feb 22, 2016 Installation Set up cron Configuration Basic Configuration Filters

More information

Rich Snippets by Atwix marketplace.magento.com/atwix-richsnippets.html

Rich Snippets by Atwix  marketplace.magento.com/atwix-richsnippets.html Rich Snippets by Atwix www.atwix.com marketplace.magento.com/atwix-richsnippets.html Page 1! of! 11 Table of contents: 1. Getting started - page 3 2. Configuration overview: - General - page 4 - CMS -

More information

You got a website. Now what?

You got a website. Now what? You got a website I got a website! Now what? Adriana Kuehnel Nov.2017 The majority of the traffic to your website will come through a search engine. Need to know: Best practices so ensure your information

More information

2013, Active Commerce 1

2013, Active Commerce 1 2013, Active Commerce 1 2013, Active Commerce 2 Active Commerce User Guide Terminology / Interface Login Adding Media to the Media Library Uploading an Item to the Media Library Editing the Media Meta

More information

Improved Layered Navigation for Magento 2

Improved Layered Navigation for Magento 2 Last update: magento_2:improved_layered_navigation https://amasty.com/docs/doku.php?id=magento_2:improved_layered_navigation 2018/01/23 09:14 For more details see the Improved Layered Navigation extension

More information

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions.

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions. USER GUIDE This guide is intended for users of all levels of expertise. The guide describes in detail Sitefinity user interface - from logging to completing a project. Use it to learn how to create pages

More information

Your Cart User Manual v3.6

Your Cart User Manual v3.6 Your Cart User Manual v3.6 2 Your Cart User Manual v3.6 Table of Contents Foreword 0 7 Part I Getting Started Overview 11 Part II Categories & Products 1 Manage Categories... Overview 11 Add a New... Category

More information

Site Auditor Summary. Total Issues: 95 (Change: 87%) 7 Pages Crawled - June 18, Content Issues 2 0% 3 0%

Site Auditor Summary. Total Issues: 95 (Change: 87%) 7 Pages Crawled - June 18, Content Issues 2 0% 3 0% Total : 95 (Change: 87%) 7 Pages Crawled - June 18, 13 Visibility META Content Link Image Semantic % 4 3% % 3 % 86 83% % Visibility pages were blocked by robots.txt A robots.txt file permits or restricts

More information

WORKING PROCESS & WEBSITE BEST PRACTICES Refresh Creative Media

WORKING PROCESS & WEBSITE BEST PRACTICES Refresh Creative Media WORKING PROCESS & WEBSITE BEST PRACTICES Refresh Creative Media 1. INTRODUCTION Thank you for choosing Refresh Creative Media for your website development needs. This document describes our working process

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Pinnacle Cart User Manual v3.6.3

Pinnacle Cart User Manual v3.6.3 Pinnacle Cart User Manual v3.6.3 2 Pinnacle Cart User Manual v3.6.3 Table of Contents Foreword 0 Part I Getting Started Overview 7 Part II Categories & Products 11 1 Manage... Categories Overview 11 Add

More information

Blog Pro for Magento 2 User Guide

Blog Pro for Magento 2 User Guide Blog Pro for Magento 2 User Guide Table of Contents 1. Blog Pro Configuration 1.1. Accessing the Extension Main Setting 1.2. Blog Index Page 1.3. Post List 1.4. Post Author 1.5. Post View (Related Posts,

More information

Oceanica Theme Documentation

Oceanica Theme Documentation Oceanica Theme Documentation Updated on December 29, 2017 Installation Import sample data Import sample data from xml file. Import sample data from.sql file. Set up the front page Edit front page Site

More information

Magento 1 Essentials - new Amasty extensions set

Magento 1 Essentials - new Amasty extensions set Magento 1 Essentials new Amasty extensions set Alina Bragina Oct 24, 2017 Amasty goes an extra mile to offer even more useful solutions to Magento 1 users. And now we are happy to provide you with a pack

More information

Site Audit Virgin Galactic

Site Audit Virgin Galactic Site Audit 27 Virgin Galactic Site Audit: Issues Total Score Crawled Pages 59 % 79 Healthy (34) Broken (3) Have issues (27) Redirected (3) Blocked (2) Errors Warnings Notices 25 236 5 3 25 2 Jan Jan Jan

More information

Blog Pro for Magento 2

Blog Pro for Magento 2 magento_2:blog_pro https://amasty.com/docs/doku.php?id=magento_2:blog_pro For more details see the extension page. Make blogging an effective part of your marketing strategy with. Take advantage of the

More information

Site Audit Boeing

Site Audit Boeing Site Audit 217 Boeing Site Audit: Issues Total Score Crawled Pages 48 % 13533 Healthy (3181) Broken (231) Have issues (9271) Redirected (812) Errors Warnings Notices 15266 41538 38 2k 5k 4 k 11 Jan k 11

More information

CMSnipcart Documentation

CMSnipcart Documentation CMSnipcart Documentation Release 1.0.0 CMExtension January 07, 2016 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

USER MANUAL ADVANCE SHOP BY BRAND TABLE OF CONTENTS. Version: 1.0.4

USER MANUAL ADVANCE SHOP BY BRAND TABLE OF CONTENTS. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Advance Shop by Brand... 1 Installation & Activation... 2 Installation Steps... 2 Installation (Custom theme)... 3 Extension Activation... 3

More information

Blue Form Builder extension for Magento2

Blue Form Builder extension for Magento2 Blue Form Builder extension for Magento2 User Guide Version 1.0 Table of Contents I) Introduction.. 4 II) Installation 5 III) General Configurations...6 IV) Manage Forms.. 7 1) List of Forms 7 2) Add New

More information

Website SEO Checklist

Website SEO Checklist Website SEO Checklist Main points to have a flawless start for your new website. Domain Optimization Meta Data Up-to-Date Content Optimization SEO & Analytics Social Markup Markup Accessibility Browser

More information

Configuring Autocomplete & Suggest

Configuring Autocomplete & Suggest How to install extension 1. Backup your store database and web directory. 2. Login to SSH console of your server and navigate to root directory of Magento 2 store. 3. Copy installation instructions from

More information

ultimo theme User Guide Extremely customizable Magento theme by Infortis Copyright Infortis All rights reserved

ultimo theme User Guide Extremely customizable Magento theme by Infortis Copyright Infortis All rights reserved ultimo theme Extremely customizable Magento theme by Infortis User Guide Copyright 2012-2014 Infortis All rights reserved How to use this document Please read this user guide carefully, it will help you

More information

Shop by Brand. Magento Extension User Guide. Here you will find the latest Shop by Brand user guide version *

Shop by Brand. Magento Extension User Guide. Here you will find the latest Shop by Brand user guide version * Shop by Brand Magento Extension User Guide Here you will find the latest Shop by Brand user guide version * * This user guide was created 22.11.2016 Page 1 Table of contents: 1. General Settings.....3

More information

Here are our Advanced SEO Packages designed to help your business succeed further.

Here are our Advanced SEO Packages designed to help your business succeed further. Advanced SEO Here are our Advanced SEO Packages designed to help your business succeed further. Hover over the question marks to get a quick description. You may also download this as a PDF with or without

More information

Configuring Autocomplete & Suggest

Configuring Autocomplete & Suggest Search Autocomplete & Suggest current How to install extension 1. Backup your store database and web directory. 2. Login to SSH console of your server and navigate to root directory of Magento 2 store.

More information

Table of contents. 1. Backlink Audit Summary...3. Marketer s Center. 2. Site Auditor Summary Social Audit Summary...9

Table of contents. 1. Backlink Audit Summary...3. Marketer s Center. 2. Site Auditor Summary Social Audit Summary...9 EXECUTIVE SUMMARIES Table of contents Marketer s Center 1. Backlink Audit Summary...3 Top Referring TLDs...3 Anchor Text Cloud...3 Anchor Text Phrases...3 Offpage Competitive Comparison...4 Referring Domains...4

More information

Landing Pages Magento Extension User Guide Official extension page: Landing Pages

Landing Pages Magento Extension User Guide Official extension page: Landing Pages Landing Pages Magento Extension User Guide Official extension page: Landing Pages Page 1 Table of contents: 1. Extension settings..... 3 2. Add landing pages. 5 3. General landing page info...... 7 4.

More information

+1 (646) (US) +44 (20) (UK) Blog. for Magento 2. ecommerce.aheadworks.com/magento-2-extensions

+1 (646) (US) +44 (20) (UK) Blog. for Magento 2. ecommerce.aheadworks.com/magento-2-extensions Blog for Magento 2 Table of contents: Table of contents:... 2 Reference table... 3 Getting started... 4 Sidebar... 5 SEO... 6 Related Products... 6 Wordpress Import... 7 Blog categories... 7 Blog posts...

More information

YMM Products Parts Finder

YMM Products Parts Finder YMM Products Parts Finder Extension User Manual https://www.magebees.com/magento-ymm-products-parts-finderextension.html YMM Products Parts Finder By Support Ticket: - https://support.magebees.com, Support

More information

Private Sales & Flash Sales v4.x Configuration for Magento 2

Private Sales & Flash Sales v4.x Configuration for Magento 2 Private Sales & Flash Sales v4.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Private Sales and Flash Sales Extension 1.1. Configuring Private Sales Homepage 1.2. Configuring

More information

Site Audit SpaceX

Site Audit SpaceX Site Audit 217 SpaceX Site Audit: Issues Total Score Crawled Pages 48 % -13 3868 Healthy (649) Broken (39) Have issues (276) Redirected (474) Blocked () Errors Warnings Notices 4164 +3311 1918 +7312 5k

More information

Product Manager Toolkit

Product Manager Toolkit Last update: 2017/10/20 09:32 magento_1:product_manager_toolkit https://amasty.com/docs/doku.php?id=magento_1:product_manager_toolkit For more details see the Product Manager Toolkit extension page. Product

More information

Subscriptions and Recurring Payments 2.X

Subscriptions and Recurring Payments 2.X Documentation / Documentation Home Subscriptions and Recurring 2.X Created by Unknown User (bondarev), last modified by Unknown User (malynow) on Mar 22, 2017 Installation Set up cron (for eway) Configuration

More information

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme)

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme) Table of Contents A Quick Introduction to the Genesis Framework for WordPress Introduction to the Genesis Framework... 5 1.1 What's a Framework?... 5 1.2 What's a Child Theme?... 5 1.3 Theme Files... 5

More information

FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version

FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version 1.0 http://www.fmeextensions.com support@fmeextensions.com Intended Audience The content of this document is designed

More information

Import Export Products for Magento2

Import Export Products for Magento2 Import Export Products for Magento2 User Manual https://www.magebees.com/magento-2-import-export-productsextension.html Import Export Products for Magento2 By CONTENT Introduction 3 Features 4 How to Create

More information

Advanced SEO Training Details Call Us:

Advanced SEO Training Details Call Us: Advanced SEO Training Details Call Us: +91 7890149401 Address: 130/7 Dumdum Road Near Indira Maidan Kolkata-74, Email : w3webschools@gmail.com, enquiry@w3webschool.com Basic for SEO What is Domain Basic

More information

magento_1:xml-google-sitemap

magento_1:xml-google-sitemap Last update: 2018/01/05 15:42 magento_1:xml-google-sitemap https://amasty.com/docs/doku.php?id=magento_1:xml-google-sitemap For more details see the XML Google Sitemap extension page. XML Google Sitemap

More information

SEO Technical & On-Page Audit

SEO Technical & On-Page Audit SEO Technical & On-Page Audit http://www.fedex.com Hedging Beta has produced this analysis on 05/11/2015. 1 Index A) Background and Summary... 3 B) Technical and On-Page Analysis... 4 Accessibility & Indexation...

More information

Cart32 Store Builder User Manual

Cart32 Store Builder User Manual Cart32 Store Builder User Manual 1 Contents 1. Client and Sales Summaries... 3 2. Main Categories... 3 3. Store Builder Sub-Categories... 3 Categories... 4 Add a Category/Subcategory... 5 Edit a Category/Subcategory...

More information

FIRST IDEA WEB DEVELOPMENT(Pvt.)Ltd.

FIRST IDEA WEB DEVELOPMENT(Pvt.)Ltd. FIRST IDEA WEB DEVELOPMENT(Pvt.)Ltd. SEO (SEARCH ENGINE OPTIMIZATION) OCTOBER 2018 On Page SEO focuses on the content on your site, including the relevancy of your content, the format and structure of

More information

SEO PLUS USER GUIDE Version 1.3

SEO PLUS USER GUIDE Version 1.3 support@magestore.com sales@magestore.com Phone: 084.4.8585.4587 SEO PLUS USER GUIDE Version 1.3 Table of Contents 1. INTRODUCTION... 3 2. HOW TO USE... 5 3. HOW TO CONFIGURE... 21 SEO Plus v1.3 2 1. INTRODUCTION

More information

Blue Form Builder extension for Magento 2

Blue Form Builder extension for Magento 2 Blue Form Builder extension for Magento 2 User Guide Version 1.0 Table of Contents I) Introduction......5 II) General Configurations....6 1) General Settings.....7 2) ReCaptcha... 8 III) Manage Forms......

More information

Getting Started Guide. Prepared by-fatbit Technologies

Getting Started Guide. Prepared by-fatbit Technologies Getting Started Guide Prepared by-fatbit Technologies 1 Contents 1. Manage Settings... 3 1.1. General... 4 1.2. Local... 6 1.3. SEO... 7 1.4. Option... 8 1.5. Live Chat... 19 1.6. Third Part API s... 20

More information

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008)

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Space Details Key: confhelp Name: Confluence Help Description: Creator (Creation Date): ljparkhi (Aug 14, 2008) Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Available Pages Quickstart Guide Working

More information

YMM Products Parts Finder

YMM Products Parts Finder YMM Products Parts Finder Extension User Manual for Magento 2 https://www.magebees.com/ymm-products-parts-finder-extension-formagento-2.html YMM Products Parts Finder By Support Ticket: - https://support.magebees.com,

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Flynax SEO Guide Flynax

Flynax SEO Guide Flynax Flynax SEO Guide Flynax 2018 1 Ì ÌFlynax SEO Guide Due to the fact that every project has its own purpose, audience and location preferences, it is almost impossible to make the script that will meet SEO

More information

Flexslider v1.x Installation and User Manual

Flexslider v1.x Installation and User Manual 2017/11/08 09:14 1/15 Flexslider v1.x Installation and User Manual Flexslider v1.x Installation and User Manual Latest version: 1.10.0 Compatibility: Magento 1.7.x, 1.8.x, 1.9.x Disclaimer This is the

More information

ReCPro TM User Manual Version 1.15

ReCPro TM User Manual Version 1.15 Contents Web Module (recpro.net)... 2 Login... 2 Site Content... 3 Create a New Content Block... 4 Add / Edit Content Item... 5 Navigation Toolbar... 6 Other Site Tools... 7 Menu... 7 Media... 8 Documents...

More information

AceShop Quick Guide. AceShop is the integration of two of the most popular open source projects in the world: OpenCart and Joomla!

AceShop Quick Guide. AceShop is the integration of two of the most popular open source projects in the world: OpenCart and Joomla! AceShop Quick Guide 1.1 What is AceShop? AceShop is a full-featured e-commerce component for Joomla with an easy to use, search engine friendly, visually appealing interface. AceShop is the integration

More information

Web Site User Manual

Web Site User Manual www.dktinternational.org Web Site User Manual Last edited 12/18/2011 ACCESS TO EDIT WEB SITE CONTENT Logging in The access URL to edit pages is: http://www.dktinternational.org/wp-admin All userid information

More information

SEO TOOLBOX ADMINISTRATOR'S MANUAL :55. Administrator's Manual COPYRIGHT 2018 DECERNO AB 1 (13)

SEO TOOLBOX ADMINISTRATOR'S MANUAL :55. Administrator's Manual COPYRIGHT 2018 DECERNO AB 1 (13) Administrator's Manual COPYRIGHT 2018 DECERNO AB 1 (13) TABLE OF CONTENTS INTRODUCTION... 3 INSTALL SEO TOOLBOX FOR EPISERVER... 4 What will be installed?... 4 Add-on store installation... 4 Manual installation

More information

Search Engine Visibility Analysis

Search Engine Visibility Analysis 2018 Search Engine Visibility Analysis We do the market research, so you don t have to! Report For www.yourclientsite.com Contents Introduction... 2 Website Analysis and Recommendations... 3 Current Status

More information

SAHARA KIDS1 RESPONSIVE MAGENTO THEME

SAHARA KIDS1 RESPONSIVE MAGENTO THEME SAHARA KIDS1 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_kids1 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

Vetstreet Web Builder Editor Tool User Guide v2.1. Web Builder. User Guide v2.1

Vetstreet Web Builder Editor Tool User Guide v2.1. Web Builder. User Guide v2.1 Web Builder User Guide v2.1 Contact your Account Manager at (888) 799-8387 or email support@vetstreet.com with questions. Page 1 Index... 1 The Editor Tool... 7 Forgot Your Username or Password?... 7 How

More information

STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0

STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0 support@magestore.com sales@magestore.com Phone: +1-606-657-0768 STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0 Table of Contents 1. INTRODUCTION 3 Outstanding Features...3

More information

CM Deal Aggregator Documentation

CM Deal Aggregator Documentation CM Deal Aggregator Documentation Release 1.3.0 CMExtension July 28, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

User Guide. From Getting Started... To Getting More From Your Store. Magento Community Revised, Expanded, and Updated for Magento Community v1.

User Guide. From Getting Started... To Getting More From Your Store. Magento Community Revised, Expanded, and Updated for Magento Community v1. User Guide From Getting Started... To Getting More From Your Store Magento Community Revised, Expanded, and Updated for Magento Community v1.7 Important Notice Magento reserves the right to make corrections,

More information

NETZONE CMS User Guide Copyright Tomahawk

NETZONE CMS User Guide Copyright Tomahawk NETZONE CMS User Guide Copyright 2015. Tomahawk 1 Phone: + 64 9 522 2333 Email: getintouch@tomahawk.co.nz Tomahawk 2015 www.tomahawk.co.nz 2 NETZONE CMS USER GUIDE WHAT YOU LL FIND INSIDE LOGGING IN 4

More information

Newsletter Popup v3.x Configuration for Magento 2

Newsletter Popup v3.x Configuration for Magento 2 Newsletter Popup v3.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Newsletter Popup 3.x Extension for Magento 2 2. Managing Newsletter Popups 3. Managing Newsletter

More information

DIGITAL MARKETING Your revolution starts here

DIGITAL MARKETING Your revolution starts here DIGITAL MARKETING Your revolution starts here Course Highlights Online Marketing Introduction to Online Search. Understanding How Search Engines Work. Understanding Google Page Rank. Introduction to Search

More information

Version 14 Supplemental Manual

Version 14 Supplemental Manual Version 14 Supplemental Manual This is a reference to the features that will be released from July 1, 2013 through July 1, 2014. Click the name of the feature to jump to that section. New Features: Version

More information

Website Name. Project Code: # SEO Recommendations Report. Version: 1.0

Website Name. Project Code: # SEO Recommendations Report. Version: 1.0 Website Name Project Code: #10001 Version: 1.0 DocID: SEO/site/rec Issue Date: DD-MM-YYYY Prepared By: - Owned By: Rave Infosys Reviewed By: - Approved By: - 3111 N University Dr. #604 Coral Springs FL

More information

WEBSITE INSTRUCTIONS

WEBSITE INSTRUCTIONS Table of Contents WEBSITE INSTRUCTIONS 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Clients Continued... & Letters. Campaigns Continued To create a Custom Campaign you must first name the campaign and select

Clients Continued...  & Letters. Campaigns Continued To create a Custom Campaign you must first name the campaign and select Clients Continued... Campaigns Continued To create a Custom Campaign you must first name the campaign and select what type of campaign it will be. Next you will add letters to your campaign from your letter

More information

Digital Marketing. Introduction of Marketing. Introductions

Digital Marketing. Introduction of Marketing. Introductions Digital Marketing Introduction of Marketing Origin of Marketing Why Marketing is important? What is Marketing? Understanding Marketing Processes Pillars of marketing Marketing is Communication Mass Communication

More information

magento_1:full_page_cache https://amasty.com/docs/doku.php?id=magento_1:full_page_cache

magento_1:full_page_cache https://amasty.com/docs/doku.php?id=magento_1:full_page_cache magento_1:full_page_cache https://amasty.com/docs/doku.php?id=magento_1:full_page_cache For more details see the extension page. Speed up your Magento using cache to the full. Decrease pages time load

More information

Step By Step Guide to Your New Website. Basic Website User Manual

Step By Step Guide to Your New Website. Basic Website User Manual Step By Step Guide to Your New Website Basic Website User Manual July, 2018 TABLE OF CONTENTS SECTION ONE - Getting to Know the CMS CONTENT SECTION TWO Home Page & Site-Wide Settings CONTENT TABS Editable

More information

Fixed Header edream Market

Fixed Header edream Market User s Manual Magento Extension Fixed Header edream Market www.edreamag.com support@edreamag.com Fixed Header for Magento MODERN, SIMPLE AND PROFESSIONAL edream Fixed Header is a unique extension that

More information

SEO According to Google

SEO According to Google SEO According to Google An On-Page Optimization Presentation By Rachel Halfhill Lead Copywriter at CDI Agenda Overview Keywords Page Titles URLs Descriptions Heading Tags Anchor Text Alt Text Resources

More information

SAHARA GIFT1 RESPONSIVE MAGENTO THEME

SAHARA GIFT1 RESPONSIVE MAGENTO THEME SAHARA GIFT1 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_gift1 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

Startup Guide. Version 2.3.7

Startup Guide. Version 2.3.7 Startup Guide Version 2.3.7 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

RICH SNIPPETS FOR MAGENTO 2

RICH SNIPPETS FOR MAGENTO 2 1 User Guide Rich Snippets for Magento 2 RICH SNIPPETS FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Rich Snippets for Magento 2 Contents 1. Rich Snippets for Magento 2 Extension Overview... 3 2.

More information

WEB CREATOR PAGES MANAGER

WEB CREATOR PAGES MANAGER WEB CREATOR PAGES MANAGER TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 PAGES MANAGER... 3 Accessing Pages Manager... 3 PAGE MANAGER NAVIGATION...

More information

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0 User Manual Administrator s guide for mass managing VirtueMart products using VM Mass Update 1.0 The ultimate product management solution for VirtueMart! Contents Product Overview... 3 Feature List...

More information

Data Feed Manager. End user instructions

Data Feed Manager. End user instructions Data Feed Manager End user instructions Configure your data feeds with Data Feed Manager To create and configure your data feeds, go to Products > Data Feed Manager > Data Feeds. Your data feeds will be

More information

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy Cache Warmer current How to install the extension 1. Backup your store's database and web directory. 2. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.

More information

Advanced Digital Markeitng Training Syllabus

Advanced Digital Markeitng Training Syllabus Advanced Digital Markeitng Training Syllabus Digital Marketing Overview What is marketing? What is Digital Marketing? Understanding Marketing Process Why Digital Marketing Wins Over Traditional Marketing?

More information

SEO Manager. Highlighted Features. Module Configuration

SEO Manager. Highlighted Features. Module Configuration SEO Manager webkul.com/blog/magento2-seo-extension/ September 7, 2017 SEO Manager extension provides various tools and options for improving the SEO of your online store. Using this extension, you can

More information

Version USER GUIDE

Version USER GUIDE Magento Extension RSS feed Version 1.0.0 USER GUIDE Last update: Aug 15 th, 2013 DragonFroot.com RSS feed v1-0 Content 1. Introduction 2. Installation 3. Configuration 4. Troubleshooting 5. Contact us

More information