1. Installation Instructions

Size: px
Start display at page:

Download "1. Installation Instructions"

Transcription

1

2 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 Settings for a Category Pager and LN Pages 7. SEO Breadcrumbs 8. Optimizing URLs for Category Pager and LN Pages 9. Optimizing Rich Snippets 10. SEO Cross Links & 302 Redirects for Deleted Products 12. SEO Meta Templates: General Settings 13. SEO Meta Templates for Product Pages 14. SEO Meta Templates for Category Pages 15. SEO Meta Templates for Category Filters 16. Individual Product and Category SEO Settings 17. HTML Sitemap 18. Extended XML Sitemap 19. License Agreement and Extra Info

3 1. Installation Instructions Uploading the extension Upload via Composer 1. Log into the Magento server (or switch to) as a user who has permissions to write to the Magento file system. 2. Create a folder anywhere on your server (preferably not in the Magento install dir). When done, upload all extension zip packages in there. 3. To use the folder created above as a packaging repository, add the run composer command: composer config repositories.mageworx artifact {/YOUR/ABSOLUTE/PATH/TO/EXTENSIONS/DIRECTORY} For example: composer config repositories.mageworx artifact /Users/mageworxuser/magento_extensions/mageworx/zip This command add to your composer.json file this lines: "mageworx": { "type": "artifact", "url": "/Users/mageworxuser/magento_extensions/mageworx/zip" } 4. Install the extension with Composer: composer require mageworx/module-seosuiteultimate

4 Upload by copying code 1. Log into the Magento server (or switch to) as a user, who has permissions to write to the Magento file system. 2. Download the "Ready to paste" package from your customer's area, unzip it and upload the 'app' folder to your Magento install dir. Enable the module Log into the Magento server (or switch to) as a user, who has permissions to write to the Magento file system. Go to your Magento install dir: cd <your Magento install dir> php bin/magento module:enable MageWorx_SeoAll MageWorx_SeoBase MageWorx_SeoXTemplates \ MageWorx_SeoCrossLinks MageWorx_XmlSitemap MageWorx_HtmlSitemap MageWorx_SeoRedirects \ MageWorx_SeoMarkup MageWorx_SeoExtended MageWorx_SeoBreadcrumbs MageWorx_SeoUrls 3. Update the Database: php bin/magento setup:upgrade php bin/magento cache:flush php bin/magento setup:static-content:deploy

5 2. Accessing the Extension Main Settings To configure all the extension main settings, go to Stores - Configuration - MageWorx - SEO From here, you can manage all the main extension settings. Just select the module you want to configure, and tweak its features as you need.

6 3. Crawling and Indexation. Meta Robots Settings To tweak search engine indexation settings, go to Stores - Configuration - MageWorx - SEO - SEO Base - Meta Robots Settings The robots meta tag enables you to utilize a granular, pagespecific approach to search engine indexation. Our extension places the robots meta tag in the <head> section of a given page, which tells search engines how this page should be treated. You can instruct the search engines to follow/ignore, the links on this page, show/hide this page in its web search results, etc. On top of this, you can set Robots Meta Header for HTTPs pages, pages without content, and any extra pages. Also, this is the place, where you can set Meta Robots for attributes or attribute combinations used on your layered navigation pages. Note, that here you can use any kind of Robots Meta Header (even INDEX, FOLLOW) and set NOINDEX, FOLLOW meta robots for LN filters with multiple selection.

7 4. Canonical URL Settings Enable Canonical URL Meta Header, disable it for pages with NOINDEX Meta Headers, and specify the pages, the canonical URL won t be added for. In case you have different domains within your Magento installation that have quite similar content, it s generally recommended to define the main website using a Cross-Domain Canonical Tag. You can either select it from the drop-down or add a custom Cross Domain Canonical URL. Separately specify the canonical tag for the associated products (configurable, grouped and bundle products). Thus, you may choose how the canonical tag should work for them. It can either point to the associated products (by default) or to their parent products. The setting can be useful if the visibility of your associated products is set to Visible, and you want to avoid duplicates with your main products.

8 4. Canonical URL Settings You can opt to add a trailing slash to the canonical URL of the homepage or to URLs of any other site pages. By enabling this feature, you will avoid duplicate content issues with Google. For example, if Google indexes and as two separate pages, adding a trailing slash to the canonical URL will solve the problem. Also, you can enable Pager for Category Canonical URLs and set Canonical URLs for pages filtered by layered navigation (by certain category attribute filters or by their combinations): disable the canonical tag on the layered navigation pages set the canonical tag to point to the filtered page set the canonical tag to point to the category itself E.g. if the Filtered Page option is enabled, the canonical tag will point to /apparel/l/color:black/shoe-type:dress.htm, when store visitors filter products by color and product type. If the Current Category option is selected, the canonical tag will point either to /apparel.html (if All Products Per Page option is disabled in the Magento settings) OR to /apparel.html?limit=all (if All Products Per Page is enabled). The latter is recommended in the Google guidelines.

9 5. Alternate (hreflang) URLs Hreflang tag helps search engines understand which version of your website should be shown in which country. Thus, Google won t treat these localized pages as duplicates. You can read more on the topic here. First, specify the Hreflang URLs Scope (Website or Global), then enable Hreflang URLs and specify the pages hreflang urls will be enabled for: category, product or CMS pages. Localized CMS pages have different IDs and most likely different URL keys. That may trigger the following issue: the system won t be able to define the localized versions of the same page, and won t add the alternate URLs. To solve that, you need to connect pages of these type by means of ID, URL key or an hreflang attribute.

10 5. Alternate (hreflang) URLs If you need to use a language that is different from the one currently set for the Store View, disable the Use Language Code from Default Locale setting and select the language for the alternate URLs manually. In case you have one page for English speakers in Canada and an additional localized version for your audience in the United States, it s necessary to add a country code. Disable the Use Language Code from Default Locale feature and manually choose the country you need. Set the X-default hreflang attribute for pages you haven t created localized content for. This way you will inform the search engines that non-localized pages don t target any specific country/language and can be displayed to site visitors when no other page corresponds to their queries.

11 6. SEO Settings for a Category Pager and LN Pages Use the rel=next/prev tag to point Google, where exactly the 1st and the last pages are, and what page is the next or the previous one. Click here for more detail on this. Add and specify the pager number place in Meta Title and Meta Description. Also, you are able to remove any part of the Default Meta Title using the Remove Default Title Prefix/Suffix option. You can enable or disable Meta Title and Meta Description on category layered navigation pages.

12 7. SEO Breadcrumbs Enable SEO Breadcrumbs in order to overwrite the default Magento Breadcrumbs. Enable the Use Category Priority option to use the prioritized categories for breadcrumbs. Specify the breadcrumbs type: default to use the default Magento breadcrumbs; shortest to activate the shorten version of the advanced breadcrumbs; longest to activate the full version of the advanced breadcrumbs.

13 7. SEO Breadcrumbs You can configure the categories priority to use for breadcrumbs in Marketing - Manage Breadcrumbs Priority for Category

14 8. Optimizing URLs for Category Pager and LN Pages Under SEO URLs, you can enable optimizing URLs of any pager filtered by layered navigation and any category page. Also, it s possible to set up redirects from LN URLs to the default ones.

15 9. Optimizing Rich Snippets Add markup tags to help the search engines and users better understand what your site pages are about. Using your site markup, the search engine create Rich Snippets and make each of your page stand out from the crowd and improve CTR. With the extension you can optimize Rich Snippets for Google Search, use markup tags for Open Graph (Facebook) and Twitter Cards (Twitter).

16 9. Optimizing Rich Snippets From the Product section you can mark up your product pages, optimize their Open Graph and Twitter Cards view. This influences on how your store Product Pages will appear in search results and social media.

17 9. Optimizing Rich Snippets From the Category section, you can enable data markup on your categories. This influences how categories appear in search results and social media. From the Page settings, you can mark up your CMS pages with the tags for Open Graph and Twitter Cards.

18 9. Optimizing Rich Snippets From the Website section, you can optimize markup data for your general website info. Also, you can optimize how your website is displayed in Facebook Open Graph and Twitter Cards.

19 9. Optimizing Rich Snippets Under the Merchant (Seller) section you can specify the general information about your business. Here, you can add your store description, specify your business type and add social links. Further more, you can enter detailed contact information.

20 10. SEO Cross Links To manage the general Cross Link settings, go to Stores - Configuration - MageWorx - SEO - Cross Links From here, you can enable the Cross Link functionality, set the max replacement count for all product, category, CMS pages and define the default link target and reference. Below, you can specify where keywords should be replaced with links on product pages. That can be done either in the short product description field or in the standard product description text. Note, that you can tweak the cross link settings for each product individually. To do that, go to: Products - Catalog - Product - Search Engine Optimization

21 10. SEO Cross Links To create a new Cross Link, go to Marketing - MageWorx SEO Cross Links - Manage Cross Links Here, you can enter the list of keywords that will get replaced with internal/external links. You should enter only ONE keyword/ keyword phrase per line. For more advanced ways to add keywords for cross links, follow this link. Next, you need to specify the Link Title, select how your crosslinks will be opened (in the same window, or in a new one) and choose the Store Views this cross link rule will be applied to.

22 10. SEO Cross Links In the Reference drop-down, you can specify the pages your internal store links will point to. That can be done by specifying the Category ID or the Product Product SKU. Also, here you can opt to add a custom URL (can be the URL of your website or any other external source). Just note that Link without http[s]://' as customer/account/ will be converted to http[s]://(store_url_here) /customer/ account/; while a link with 'http[s]://' will be added as it is.

23 10. SEO Cross Links When done, switch to the Destination tab. This is the place, where you can specify which pages your cross links should appear on. The extension lets you add this type of links on product pages, category and CMS pages.

24 10. SEO Cross Links Under Marketing - MageWorx SEO Cross Links - Magento Cross Links, you can conveniently manage all your cross links: add new ones, mass-enable/ disable the selected cross links delete unneeded cross links and more

25 10. SEO Cross Links Optimized internal linking structure is a must-have to make an SEO-friendly ecommerce store. The extension lets you automatically link any keyword/ keyword phrase to any product and category pages. By linking your pages this way, you will be able to drive more traffic to the promoted pages, improve store navigation and user experience. On top of that, a well-organized store structure will help you better index your store pages and more effectively distribute link authority among important pages.

26 & 302 Redirects for Deleted Products To configure the general SEO Redirects settings for deleted products, go to Stores - Configuration - MageWorx - SEO - SEO Redirects For Deleted Products

27 & 302 Redirects for Deleted Products To configure the general SEO Redirects settings for deleted products, go to Stores - Configuration - MageWorx - SEO - SEO Redirects For Deleted Products Use the 'Actions' menu to apply group actions to selected redirects. Additionally, you can manage each existing redirect personally. You can modify Priority Category ID and Product Category ID in order to redirect customers correctly. For example: 1. If a product was assigned to a single category A - subcategory BC and the setting is set to redirect to a product category, the redirect will be created for the subcategory BC despite the set priorities; 2. If a product was assigned to category A (subcategory BC) AND to category B (subcategory B1), and the setting is set to redirect to a product category, the redirects will be created to the subcategory BC AND to the subcategory B1: the URL like site.com/categorya/subcategorybc/product.html will be redirected to site.com/categorya/ subcategorybc. the URL like site.com/categoryb/subcategoryb1/product.html will be redirected to site.com/categoryb/ subcategoryb1. In this case if the setting is set to redirect to the priority category, the redirects will be set to subcategory BC.

28 12. SEO Meta Templates: General Settings To modify SEO Meta Templates general settings, go to Stores - Configuration - MageWorx - SEO - SEO Extended Templates With SEO Suite Ultimate you can create up to 15 different template types that savvily apply store attributes and make your product/ category pages search engine friendly. Thus, you can easily generate a big amount of unique SEO data for an unlimited # of pages. The templates can help you optimize product/ category meta title, meta description, meta keywords and other important SEO elements (e.g. product name, product images, alt values, etc).

29 13. SEO Meta Templates for Product Pages To create a new Product Page SEO Template, go to: Marketing - MageWorx SEO Templates - Product Templates - Add New Template At the first step, you need to select the template type. You can create a template to automatically optimize Product SEO Name (aka H1 tag), URL key, product short description (will appear in the frontend), product meta title, description and keywords. Also, from here you can choose Store Views this template will be applied to.

30 13. SEO Meta Templates for Product Pages You can apply a new template to all products at once, products grouped by specific attributes, or individual product items. Specify the template rule. That will transform your current product page titles into a SEO-friendly pattern like that: iphone 7 for in Smart Phones - Electronics Also, you can choose the values to apply for and schedule the template auto-applies (using Magento Cron).

31 13. SEO Meta Templates for Product Pages Switch to the Products tab. From there, you will be able to manually select the products the template will be applied to.

32 13. SEO Meta Templates for Product Pages All done! Now you can Test-Apply your Product Page SEO Template before applying it, and make extra changes (if needed).

33 14. SEO Meta Templates for Category Pages To generate a new Category SEO template, go to Marketing - MageWorx SEO Templates - Add New Template With this template you can optimize category SEO name (H1 tag), front-end description, meta title, meta description and meta keywords.

34 14. SEO Meta Templates for Category Pages From here, you can apply a new template to all categories at once, or to some specific categories only. Specify the template rule. E.g. to optimize category page meta titles, you may create this rule: [category],[brand_name] That will transform your current category page title into an SEO-friendly pattern like that: Women's Sportswear - Nike shoes Also, you can choose the template values to apply to and schedule its auto-applies (using Magento Cron).

35 14. SEO Meta Templates for Category Pages At the next step, you need to select the categories, this particular template will be applied to. To do that, just start typing in the Categories field and then select one of the suggested options.

36 14. SEO Meta Templates for Category Pages All done! Now you can Test-Apply your Category Page SEO Template before applying it and make extra changes (if needed).

37 15. SEO Meta Templates for Category Filters To generate a new Category SEO template, go to Marketing - MageWorx SEO Templates - Category Filter Templates With SEO Suite Ultimate, you can turn pages filtered by Layered Navigation into regular store pages with SEO value. That can be beneficial in various ways: if there are no sub-categories in your store, pages filtered by layered navigation can successfully perform their role, these pages can be fully optimized for long-tail or any specific search queries; thus, shoppers who are searching for men s red Lacoste shirt will land on a page with highly relevant results, optimized pages of this type can extend and strengthen your site architecture.

38 15. SEO Meta Templates for Category Filters With this template you can optimize such SEO values, as a category meta title, description, keywords and long description for any page, filtered by a certain layered navigation attribute. Under these settings, you can: pick up a filtering attribute choose a Store View(-s) to apply this template to.

39 15. SEO Meta Templates for Category Filters You can specify whether to apply this template to all categories at once, or to some categories of your choice. Also, you can specify a template name, set the rule (e.g. to optimize pages filtered by the material attribute, enter [filter_material] and [categories] variables). On top of this, you can choose the template values and schedule its auto-applies (using Magento Cron).

40 15. SEO Meta Templates for Category Filters Jump to the Categories tab to select a category for this template. Please note! There is only one Template Type Store View Category Attribute combination available for the chosen Category. Categories assigned to different templates with the same conditions will be shown as Disabled in the Category Tree.

41 15. SEO Meta Templates for Category Filters IMPORTANT Please note that it s generally advised to create 1 type of SEO meta template (e.g. a template for Category Meta Title) for 1 LN attribute filter AT A TIME! If you have a page with multiple filter attributes, e.g. /l/color/size/shape.html, you should create a certain type of an SEO meta template only for the main attribute.

42 15. SEO Meta Templates for Category Filters You can however, specify the priority for different LN attributes for the same template type. Thus, if the same template type gets associated with a number of different attributes, the extension will pick up the one, that has the biggest priority. To set attribute priority, first, disable the enabled by default Use SEO-ed data for a single filter option in the SEO Extended settings. Next, go to Stores - Attributes - Products - Attribute Info - Storefront Properties. NOTE! The bigger the position, the lower its priority.

43 16. Individual Product and Category SEO Settings Additionally, you can define SEO name/h1 tag (along with some other important SEO settings) for each product or category individually. The meta robots tags can be defined here as well. Here one can find settings to include into or delete from HTML and XML sitemaps. All these configurations allow fine-tuning the individual products and categories SEO visibility.

44 17. HTML Sitemap To generate an HTML sitemap, go to Stores - Configuration - MageWorx - SEO - HTML Sitemap To include Store Views links into the main HTML sitemap, enable the the Show Stores setting. To display store categories and products, enable the Show Categories/ Products settings. If your store has too many categories, limit the # of the displayed ones by setting the Maximum category depth level. The Product URLs setting lets you use the product URL to target the category one (if possible). Also, you can specify category/product sorting order and enable CMS page display.

45 18. XML Sitemap To edit the XML sitemap settings, go to Stores - Configuration - MageWorx - SEO - XML Sitemap You can extend the functionality of the XML sitemap by: - optimizing the URL of a homepage (you can crop the identifier (e.g /home/ from the homepage URL and sent its priority to 1.0) - adding any number of additional links. - Possibility to exclude the Out of Stock products from the sitemap

46 18. XML Sitemap To manage the XML sitemap or add several sitemaps depending on the store view, go to Marketing - SEO & Search - Sitemap by MageWorx The extension provides the functionality to mass generate the sitemaps by selecting the checkboxes and clicking the Generate tab on the Actions dropdown above the grid The grid here provides the list of all the sitemaps that are generated for the website. It provides the link to the sitemap file, the entity stats and the store view selected. Once the sitemap is added, the client can Generate it by selecting this option in the dropdown menu in the last column of the row

47 18. XML Sitemap Once you click the Add Sitemap button on the XML grid, you can specify the desired settings for this file Here, the store owner can provide the filename for the sitemap and the exact path, where this file should be placed. The possibility to specify the Store View provides the ability to create separate sitemaps for separate store views.

48 19. License Agreement and Extra Info MageWorx reserves the right to make corrections, modifications, enhancements, improvements, and other changes to all its products and services at any time and to discontinue any product or service without notice. Customers should obtain the latest relevant information before placing an order and should verify that this information is complete and up-to-date. All products are sold subject to MageWorx terms and conditions of sale supplied at the time of order acknowledgment. MageWorx warrants performance of its products to the specifications applicable at the time of sale in accordance with the company s standard warranty. Testing and other quality control techniques are used to the extent MageWorx deems necessary to support this warranty. MageWorx assumes no liability for applications assistance or customer product design. Customers are responsible for their products and applications using MageWorx components. To minimize the risks associated with customer products and applications, customers should provide adequate design and operating safeguards. MageWorx does not warrant or represent that any license, either express or implied, is granted under any MageWorx patent right, copyright, mask work right, or other MageWorx intellectual property rights relating to any combination, machine, or process in which MageWorx products or services are used. Information published by MageWorx regarding third-party products or services does not constitute a license from MageWorx to use such products or services or a warranty or endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectual property of the third party, or a license from MageWorx under the patents or other intellectual property of MageWorx. Resale of MageWorx products or services with statements different from or beyond the parameters stated by MageWorx for that product or service voids all express and any implied warranties for the associated MageWorx product or service and is an unfair and deceptive business practice. MageWorx is not responsible or liable for any such statements. All company and brand products and service names are trademarks or registered trademarks of their respective holders.

49 19. License Agreement and Extra Info NEED MORE SEO EXTENSIONS? Take a look at other MageWorx SEO extensions for the Magento platform here. GOT QUESTIONS? MageWorx offers FREE lifetime support and updates for any extension developed for Magento. Need help with the extensions? Feel free submit a ticket from NEED PRO MAGENTO SEO CONFIGURATION? If you would like to save time on configuring our SEO extensions, you may ask our SEO professionals to take care of this. Click here to learn more about our Magento SEO Configuration service. GETTING HELP WITH MAGENTO MageWorx offers outstanding services developing custom tailored solutions for Magento platform to attain your ecommerce objectives. Our professional impassioned team provides profound and custom oriented development of your project in a short timeframe. Click here to contact us. LIKE THE EXTENSION? LEAVE A REVIEW ON MAGENTO MARKETPLACE Let Magento 2 community know about your experience with SEO Suite Ultimate. Share your review on the Marketplace, thus helping Magento offer trusted business solution. Copyright 2017 MageWorx

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. Extension Installation Instructions 2. Accessing the Extension Main Settings 3. SEO Markup 4. User Agreement 5. Support and Extra Info 1. Installation Instructions Uploading the extension

More information

1. Installation Instructions

1. Installation Instructions Table of Contents 1. Extension Installation Instructions 2. Accessing the Extension Main Settings 3. Adding New Cross Links 4. Managing Cross Links 5. Cross Links for Individual Products 6. Cross Links

More information

1. Installation Instructions

1. Installation Instructions Table of Contents 1. Extension Installation Instructions 2. Accessing the Extension Main Settings 3. Product Custom Option Templates 4. Individual Product Custom Options 5. Front-End View 6. User Agreement

More information

1. Installation Instructions

1. Installation Instructions Table of Contents 1. Extension Installation Instructions 2. Accessing the Extension Main Settings 3. Predefined Sphinx Settings 4. Sphinx Search Settings 5. Search Autocomplete Settings 6. Search Autocomplete

More information

1. Installation Instructions

1. Installation Instructions Table of Contents 1. Extension installation instructions 2. Accessing the extension main settings 3. Search Autocomplete settings 4. Search Autocomplete on the front-end 5. User Agreement 6. Support and

More information

1. Installation Instructions

1. Installation Instructions Table of Contents 1. Extension Installation 2. Custom Options Templates 3. Dependent Custom Options 4. Stock Management 5. Custom Options Inventory 6. Options Inventory Report 7. Individual Product Custom

More information

Cross Linking Magento Extension

Cross Linking Magento Extension Cross Linking Magento Extension User Guide Important Notice MageWorx reserves the right to make corrections, modifications, enhancements, improvements, and other changes to all its products and services

More information

SavvyCube Ecommerce Analytics Connector by MageWorx. User Guide

SavvyCube Ecommerce Analytics Connector by MageWorx. User Guide SavvyCube Ecommerce Analytics Connector by MageWorx User Guide Getting started with SavvyCube A SavvyCube account is required in order to use this extension. You can sign up for an account here: https://appbeta.savvycube.com/account/register

More information

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders.

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders. Important Notice MageWorx reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or

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

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders.

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders. 1 Important Notice MageWorx reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product

More information

Store & Currency Auto Switcher

Store & Currency Auto Switcher Store & Currency Auto Switcher User Guide Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time

More information

File Downloads User Guide

File Downloads User Guide User Guide Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product

More information

DONATIONS ULTIMATE USER GUIDE 1

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

More information

File Downloads User Guide

File Downloads User Guide User Guide Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product

More information

CUSTOM GOOGLE SEARCH. User Guide. User Guide Page 1

CUSTOM GOOGLE SEARCH. User Guide. User Guide Page 1 User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue

More information

INVENTORY REPORT EXTENSION. User Guide. User Guide Page 1

INVENTORY REPORT EXTENSION. User Guide. User Guide Page 1 INVENTORY REPORT EXTENSION User Guide User Guide Page 1 Important Notice JtechExtensions reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products

More information

GUEST CHECKOUT TO REGISTERED CUSTOMERS

GUEST CHECKOUT TO REGISTERED CUSTOMERS GUEST CHECKOUT TO REGISTERED CUSTOMERS FOR MAGENTO 2 User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to

More information

INVENTORY HISTORY REPORT EXTENSION. User Guide. User Guide Page 1

INVENTORY HISTORY REPORT EXTENSION. User Guide. User Guide Page 1 INVENTORY HISTORY REPORT EXTENSION User Guide User Guide Page 1 Important Notice JtechExtensions reserves the right to make corrections, modifications, enhancements, improvements, and other changes to

More information

Order Management Magento Extension User Guide

Order Management Magento Extension User Guide Order Management Magento Extension User Guide 1 Important Notice MageWorx reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services

More information

Donations Ultimate User Guide

Donations Ultimate User Guide User Guide Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product

More information

Gift Cards Extension. User Guide GIFT CARDS 1

Gift Cards Extension. User Guide GIFT CARDS 1 Gift Cards Extension User Guide GIFT CARDS 1 Important Notice MageWorx reserves the right to make corrections, modifications, enhancements, improvements, and other changes to all its products and services

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

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

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

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

ADD RELATED PRODUCTS TO CART. User Guide. User Guide Page 1

ADD RELATED PRODUCTS TO CART. User Guide. User Guide Page 1 ADD RELATED PRODUCTS TO CART User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services

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

IMPORT/EXPORT CATEGORIES FOR MAGENTO 2. User Guide. User Guide Page 1

IMPORT/EXPORT CATEGORIES FOR MAGENTO 2. User Guide. User Guide Page 1 IMPORT/EXPORT CATEGORIES FOR MAGENTO 2 User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products

More information

IMPORT/EXPORT URL REWRITES FOR MAGENTO 2. User Guide. User Guide Page 1

IMPORT/EXPORT URL REWRITES FOR MAGENTO 2. User Guide. User Guide Page 1 IMPORT/EXPORT URL REWRITES FOR MAGENTO 2 User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products

More information

IMPORT/EXPORT WISH LIST ITEMS FOR MAGENTO 2. User Guide. User Guide Page 1

IMPORT/EXPORT WISH LIST ITEMS FOR MAGENTO 2. User Guide. User Guide Page 1 IMPORT/EXPORT WISH LIST ITEMS FOR MAGENTO 2 User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products

More information

IMPORT/EXPORT CMS PAGES FOR MAGENTO 2. User Guide. User Guide Page 1

IMPORT/EXPORT CMS PAGES FOR MAGENTO 2. User Guide. User Guide Page 1 IMPORT/EXPORT CMS PAGES FOR MAGENTO 2 User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products

More information

IMPORT/EXPORT CUSTOMERS FOR MAGENTO 2. User Guide. User Guide Page 1

IMPORT/EXPORT CUSTOMERS FOR MAGENTO 2. User Guide. User Guide Page 1 IMPORT/EXPORT CUSTOMERS FOR MAGENTO 2 User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products

More information

GUEST CHECKOUT TO REGISTERED CUSTOMERS. User Guide. User Guide Page 1

GUEST CHECKOUT TO REGISTERED CUSTOMERS. User Guide. User Guide Page 1 GUEST CHECKOUT TO REGISTERED CUSTOMERS User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products

More information

SITE 2 SITE SYNC DOCUMENTATION. User Guide. User Guide Page 1

SITE 2 SITE SYNC DOCUMENTATION. User Guide. User Guide Page 1 SITE 2 SITE SYNC DOCUMENTATION User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services

More information

IMPORT/EXPORT SEARCH TERMS FOR MAGENTO 2. User Guide. User Guide Page 1

IMPORT/EXPORT SEARCH TERMS FOR MAGENTO 2. User Guide. User Guide Page 1 IMPORT/EXPORT SEARCH TERMS FOR MAGENTO 2 User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products

More information

IMPORT/EXPORT Newsletter Subscribers. User Guide. User Guide Page 1

IMPORT/EXPORT Newsletter Subscribers. User Guide. User Guide Page 1 IMPORT/EXPORT Newsletter Subscribers User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and

More information

MAGENTO 2 IMPORT/EXPORT SALES/ORDERS. User Guide. User Guide Page 1

MAGENTO 2 IMPORT/EXPORT SALES/ORDERS. User Guide. User Guide Page 1 MAGENTO 2 IMPORT/EXPORT SALES/ORDERS User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and

More information

NO P.O. BOXES ALLOWED AT CHECKOUT. User Guide. User Guide Page 1

NO P.O. BOXES ALLOWED AT CHECKOUT. User Guide. User Guide Page 1 NO P.O. BOXES ALLOWED AT CHECKOUT User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and

More information

IMPORT/EXPORT CMS PAGES. User Guide. User Guide Page 1

IMPORT/EXPORT CMS PAGES. User Guide. User Guide Page 1 IMPORT/EXPORT CMS PAGES User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at

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

+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

IMPORT/EXPORT CUSTOMER REVIEWS FOR MAGENTO 2. User Guide. User Guide Page 1

IMPORT/EXPORT CUSTOMER REVIEWS FOR MAGENTO 2. User Guide. User Guide Page 1 IMPORT/EXPORT CUSTOMER REVIEWS FOR MAGENTO 2 User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products

More information

HIDE PRODUCT PRICE. User Guide. User Guide Page 1

HIDE PRODUCT PRICE. User Guide. User Guide Page 1 HIDE PRODUCT PRICE User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any

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

PRODUCT INQUIRY - 1.0

PRODUCT INQUIRY - 1.0 PRODUCT INQUIRY - 1.0 1 P a g e WHAT S INSIDE? Sr. No Particulars Page No. 1 Notice 3 2 Extension Description 4 3 Installation Steps 6 4 How to Use 7 5 Getting Help With Magento 11 2 P a g e NOTICE Thank

More information

Call For Price extension User Manual

Call For Price extension User Manual extension User Manual Magento 2 Call for Price extension helps hiding product price and Add to Cart and replace it with button to encourage visitors to contact you for quote. Table of Content 1. Extension

More information

Important Notice. Important Notice

Important Notice. Important Notice Important Notice Varien reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or service

More information

Admin Product Grid Category Filter

Admin Product Grid Category Filter Admin Product Grid Category Filter User/Installation Guide Version 2.2.0 www.magevision.com Copyright 2017 MageVision. All rights reserved. 1 1. Overview The Admin Product Grid Category Filter extension

More information

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Language Translator... 2 Pre requisite... 2 Installation... 3 Installation Steps... 3 Extension Activation... 8 Configuration... 9 FAQ... 24

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

Facebook Pixel for Remarketing for Magento 2

Facebook Pixel for Remarketing for Magento 2 Facebook Pixel for Remarketing for Magento 2 Facebook Pixel for Remarketing can be configured in few simple steps. We will guide through each step in this document. Installation Instructions Manual Installation

More information

All company and brand products and service names are trademarks or registered trademarks of their respective holders.

All company and brand products and service names are trademarks or registered trademarks of their respective holders. i Magento reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or service without

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

WHATSAPP YOUR PRODUCTS USING MAGENTO - 1.0

WHATSAPP YOUR PRODUCTS USING MAGENTO - 1.0 WHATSAPP YOUR PRODUCTS USING MAGENTO - 1.0 1 P a g e WHAT S INSIDE? Sr. No Particulars Page No. 1 Notice 3 2 Extension Description 4 3 Installation Steps 6 4 How to Use 7 5 Getting Help With Magento 11

More information

IMPORT / EXPORT ATTRIBUTES. User Guide. User Guide Page 1

IMPORT / EXPORT ATTRIBUTES. User Guide. User Guide Page 1 IMPORT / EXPORT ATTRIBUTES User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services

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

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

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support:

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support: FREE AJAX SUITE FOR MAGENTO 2 User Guide Version: 1.2.0 Release Date: 19.09.2017 Product Page: Ajax Suite Support: info@tigren.com C O P Y R I G H T 2017 TABLE OF CONTENTS Installation. 1 Ajax Suite....2

More information

PROFIT AND LOSS REPORT EXTENSION. User Guide. User Guide Page 1

PROFIT AND LOSS REPORT EXTENSION. User Guide. User Guide Page 1 PROFIT AND LOSS REPORT EXTENSION User Guide User Guide Page 1 Important Notice JTechExtensions reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its

More information

GROUPED PRODUCT FILTERS

GROUPED PRODUCT FILTERS GROUPED PRODUCT FILTERS Page1 Important Notice reserves the right to make corrections, modifications,enhancements, improvements, and other changes to its products and servicesat any time and to discontinue

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

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

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

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

Advanced SEO Suite Getting Started. How to install extension

Advanced SEO Suite Getting Started. How to install extension 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

More information

CUSTOMER APPROVAL FOR MAGENTO 2

CUSTOMER APPROVAL FOR MAGENTO 2 1 User Guide Customer Approval for Magento 2 CUSTOMER APPROVAL FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Customer Approval for Magento 2 Contents 1. Customer Approval for Magento 2 Overview...

More information

User Guide POPUP PLUS FOR MAGENTO 2. Version: Release Date: Product Page: Popup Plus. Support:

User Guide POPUP PLUS FOR MAGENTO 2. Version: Release Date: Product Page: Popup Plus. Support: POPUP PLUS FOR MAGENTO 2 User Guide Version: 1.0.0 Release Date: 08.08.2016 Product Page: Popup Plus Support: support@magebuzz.com C O P Y R I G H T 2 0 1 6 M A G E B U Z Z S T O R E TABLE OF CONTENTS

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

Easily communicate with customers using up-to-date, customized templates. Allow customers to return products as an existing customer or guest.

Easily communicate with customers using up-to-date, customized  templates. Allow customers to return products as an existing customer or guest. .0 USER GUIDE Version 1.0 support@exto.io http://exto.io/rma-for-magento-2.html Keep your staff informed with RMA s power Admin interface. Easily communicate with customers using up-to-date, customized

More information

Mobile Login extension User Manual

Mobile Login extension User Manual extension User Manual Magento 2 allows your customers convenience and security of login through mobile number and OTP. Table of Content 1. Extension Installation Guide 2. Configuration 3. API Settings

More information

IMPORT / EXPORT PRODUCT ATTRIBUTES / ATTRIBUTE SETS / ATTRIBUTE OPTIONS / ATTRIBUTE VALUES. User Guide. User Guide Page 1

IMPORT / EXPORT PRODUCT ATTRIBUTES / ATTRIBUTE SETS / ATTRIBUTE OPTIONS / ATTRIBUTE VALUES. User Guide. User Guide Page 1 IMPORT / EXPORT PRODUCT ATTRIBUTES / ATTRIBUTE SETS / ATTRIBUTE OPTIONS / ATTRIBUTE VALUES User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements,

More information

How to Migrate from Drupal Commerce to Magento

How to Migrate from Drupal Commerce to Magento How to Migrate from Drupal Commerce to Magento The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little knowledge of

More information

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Language Translator... 1 Installation... 2 Installation Steps... 2 Extension Activation... 3 Configuration... 4 FAQ... 16 General FAQs... 16

More information

XML Sitemap Splitter for Magento 2. User Guide

XML Sitemap Splitter for Magento 2. User Guide XML Sitemap Splitter for Magento 2 User Guide Table of Contents 1. XML Sitemap Splitter Configuration 1.1. Accessing the Extension Main Setting 1.2. General 1.3. Categories 1.4. Products In Stock 1.5.

More information

USER MANUAL. Star Track Shipping TABLE OF CONTENTS. Version: 2.0.0

USER MANUAL. Star Track Shipping TABLE OF CONTENTS. Version: 2.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Star Track Shipping... 2 Pre-requisites... 2 Installation... 3 Installation Steps... 3 Extension Activation... 7 Configuration... 8 Contact Us...14

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

SEO Case Study: How We Increased Traffic from the Conversion Pages by 60% Client: Turkeyhomes.com

SEO Case Study: How We Increased Traffic from the Conversion Pages by 60% Client: Turkeyhomes.com SEO Case Study: How We Increased Traffic from the Conversion Pages by 60% Client: Turkeyhomes.com Client Turkeyhomes.com sells extremely high quality real estate in Turkey to a global audience. This company

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

Web Push Notification

Web Push Notification Web Push Notification webkul.com/blog/web-push-notification-for-magento2/ On - January 13, 2017 This impressive module allows you to send push notification messages directly to the web browser. The biggest

More information

Magento Pinterest Extension User Guide

Magento Pinterest Extension User Guide Magento Pinterest Extension User Guide Welcome to the Pinterest extension for Magento User Guide. Thank you for choosing our product. This user guide describes the functionality of Pinterest extension

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

Customer Attributes For Magento 2

Customer Attributes For Magento 2 Customer Attributes For Magento 2 Magento 2 Extension User Guide Here you will find the latest Customer Attributes user guide version * * This user guide was created 31.03.2017 Page 1 Table of contents:

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

USER GUIDE MAGENTO TO MAGENTO MIGRATION

USER GUIDE MAGENTO TO MAGENTO MIGRATION USER GUIDE MAGENTO TO MAGENTO MIGRATION The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little knowledge of technology,

More information

СANONICAL URLS IN MAGENTO 1 & MAGENTO 2. Author: Alina Bragina 2018 Amasty Ltd.

СANONICAL URLS IN MAGENTO 1 & MAGENTO 2. Author: Alina Bragina 2018 Amasty Ltd. СANONICAL URLS IN MAGENTO 1 & MAGENTO 2 Author: Alina Bragina 2018 Amasty Ltd. 1 SUMMARY WHY WORK OUT THE DUPLICATE CONTENT ISSUE? 3 WHAT IS A MAGENTO CANONICAL URL? 4 HOW TO SET CANONICAL URLS IN MAGENTO

More information

Career Highlights. Learn More About Me 11/09/2012. Hamlet Batista. Why Pay for Performance When You Can Lead the World To Your Door for Free?

Career Highlights. Learn More About Me 11/09/2012. Hamlet Batista. Why Pay for Performance When You Can Lead the World To Your Door for Free? Why Pay for Performance When You Can Lead the World To Your Door for Free? Hamlet Batista Owner, Hamlet Batista Group http://hamletbatista.com Career Highlights 2002-2005: Affiliate marketer, 1 st page

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

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

Custom Registration Field For Magento2

Custom Registration Field For Magento2 Custom Registration Field For Magento2 webkul.com/blog/custom-registration-field-for-magento2/ On - February 4, 2016 Custom Registration Field for Magento2 will allow the admin to create custom fields

More information

Blast Search Lucene Search Module for Magento 2

Blast Search Lucene Search Module for Magento 2 Blast Search Lucene Search Module for Magento 2 Requirements : Magento 2.0.x or 2.1.x, pcre and pcntl php modules enabled Version 1.1.3 for Magento 2 1 Installation...3 1.1 Manual Install... 3 1.2 Composer

More information

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob App Builder... 1 Installation & Activation... 2 Installation Steps... 2 Extension Activation... 3 How it Works?... 4 Back End Configuration:...

More information

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August PUBLIC Document Version: August 2018 2018-10-26 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Release Highlights....3 1.1 Anonymous access to public communities....4

More information

User Guide. From Getting Started... To Getting More From Your Store

User Guide. From Getting Started... To Getting More From Your Store User Guide From Getting Started... To Getting More From Your Store Important Notice Important Notice Magento reserves the right to make corrections, modifications, enhancements, improvements, and other

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

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

Custom Carrier Trackers

Custom Carrier Trackers Custom Carrier Trackers User/Installation Guide Version 2.1.3 www.magevision.com Copyright 2017 MageVision. All rights reserved. 1 . 1. Overview The Custom Carrier Trackers extension gives you the ability

More information

Php4u Payment Restrictions Module for Magento 2

Php4u Payment Restrictions Module for Magento 2 Php4u Payment Restrictions Module for Magento 2 Requirements : Magento 2.0.x or 2.1.x Version 1.0.0 for Magento 2 1 Installation...3 1.1 Manual Install... 3 1.2 Composer install...4 2. Configuration...5

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