1. Installation Instructions

Similar documents
1. Installation Instructions

SEO Meta Templates. Magento Extension. User Guide. SEO Meta Templates

SEO Suite Pro. User Guide

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

CUSTOM GOOGLE SEARCH PRO. User Guide. User Guide Page 1

News Extension 2.2 User Guide

IMPORT/EXPORT CUSTOMER REVIEWS. User Guide. User Guide Page 1

SDLS068A DECEMBER 1972 REVISED OCTOBER Copyright 2001, Texas Instruments Incorporated

SEO SUITE ULTIMATE GUIDE 1

IMPORT / EXPORT PRODUCTS

IMPORT/EXPORT COUPON/SHOPPING CART RULES. User Guide. User Guide Page 1

SN54165, SN54LS165A, SN74165, SN74LS165A PARALLEL-LOAD 8-BIT SHIFT REGISTERS

SFC Featured Categories, Magento Extension Documentation

Filter Design in Thirty Seconds

INTEGRATION GUIDE. DIGIPASS Authentication for VMware Horizon Workspace

Controlling TAS5026 Volume After Error Recovery

~~Free# SEO Suite Ultimate free download ]

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

Standard Linear & Logic Semiconductor Marking Guidelines

Shop by Manufacturer Custom Module for Magento

Extension Module (XMOD): SiteMap Generator

Intel Storage System SSR212CC Enclosure Management Software Installation Guide For Red Hat* Enterprise Linux

How To Close The Loop On A Fully Differential Op Amp

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version

Design Note DN004. Folded Dipole Antenna for CC25xx By Audun Andersen. Keywords. 1 Introduction CC2500 CC2550 CC2510 CC2511

SHIPPING JAPAN JP Ver

Designing Gain and Offset in Thirty Seconds

ultimo theme Update Guide Copyright Infortis All rights reserved

Bubble Full Page Cache for Magento

Mobile Device Manager User Guide

Bubble Full Page Cache for Magento

DUAL MONITOR DRIVER AND VBIOS UPDATE

Using C to Access Data Stored in Program Space Memory on the TMS320C24x DSP

ECOMMERCE SITE LIKE- GRAINGER.COM

Using C to Access Data Stored in Program Memory on the TMS320C54x DSP

Design Note DN304. Cebal CCxxxx Development Tools USB Driver Installation Guide By Åsmund B. Bø. Keywords. 1 Introduction

Contents Legal Notices... 2 Preface... 5 Introduction... 7 Installation Instructions... 8

INTEGRATION GUIDE. DIGIPASS Authentication for Google Apps using IDENTIKEY Federation Server

Baidu: Webmaster Tools Overview and Guidelines

Floating Point C Compiler: Tips and Tricks Part I

Installation Manual for Catalog Infinite Scroll extension

Using Internet or Windows Explorer to Upload Your Site

PCIe XMC x8 Lane Adapter

Good Share Client User Guide for ios Devices

Configuring Single Sign-on from the VMware Identity Manager Service to Dropbox

Auditing File and Folder Access

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

Intel HTML5 Development Environment Article Using the App Dev Center

Bubble Code Review for Magento

Secure File Transfer Protocol Updated Procedures. June 20, 2011

NVIDIA GRID 2.0 ENTERPRISE SOFTWARE

Instant Messaging Nokia N76-1

Installation, Configuration, and Usage

Application Report. 1 Description of the Problem. Jeff Falin... PMP Portable Power Applications ABSTRACT

Open-Xchange Guard Major Release v Feature Overview V1.4

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

LICENTIA. InvoiceXpress Integration

LANDesk Management Suite 8, v8.1 Creating Custom Vulnerabilities

Using Code Coverage and Multi-event Profiler in Code Composer Studio v2.3 for Robustness and Efficiency Analyses

ultimo theme Update Guide Copyright Infortis All rights reserved

Intel HTML5 Development Environment. Tutorial Building an Apple ios* Application Binary

TI and ibiquity Introduce Industry s Lowest Cost Single-Chip AM/FM and HD Radio Baseband John Gardner Digital Radio Marketing Manager

Configuring Single Sign-on from the VMware Identity Manager Service to AirWatch Applications

INTEGRATION GUIDE. DIGIPASS Authentication for Salesforce using IDENTIKEY Federation Server

ZigBee Sensor Monitor SWRU157D 2008 Low-Power RF

Intelligent Monitoring Configuration Tool

CA Nimsoft Monitor. Probe Guide for Microsoft Exchange Server Response Monitoring. ews_response v1.1 series

Data sheet acquired from Harris Semiconductor SCHS087D Revised October 2003

This manual provides information and recommendations for Mac SharePoint Users at Fermilab. Using SharePoint from a Mac: Overview

INTEGRATION GUIDE. IDENTIKEY Federation Server for Juniper SSL-VPN

Motor Speed Measurement Considerations When Using TMS320C24x DSPs

Data sheet acquired from Harris Semiconductor SCHS067B Revised July 2003

Veeam Task Manager for Hyper-V

DocuSign Connect for Salesforce Guide

AJ Shopping Cart. Administration Manual

Improved Navigation Magento Extension User Guide

LM5030 LM5030 Application: DC - DC Converter Utilizing the Push-Pull Topology

Cloud Identity Management Tool Quick Start Guide

Microsoft Small Business Financials. Small Business Center Integration

Dell Spotlight on Active Directory Server Health Wizard Configuration Guide

simplify printing TX Guide v. 1. make IT simple Tricerat, Inc Cronridge Drive Suite 100 Owings Mills, MD , All rights Reserved

The easy way to a nice looking website design. By a total non-designer (Me!)

HP CloudSystem Enterprise

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1

SOLARWINDS ORION. Patch Manager Evaluation Guide for ConfigMgr 2012

The Ultimate Guide to Magento SEO Part 1: Basic website setup

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : rtharoth@yahoo.

QUADRO POWER GUIDELINES

HP Quality Center. Software Version: Microsoft Word Add-in Guide

Terms and Conditions. Web Development

Configuring Single Sign-on from the VMware Identity Manager Service to WebEx

DEAR Inventory - Magento Integration Guide

StarterPak: HubSpot and Dynamics CRM Lead and Contact Synchronization

OpenCart AliExpress Affiliate Plugin User Guide

CRM to Exchange Synchronization

Contents Introduction... 5 Installation Instructions... 6 Uninstall the Unifier File Transfer Utility... 8 For More Information...

Managing Code Development Using CCS Project Manager

LogMeIn Backup. Getting Started Guide

MATLAB Distributed Computing Server Licensing Guide

Wireless Subwoofer TI Design Tests

Transcription:

Table of Contents 1. Extension installation instructions 2. Accessing the extension main settings 3. HTML Sitemap settings 4. XML Sitemap extra settings 5. Individual product HTML and XML sitemap settings 6. User Agreement 7. Support and extra info

Uploading the extension 1. Installation Instructions Upload via Composer 1. Log into 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 following piece of code to the composer.json file: { "repositories": [ { "type": "artifact", "url": "path/to/directory/with/extension/zips/" } ] } 4. Install the extension with Composer: composer require mageworx/module-sitemapsuitemeta

Upload by copying code 1.Log into 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. Enabling the extension 1. Log in to the Magento server as, or switch to, a user who has permissions to write to the Magento file system. 2. Go to your Magento install dir: cd <your Magento install dir> 3. Enable the extension: php bin/magento module:enable MageWorx_XmlSitemap php bin/magento module:enable MageWorx_HtmlSitemap 4. And finally, update the database: php bin/magento setup:upgrade php bin/magento cache:flush php bin/magento setup:static-content:deploy

2. Accessing the extension general settings To generate an HTML sitemap and add more extra features to an XML sitemap, go to Stores - Configuration - MageWorx - SEO - HTML/XML Sitemaps

3. HTML Sitemap To include Store Views links into the main HTML sitemap, enable 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).

3. HTML Sitemap Category/ Product Sort Order can be set by name or position. Also, you can opt to hide/ display any CMS pages. To include extra links to your HTML sitemap, enable the corresponding option here, and next, enter the links one per line following the instructions in the tooltip below.

This is the place, where you can enter meta title, meta description and meta keywords for your HTML sitemap page (note that the meta data will apply to every store view). 3. HTML Sitemap

4. XML Sitemap Under these settings you can extend the functionality of the default Magento 2 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 Also, in the block below, you can find a couple of extra general sitemap settings: Here, you can add a trailing slash (/) to homepage or any other URL.

5. Individual Product and Category XML Sitemap settings To individually include/ exclude products to/from your HTML sitemap, go to Products - Catalog - pick up a product - go to its SEO settings. Also, in the block below, you can find a couple t

6. End-User License Agreement 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. Copyright 2016 MageWorx

7. Support 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 http://www.mageworx.com/support/ 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. Our specialists will analyze your store specifics and adjust the software for the best SEO effect. 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. Copyright 2016 MageWorx