WebSphere Commerce V7 Feature Pack 3

Size: px
Start display at page:

Download "WebSphere Commerce V7 Feature Pack 3"

Transcription

1 WebSphere Commerce V7 Feature Pack 3 Search engine optimization 2011 IBM Corporation This presentation provides an overview of the search engine optimization enhancements in WebSphere Commerce Version 7 Feature Pack 3. SEO.ppt Page 1 of 41

2 Table of contents Solution overview Features in detail Configuration and customization Troubleshooting 2 Search engine optimization 2011 IBM Corporation This presentation will start with a review of the current search engine optimization solution in WebSphere Commerce. Next, the presentation will take you through a high level overview of what is available in Feature Pack 3 and then each of the features in more detail. The presentation concludes with configuration and customization steps and some troubleshooting scenarios. SEO.ppt Page 2 of 41

3 Search engine optimization review URL mapping Remove stop characters Site map capability Provide entry point for search engine crawler to follow links within your pages Page content optimization Facilitates keyword modification to increase page ranking Modify words through Product Management GUI or Change Pages GUI in WebSphere Commerce Accelerator 3 Search engine optimization 2011 IBM Corporation Search engines, such as Google, are considered to be one of the most important channels for a site to reach new customers. To build a loyal customer base, the first step is to reach new customers. Search engines provide an effective way to do this. Dynamic, databasedriven URLs, such as those generated by WebSphere Commerce, contain stop characters that can easily overwhelm search engine crawlers. For this reason, search engines limit the number of dynamic URLs that they index. To overcome this limitation, WebSphere Commerce provides search engine optimization capability to help improve the results of search engine indexing. The existing WebSphere Commerce search engine optimization feature consists of three parts. URL mapping provides the ability to remove stop characters by mapping WebSphere Commerce's dynamic URLs to static ones so that search engines can index the dynamic pages. Site map capability provides an entry point for the search engine crawler to easily follow the links within your web pages. Page content optimization facilitates keyword modification so that the page is ranked high in search engine results. It provides the ability to easily modify words in the locations that are important for crawlers by using the Product Management GUI or Change Pages GUI in WebSphere Commerce Accelerator. SEO.ppt Page 3 of 41

4 What s new in version 7 Feature Pack 3? Solution goals Provide optimal SEO friendly URLs Give business users full control over optimizing store pages for search engines Solution highlights SEO friendly URLs Canonical URLs 301 redirects Page title and meta tags Advanced e-site support Enhanced 404 error handling Sitemap generator enhancements Utility that generates initial URL keywords for entire catalog 4 Search engine optimization 2011 IBM Corporation In WebSphere Commerce Version 7 Feature Pack 3, the search engine optimization solution has two primary goals. The first goal is to provide optimal SEO friendly URLs to allow search engine robots to index your website and understand your content. All the links must be accessible by crawlers as they inspect the website pages and there must be an XML sitemap sent to search engines containing all the links of your site. The second goal is to give you full control over optimizing SEO data on store pages by introducing business user tools to easily edit this information. This includes such data as the URL keyword, page title, and meta data. The new SEO solution provides several features to help meet these goals. The first area consists of optimizing URLs, title and meta tags. When you optimize URLS you create simple static keyword-based URLs for store pages that can be easily understood by shoppers and search robots. When you optimize page titles and meta data you improve search engine ranking. The next area is advanced e-site support that allows extended sites to inherit or override keywords, page titles and meta tags. Other areas in the new SEO solution include improved error handling, enhancements to the site map generator to include SEO friendly URLs and the availability of a tool to load URL keywords. SEO.ppt Page 4 of 41

5 Section SEO friendly URLs 5 Search engine optimization 2011 IBM Corporation This section covers the creation of SEO friendly URLs. SEO.ppt Page 5 of 41

6 Creating SEO friendly URLs Step 1: Shorten store page context root for improved readability Full URL storeid=10001&catalogid=10001&categoryid=10006 Shortened URL categoryid=10006 Step 2: Create easy to read static URLs with keywords to support search engine indexing Dynamic URL categoryid=10006 Static URL before Feature Pack 3 Static URL with Feature Pack Search engine optimization 2011 IBM Corporation URL optimization is the ability to define short, static URLs with a folder-type structure and meaningful keywords to help get higher page rank. You can set the keyword to be used in the URL to identify the category or product being viewed. Simplifying the URL is done in two parts. The first part is to shorten the context root. The standard context root of the store URL is long and contains information that is not relevant to shoppers. Shortening it to a single word like "store" or "shop" drastically shortens the URL. The second part to simplifying the URL is to replace the dynamic parameters with a static representation. Using keywords for categories and products creates a URL that is easy to read and understand, for shoppers and search robots alike. You can define default URL keywords for all your categories, products and static pages. SEO.ppt Page 6 of 41

7 Shortening the context root Process (IBM HTTP Server) 1. Navigate to <WC_installdir>/instances/demo/httpconf 2. Open httpd.conf and uncomment LoadModule rewrite_module modules/mod_rewrite.so 3. Locate the Directory object below <Directory "/opt/websphere/commerceserver70/instances/demo/web"> 4. Change AllowOverride None to AllowOverride All 5. Append these lines after AllowOverride All RewriteEngine on RewriteRule ^shop/(.*) /webapp/wcs/stores/servlet/$1 6. Save the file 7. Restart the IBM HTTP Server Modify wc-server.xml 1. Add <context-root-rewrite value= /shop /> to SEOConfiguration section. 7 Search engine optimization 2011 IBM Corporation Shortening a store's URL makes it easier for shoppers to remember a link and improves visibility in search engine results. The default URLs used to access a WebSphere Commerce store have a context root of /webapp/wcs/stores/servlet/. This is not very descriptive and takes up valuable real estate in the address bar. A shorter context root, such as /shop, can be used instead. Context root shortening is provided by URL rewriting rules at the web server level. A URL rewrite rule is logic run by the web server to transform all incoming requests to the full URL while showing the shortened URL in the web browser. For example, if a shopper navigates to the URL is converted by the web server to before the request is passed to WebSphere Commerce. In this way no changes are needed at the WebSphere Commerce level. The original URLs still function as usual. If a shopper has bookmarked a store at the original URL it will still work. The WebSphere Commerce Information Center provides instructions on how to shorten the context root for each supported web server. The steps for IBM HTTP Server are shown on the slide. Step five defines the rewrite rule for the context root. Once you have completed the web server configuration, you need to modify the WebSphere Commerce server configuration file to add the new context root to the SEOConfiguration section. This last step allows all the pages in the store to have the same shortened context root. SEO.ppt Page 7 of 41

8 Static URL overview Indentify pages that require static URLs Product, category, search landing pages and static pages Define the structure for the static URL Pattern definitions New database tables Construct static URLs using defined patterns <wcf:url> tag Recover original URL to process requests 8 Search engine optimization 2011 IBM Corporation To create static URLs in your store, start by identifying which pages need to be SEOfriendly. In the Madisons and Elite starter stores, the product, category, search landing pages and static pages are all SEO-enabled. Next, define the structure for each static URL by defining a pattern file and loading URL keywords into the database. These steps are completed as part of store publish for the starter stores. To construct a static URL in a storefront page, use the <wcf:url> tag along with the pattern name for the URL to be created. In order for WebSphere Commerce to process the request, the original dynamic URL must be recovered from the static URL. These steps are each discussed in more detail on the coming slides. SEO.ppt Page 8 of 41

9 URL pattern definition A B <seourl:seourlpatterndef name="categoryurl"> <seourl:seourlpattern viewname="categorydisplay"> /LanguageToken/StoreToken:CatalogToken/CategoryToken</seourl:seoUrlPattern> <seourl:urltoparammapping> <seourl:mapping name="langid" value="?languagetoken?" /> C <seourl:mapping name="storeid" value="?storetoken?" /> <seourl:mapping name="catalogid" value="?catalogtoken?" /> <seourl:mapping name="categoryid" value="?categorytoken?" /> </seourl:urltoparammapping> <seourl:paramtourlmapping> <seourl:mapping name="languagetoken" value="?langid?" /> D <seourl:mapping name="storetoken" value="?storeid?" /> <seourl:mapping name="catalogtoken" value="?catalogid?" /> <seourl:mapping name="categorytoken" value="?categoryid?" /> </seourl:paramtourlmapping> <seourl:usagedef> <seourl:usage device="browser"> <seourl:target>category</seourl:target> </seourl:usage> E </seourl:usagedef> </seourl:seourlpatterndef> Location of pattern files: <WC_eardir>/Stores.war/WEB-INF/xml/seo/stores/<storedirectory> 9 Search engine optimization 2011 IBM Corporation Pattern files are used in the construction and deconstruction of SEO friendly URLs. A pattern file is a template for a URL type in a store, such as CategoryDisplay. Each pattern contains the parameters needed to construct a specific URL. This slide shows a snippet of the URL pattern definition for CategoryDisplay. Section A shows the name of the pattern. This is the name that is used when constructing the URL in a JSP. In Section B, the Struts to pattern mapping defines the pattern of the SEO URL as a series of tokens. The viewname attribute defines the Struts action mapping for the original URL. When the SEO URL is deconstructed and matched against the pattern, the request is forwarded to the corresponding viewname attribute. Section C defines the SEO URL to parameter mapping. This mapping is used during the deconstruction of an SEO URL. Once the URL is matched against the pattern, the values associated with the tokens in the URL are mapped to the corresponding parameter names defined here. Section D defines the SEO URL parameter to URL mapping. This mapping is used by the wcf:url tag during construction of the SEO URL. Based on the token name and token value, the URL keywords are looked up in the database and substituted for the token names in the URL pattern. Finally, section E defines the pattern usage. SEO.ppt Page 9 of 41

10 Supporting database tables SEOURL: Mapping of token names and values SEOURLKEYWORD: Store and language specific keywords 10 Search engine optimization 2011 IBM Corporation The SEOURL and SEOURLKEYWORD tables are used to convert between static and dynamic URLs. The SEOURL table maps token names to the various token values available in the store. For example, there is a row in the table for each product in the store that maps the token name ProductToken to the product ID. The SEOURLKEYWORD table contains the unique URL keywords for each store and language. A keyword can be mapped back to a token and token value pair through the SEOURL_ID. SEO.ppt Page 10 of 41

11 SEO URL construction Update store pages to build SEO-friendly URLs Specify pattern name in <wcf:url> tag Updated tag library implementation creates URL Pattern name is used to look up pattern definition /LanguageToken/StoreToken:CatalogToken/CategoryToken Pattern definition specifies tokens used to build URL Token name and value used to look up keyword /en/madisons/desks 11 Search engine optimization 2011 IBM Corporation In Feature Pack 3, the wcf:url tag has been enhanced to accept the new URL pattern definition name. To use the wcf:url tag you need to know the pattern name of the SEOfriendly URL you want to construct and all of the parameters that are required for the URL such as categoryid, productid, and langid. This information is used by the wcf:url tag to construct the SEO friendly URL. The updated UrlTag class first uses the pattern name to look up the corresponding pattern definition. The pattern definition specifies the token names used to build the SEO-friendly URL. The parameter to URL mapping is used to assign each token a value from the parameters passed in to the wcf:url tag. From there, each token name and value is used to look up the corresponding keyword in the database. The final result is an SEO-friendly URL. SEO.ppt Page 11 of 41

12 Canonical URLs Problem: Multiple URLs and paths to the same product/category Spread page ranking results on search engines Solution: Tell search engines which URL to use 12 Search engine optimization 2011 IBM Corporation When constructing SEO-friendly URLs, you might have multiple URLs that lead to the same product or category. This is not a problem for shoppers browsing the store but when a search engine indexes your site it can cause your page rank to be split across the multiple URLs. To resolve this problem, you can specify canonical URLs. A canonical URL is a way to declare to search engines your preferred version of a URL for pages that have identical or vastly similar content and are accessible through multiple URLs. This is the URL that displays in search results. It also ensures that page rank is consolidated to your preferred version of the URL. You can use the wcf:url tag to build canonical URLs for your category and product pages and set the rel attribute of the <link> tag to define the canonical URL for each page. SEO.ppt Page 12 of 41

13 SEO URL deconstruction SEO-friendly URLs must be translated back to standard URL format for WebSphere Commerce to process the request URL is parsed into keywords en, madisons, desks Use keywords to determine Token names and values From SEOURLKEYWORD and SEOURL tables URL pattern From pattern definition file Use pattern definition to determine Struts action mapping Construct dynamic URL storeid=10001&catalogid=10001&categoryid= Search engine optimization 2011 IBM Corporation URL deconstruction is the process of parsing a static, SEO-friendly URL to construct its dynamic equivalent. When a shopper clicks on a link for a page in the store, they see an SEO friendly URL. This SEO friendly URL must be translated back to the standard URL format for WebSphere Commerce to be able to process the embedded category, store name, language and product information. The URL pattern definition file and database tables shown earlier are used to perform the translation. When WebSphere Commerce receives the URL, it disposes of the context root and parses the rest of the URL into keywords. The keywords are used for two purposes in translating a URL. First, to obtain the token names and values to build the original URL. Second, to determine the URL's pattern based on the tokens, which specifies the kind of URL being constructed. Once the URL type is determined using the pattern definition file, the URL to parameter mapping section of the pattern definition maps the token values back to the original URL parameters. The information is combined to restore the original dynamic URL. SEO.ppt Page 13 of 41

14 URL optimization tools Catalogs tool Change URL keywords for products and categories New tab Default keyword 14 Search engine optimization 2011 IBM Corporation In the Madisons and Elite starter stores, the default URL keywords for all products and categories are populated during store publish. You can override the default values in the Management Center Catalogs tool. The property panes for products, categories, kits, bundles, and SKUs each include a new Search Engine Optimization tab where you can view and modify the default keyword. When you change a keyword, refresh the page to see the new preview URL. SEO.ppt Page 14 of 41

15 URL optimization tools Store Management tool Change URL keywords for static pages Select default static pages Change URL keyword 15 Search engine optimization 2011 IBM Corporation Static pages are managed in the Store Management tool. There is a new Search Engine Optimization tab in the store properties page. In the Madisons starter store, you will see three static pages loaded by default. You are able to change the URL keywords for these static pages. SEO.ppt Page 15 of 41

16 Handling 301 redirects Problem Changing keyword in Management Center changes the URL Old URLs still referenced by shoppers and search engines Solution Store replies with a 301 response with the new URL and redirects the browser Page ranks are moved by search engines Unused redirects removed with CleanSEOURL scheduled job New database tables SEOREDIRECT SEOREDIRECTTRAFFIC 16 Search engine optimization 2011 IBM Corporation When a business user changes the URL keyword for a product, category or static page in Management Center, the URL for that page in the store changes. When this happens, you do not want shoppers existing bookmarks to break and you do not want to lose your search engine page rank. To avoid these problems, a 301 redirect mapping is automatically generated between the old and new URL keywords for each language that is changed. Shoppers are automatically redirected to the new URL and search engine page ranks are moved to the new URL. The redirect mappings are stored in the database and cached for quick access upon initial use. Each mapping has a date associated with it tracking when the rule was last used. Once the date is past a configurable limit, a scheduler command, CleanSEOURL can be run to remove old mappings from the database and registry. SEO.ppt Page 16 of 41

17 Section Page title and meta tags 17 Search engine optimization 2011 IBM Corporation This section will cover details about optimizing page title and meta tags. SEO.ppt Page 17 of 41

18 Optimizing page title and meta tags Goals Provide capability to define template content to be displayed in the title and meta description tags on SEO-friendly pages Features Defaults created during store publish Storewide template default settings for page title, meta-description and image alt text for category, product and static pages Business users can define and override defaults (product and category only) 14 predefined substitution parameters Restriction WebSphere Commerce search must be enabled Customization tasks Define new substitution parameters 18 Search engine optimization 2011 IBM Corporation Optimizing page title and meta tags is another important part of the SEO solution. Page titles and meta-descriptions play an important role in getting a higher page rank. The SEO solution in Feature Pack 3 creates unique title and meta-description information for each page during store publish. The title tag tells both shoppers and search engines what the topic of a particular page is and displays in the first line of a search result. A page description meta tag provides search engines with a summary of the page contents. Each store can have default settings for the title, meta description, and image alt text on category and product pages. The default values can be updated in the Management Center Catalog tool. Substitution parameters allow you to easily set the value of the page title, meta-description or image alt text to a predefined value, such as the product name. You can use a combination of plain text and substitution parameters. There are 14 predefined substitution parameters provided and more can be added through customization. One restriction to this feature is that the WebSphere Commerce search solution must be enabled in the store. The search-based catalog services are used to retrieve the title, meta description, and image tag data on category and product pages. SEO.ppt Page 18 of 41

19 Updating meta tags Catalogs tool Update product and category meta tags Update page title Update meta description Update image alt text 19 Search engine optimization 2011 IBM Corporation You can update the page title, meta description and image alt text for your category and catalog entry pages from the Search Engine Optimization tab of the properties page. The default templates are setup during store publish. Any modifications to the default templates are done by IT. SEO.ppt Page 19 of 41

20 Update page title using plain text Save and Refresh to see changes Specify new title New title on storefront 20 Search engine optimization 2011 IBM Corporation Here is an example of overriding the default page title using plain text. After you make the changes in the category properties page, click Save and Close. To see the changes, open the store in a new browser session or refresh the store page. SEO.ppt Page 20 of 41

21 Update page title using substitution parameters Save and refresh to see changes Specify new title New title on storefront 21 Search engine optimization 2011 IBM Corporation Here is an example of updating the page title using the category name and store name substitution parameters. In order to see the values of the substitution parameters in the property page, save the changes and then refresh the page. SEO.ppt Page 21 of 41

22 Parameters supported Parameters StoreName CategoryName CategoryLongDescription CategoryShortDescription CategoryKeyword ProductLongDescription ProductShortDescription ProductName ProductKeyword CategoryHierarchy StoreDescription ProductPartNumber ProductManufacturerPartNumber ProductManufacturer Sample Usage: Page Title: Shop <seo: ProductName /> from <seo: StoreName /> Ex: Shop White Arm Chair from Madisons Meta-Description: <seo: ProductShortDescription /> Image Description: Image for <seo: ProductName /> 22 Search engine optimization 2011 IBM Corporation Here are the 14 substitution parameters available after publishing the store. There are some examples of how to make use of these parameters on the right side of the slide. Note that some substitution parameters can only be used on certain pages. For example, the ProductName substitution parameter cannot be used as the title of a category object. If a substitution parameter is used on a page where the value has no meaning, the parameter name is returned as a string. SEO.ppt Page 22 of 41

23 Implementation details Retrieve using CatalogNavigationView Get service New tables SEOPAGEDEF Holds page definition for particular pagename at site/store level SEOPAGEDEFOVR Holds page definitions for particular catentry or catgroup SEOPAGEDEFDESC Language specific title/meta tag information for a particular page definition 23 Search engine optimization 2011 IBM Corporation The page title, meta-description and image alt text is returned to the storefront by the CatalogNavigationView Get service. A code sample is shown on the slide. Three new database tables have been added to store the title and meta description information. The first table listed contains the site and store level templates for category, product and static pages. The second table specifies whether a catalog entry or category template should be applied to its children. The third table contains the language specific template content including substitution parameters. SEO.ppt Page 23 of 41

24 Section Advanced e-sitee support 24 Search engine optimization 2011 IBM Corporation This section describes the extended site support for the SEO solution. SEO.ppt Page 24 of 41

25 Advanced e-site support Catalog Asset store Master template Category A Product A Data Sharing Data Sharing Extended Site 1 Category A Data Sharing Extended Site 3 Category A Override Product A Extended Site 2 Inherited template Product A Override Category A Override Inherited template Product A Inherited template 25 Search engine optimization 2011 IBM Corporation In Feature Pack 3, you can override the URL keywords, page title and meta-tags for products and categories in individual e-sites. In this diagram, you see a catalog asset store with category A and product A which use the master template for their URLs, title and meta description tags. In extended site 1, you can override the default values for category A. In extended sites 2 and 3, you can still use the master template provided from the catalog asset store. The same applies to products. SEO.ppt Page 25 of 41

26 Enabling SEO for sales catalogs and extended sites Scenario After creating new sales catalog in asset store, sales catalog does not have SEO URLs Want to use new sales catalog with existing extended site store Process Update SEOURL and SEOURLKEYWORD tables for each e-site INSERT into seourl (seourl_id, tokenname, tokenvalue) values (<seourl_id>, 'StoreToken:CatalogToken', '<storeid>:<salescatalogid>'); INSERT into seourlkeyword (seourlkeyword_id, seourl_id, language_id, storeent_id, urlkeyword) values (<seourlkeyword_id>, <seourl_id>, <langid>, 0, '<urlkeyword>'); Example insert into seourl (seourl_id, tokenname, tokenvalue) values (201, 'StoreToken:CatalogToken', '11051:10401'); insert into seourlkeyword (seourlkeyword_id, seourl_id, language_id, storeent_id, urlkeyword) values (201, 201, -1, 0, 'teststore'); 26 Search engine optimization 2011 IBM Corporation When you create a new sales catalog in the catalog asset store and view the store with that sales catalog ID, you will not see SEO-friendly URLs by default. If you want to switch your current store to use the new sales catalog instead of the current assigned catalog, some configuration steps are needed. You need to update the SEOURL and SEOURLKEYWORD tables for each extended site store to define a new store-catalog token and keyword mapping. Each store-catalog token must have a unique keyword mapping. An example is shown on the slide. SEO.ppt Page 26 of 41

27 Section Other SEO enhancements 27 Search engine optimization 2011 IBM Corporation This section summarizes the remaining SEO enhancements in Feature Pack 3. SEO.ppt Page 27 of 41

28 Enhanced 404 error handling Specify page to forward shoppers to Example: Home page, search page Keep shoppers in flow 28 Search engine optimization 2011 IBM Corporation Occasionally, shoppers come to a page that does not exist in your site, either by following or typing the wrong URL. Specifying a useful 404 error page helps to guide the shopper back to the main website in order to find what they were looking for. Including a search field in the error page allows shoppers to search for what they had in mind. Another possibility is to provide a sitemap or a shortened version of it so that the shopper can navigate into the site. In Feature Pack 3, your IT representative can change the GenericError.jsp page in the Madisons store folder to send the 404 error to any page. By default, shoppers are redirected to the home page. SEO.ppt Page 28 of 41

29 Sitemap generator enhancements Scheduler job can generate SEO sitemap with the new SEO URL format SitemapGenerate Generate search landing page URLs in the sitemap Easily customizable to insert any other URLs of interest 29 Search engine optimization 2011 IBM Corporation A sitemap is a full list of all of the pages in your store that is submitted to search engines so that they will know what to crawl and index. The sitemap generator has been enhanced in Feature Pack 3 to index the new SEO-friendly URLs and search landing pages. It is also customizable so you can add code to generate additional URLs for your store. SEO.ppt Page 29 of 41

30 Keyword generation utility Simple command line utility located in <WC_Install>/bin Tasks performed Generate keyword based on object name For duplicate names, append part number For duplicate names in different languages, append part number and language ID 30 Search engine optimization 2011 IBM Corporation In Feature Pack 3, a command line utility is available for loading default URL keywords into the database for all catalog entries and categories in a store. The seourlkeywordgen utility runs a query that searches for products and categories that are missing SEO keyword data and generates default keywords. This same utility is called during store publish to setup newly published stores. This way you do not need to manually create the URL keywords for the sample catalogs. If there are collisions caused by entries with the same name, the part number is appended to generate the keyword. If there are collisions caused by the same name being used in different languages, the part number and language ID are appended to generate the keyword. SEO.ppt Page 30 of 41

31 Caching support for URL keywords New SEO URLs require database lookup for Construction Deconstruction Four caches provided with solution URL token to URL keyword cache URL keyword to URL token cache SEO URL cache Redirect rule cache 31 Search engine optimization 2011 IBM Corporation The new SEO URLs require a database lookup for both construction and deconstruction purposes. To facilitate quicker look up, the SEO solution uses the distributed data cache supported in WebSphere Commerce. The data cache is used in 2 different ways. There are four caches provided with the solution. The URL token to URL keyword cache is used to look up URL keywords during construction of the SEO URL. The URL keyword to URL token cache is used to rebuild the URL token pattern during URL deconstruction. The SEO URL cache saves the result of URL deconstruction so that once parsed, static URLs can then be mapped directly to their dynamic equivalent. The redirect rule cache saves all the keywords that have been redirected and the new keyword IDs they have been redirected to. SEO.ppt Page 31 of 41

32 Section Configuration and customization 32 Search engine optimization 2011 IBM Corporation This section summarizes the configuration and customization options. SEO.ppt Page 32 of 41

33 Setup and configuration Apply Fix pack 3 Install Feature Pack 3 Feature enablement store-enhancements Enable WebSphere Commerce search Publish Madisons-FEP.sar and MadisonsEnhancements.sar Elite, Extended Sites, Brazil and MayUJoy stores are supported as well New stores automatically enabled to use new SEO solution No store function option for SEO 33 Search engine optimization 2011 IBM Corporation To enable the new SEO enhancements in this release, you need to apply fix pack 3, install Feature Pack 3, and enable the store-enhancements feature. If you want to make use of the title and meta description templates, you also need to enable WebSphere Commerce search. Next, publish a new store. The SEO enhancements support all store models and stores including Madisons, Elite, extended sites, Brazil and MayUJoy. When you publish any of the new stores in Feature Pack 3, it will automatically be enabled to use the new SEO solution. If you want to enable an existing store, there are additional steps required as part of the migration process. There is no store function selection option for SEO in the Store Management tool. SEO.ppt Page 33 of 41

34 Infrastructure component configuration file wc-admin-component.xml Location: <WC_EAR>\xml\config\com.ibm.commerce.infrastructure-fep\ Sections Marketing Specifies URL pattern name SEO URL keyword generator Specifies configuration files and not valid characters Management Center Specifies characters Management Center blocks users from inputting URL redirect engine Specifies rules for SEO redirect engine To change properties Create customized version in extension folder Location: <WC_EAR>\xml\config\com.ibm.commerce.infrastructure-fep-ext\ 34 Search engine optimization 2011 IBM Corporation The SEO component configuration file contains properties related to configuring and customizing search engine optimization features. The SEO component configuration file is divided into several sections and has examples within each section on how to use the configuration properties. The marketing section specifies the URL pattern name used for e-marketing Spot product and category recommendations. This URL pattern name is defined in the pattern files. The SEO URL keyword generator section specifies the three URL loader configuration files to load. It also specifies characters that are not valid and cannot be used in URL creation and their substitutions. The WebSphere Commerce Management Center section specifies the characters that the Management Center blocks users from inputting. The URL redirect engine section specifies how long the redirect rule stays active and how many redirect hits accumulate before the redirect engine updates the "RedirectHitCount" in the database. You can change the properties by creating a custom version of the wc-admincomponent.xml file that includes the modified properties. SEO.ppt Page 34 of 41

35 Migration Define URL patterns for all pages you want SEO friendly URLs for Use pattern files from Madisons starter store WC_installdir\starterstores\consumerdirect\madisons-fep.sar Extract pattern files and place in store directory WC_eardir/Stores.war/WEB-INF/xml/seo/stores/storedirectory Run seourlkeywordgen utility Load title and meta description templates Modify JSP files Provide pattern name to wcf:url tag to create links for products, categories and static pages Retrieve title and meta description information 35 Search engine optimization 2011 IBM Corporation If you want to make use of the new SEO friendly URLs in an existing store, you first need to define URL patterns for all pages that require SEO friendly URLs. To simplify this process, you can take the pattern files from the Madisons or Elite starter store and modify them as needed. There are pattern files for static pages, categories, products and search landing pages that you can extract and place in the store directory. Once this step is complete, the SEO feature is enabled in the store and in Management Center. Then the next step is to run the seourlkeywordgen utility to generate initial URL keywords for the categories and products in your store. You also need to load the title and meta description templates for your store. Finally, you need to modify your store JSP files to pass the pattern name in each wcf:url tag that creates a link to a product, category or static page. In the product, category and static JSP files, use the CatalogNavigationView Get service to retrieve the title and meta description information to include in the page. SEO.ppt Page 35 of 41

36 Tutorial: Creating SEO friendly URLs for recipes Information Center link: starterstore.doc/tutorial/tsm_recipeseourl.htm Time: 2 hours Summary Register new URL token, token usage and keyword data in the database Define new SEO friendly URL patterns for Recipe pages Modify Recipe JSP files to construct new SEO friendly URLs Test new SEO friendly URLs in Madisons Pre-requisites Tutorial: Creating the Project BOD service module Tutorial: Adding the Recipe tool to the Madisons starter store 36 Search engine optimization 2011 IBM Corporation The WebSphere Commerce Information Center provides a tutorial where you can learn more about working with SEO friendly URLs. In this tutorial, you will customize the new SEO friendly URL feature in order to provide shorter and more meaningful URLs for Recipe pages in the Madisons starter store. These new customizations will provide SEOfriendly URLs for each new Recipe and Recipe Collection object. You need to complete the tutorials for defining the recipe services and adding recipe pages in the Madisons store as prerequisites to this tutorial. SEO.ppt Page 36 of 41

37 Troubleshooting and limitations Known issues Changing language in store will not resolve to SEO URL Limitations The sample URL displayed in Management Center is for the master catalog Title and meta description editing not supported for static pages Gift Center and Mobile stores not supported Data load not supported 37 Search engine optimization 2011 IBM Corporation These are the current known issues and limitations for the solution. The starter stores have a language selection drop down in every catalog browsing page. Selecting a new language loads the same page in the language chosen. When you change the language, the URL will initially change back to a dynamic URL. Browsing to another page restores the static URL. The sample static URL displayed in Management Center always contains the master catalog keyword. The steps to view the correct sales catalog URL are provided in the Information Center. Title and meta-description management for static pages is not supported in Management Center. The Gift Center and mobile stores do not use the new SEO solution. Data load is not supported for the new SEO tables. SEO.ppt Page 37 of 41

38 Summary Solution overview Features in detail Configuration and customization Troubleshooting 38 Search engine optimization 2011 IBM Corporation This presentation began with a review of the current search engine optimization solution in WebSphere Commerce. Following that was a high level overview of what is available in Feature Pack 3 and then each of the features in more detail. The presentation concluded with configuration and customization steps and some troubleshooting scenarios. SEO.ppt Page 38 of 41

39 References SEO for V7 Feature Pack 3 (top level) Working with pattern files Working with the SEO infrastructure component configuration file Working with SEO in the WebSphere Commerce Management Center Catalogs tool center.doc/tasks/tpn_seomain.htm Store Management tool center.doc/tasks/tpn_seomodstatpg.htm Migrating SEO in Feature Pack Search engine optimization 2011 IBM Corporation Here are additional references of the Search Engine Optimization solution in the information center. SEO.ppt Page 39 of 41

40 Feedback Your feedback is valuable You can help improve the quality of IBM Education Assistant content to better meet your needs by providing feedback. Did you find this module useful? Did it help you solve a problem or answer a question? Do you have suggestions for improvements? Click to send feedback: mailto:iea@us.ibm.com?subject=feedback_about_seo.ppt This module is also available in PDF format at:../seo.pdf 40 Search engine optimization 2011 IBM Corporation You can help improve the quality of IBM Education Assistant content by providing feedback. SEO.ppt Page 40 of 41

41 Trademarks, disclaimer, and copyright information IBM, the IBM logo, ibm.com, and WebSphere are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of other IBM trademarks is available on the web at "Copyright and trademark information" at THE INFORMATION CONTAINED IN THIS PRESENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. THE INFORMATION CONTAINED IN THIS PRESENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY OF THE INFORMATION CONTAINED IN THIS PRESENTATION, IT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. IN ADDITION, THIS INFORMATION IS BASED ON IBM S CURRENT PRODUCT PLANS AND STRATEGY, WHICH ARE SUBJECT TO CHANGE BY IBM WITHOUT NOTICE. IBM SHALL NOT BE RESPONSIBLE FOR ANY DAMAGES ARISING OUT OF THE USE OF, OR OTHERWISE RELATED TO, THIS PRESENTATION OR ANY OTHER DOCUMENTATION. NOTHING CONTAINED IN THIS PRESENTATION IS INTENDED TO, NOR SHALL HAVE THE EFFECT OF, CREATING ANY WARRANTIES OR REPRESENTATIONS FROM IBM (OR ITS SUPPLIERS OR LICENSORS), OR ALTERING THE TERMS AND CONDITIONS OF ANY AGREEMENT OR LICENSE GOVERNING THE USE OF IBM PRODUCTS OR SOFTWARE. Copyright International Business Machines Corporation All rights reserved IBM Corporation SEO.ppt Page 41 of 41

2792 - Leveraging WebSphere Commerce for Search Engine Optimization (SEO)

2792 - Leveraging WebSphere Commerce for Search Engine Optimization (SEO) 2792 - Leveraging WebSphere Commerce for Search Engine Optimization (SEO) Walfrey Ng, Development Manger, WebSphere Commerce Srini Rangaswamy, Product Manager, WebSphere Commerce IBM s statements regarding

More information

Business Process Management IBM Business Process Manager V7.5

Business Process Management IBM Business Process Manager V7.5 Business Process Management IBM Business Process Manager V7.5 Federated task management for BPEL processes and human tasks This presentation introduces the federated task management feature for BPEL processes

More information

WebSphere Commerce V7 Feature Pack 3

WebSphere Commerce V7 Feature Pack 3 WebSphere Commerce V7 Feature Pack 3 Precision marketing updates 2011 IBM Corporation WebSphere Commerce V7 Feature Pack 3 includes some precision marketing updates. There is a new trigger, Customer Checks

More information

WebSphere Commerce and Sterling Commerce

WebSphere Commerce and Sterling Commerce WebSphere Commerce and Sterling Commerce Inventory and order integration This presentation introduces WebSphere Commerce and Sterling Commerce inventory and order integration. Order_Inventory_Integration.ppt

More information

Memory-to-memory session replication

Memory-to-memory session replication Memory-to-memory session replication IBM WebSphere Application Server V7 This presentation will cover memory-to-memory session replication in WebSphere Application Server V7. WASv7_MemorytoMemoryReplication.ppt

More information

WebSphere Commerce V7 Feature Pack 2

WebSphere Commerce V7 Feature Pack 2 WebSphere Commerce V7 Feature Pack 2 Pricing tool 2011 IBM Corporation This presentation provides an overview of the Pricing tool of the WebSphere Commerce V7.0 feature pack 2. PricingTool.ppt Page 1 of

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Administration This presentation will show you the functions in the administrative console for WebSphere Business Monitor. WBPM_Monitor_Administration.ppt Page 1 of 21 Goals

More information

IBM Tivoli Provisioning Manager V 7.1

IBM Tivoli Provisioning Manager V 7.1 IBM Tivoli Provisioning Manager V 7.1 Preparing for patch management in a small environment 2011 IBM Corporation Welcome to the training module for Tivoli Provisioning Manager version 7.1, preparing for

More information

IBM WebSphere Application Server

IBM WebSphere Application Server IBM WebSphere Application Server OAuth 2.0 service provider and TAI 2012 IBM Corporation This presentation describes support for OAuth 2.0 included in IBM WebSphere Application Server V7.0.0.25. WASV70025_OAuth20.ppt

More information

How To Integrate Pricing Into A Websphere Commerce Pricing Integration

How To Integrate Pricing Into A Websphere Commerce Pricing Integration WebSphere Commerce V7 Feature Pack 5 WebSphere Commerce and Sterling Commerce pricing integration 2012 IBM Corporation This presentation provides an overview of the WebSphere Commerce and Sterling Commerce

More information

WebSphere Commerce V7 Feature pack 1

WebSphere Commerce V7 Feature pack 1 WebSphere Commerce V7 Feature pack 1 Brazil starter store 2010 IBM Corporation This presentation provides an overview of the Brazil starter store in WebSphere Commerce V7.0 feature pack 1. Table of content

More information

WebSphere Commerce V7 Feature Pack 5

WebSphere Commerce V7 Feature Pack 5 WebSphere Commerce V7 Feature Pack 5 Bazaarvoice ratings and reviews integration 2012 IBM Corporation Feature Pack 5 includes the Integration of Bazaarvoice Ratings and Reviews widgets into the Aurora

More information

Catalog Web service and catalog commerce management center customization

Catalog Web service and catalog commerce management center customization Copyright IBM Corporation 2008 All rights reserved IBM WebSphere Commerce Feature Pack 3.01 Lab exercise Catalog Web service and catalog commerce management center customization What this exercise is about...

More information

Search Engine Optimization for a WebSphere Commerce System

Search Engine Optimization for a WebSphere Commerce System IBM Software Group Search Engine Optimization for a WebSphere Commerce System Shash Anand (sanand@ca.ibm.com) Aileen Guan (aguan@ca.ibm.com) WebSphere Support Technical Exchange Agenda Overview General

More information

IBM WebSphere Application Server Communications Enabled Applications

IBM WebSphere Application Server Communications Enabled Applications IBM WebSphere Application Server Communications Enabled Applications Configuring a CEA environment 2011 IBM Corporation This presentation describes how to configure a WebSphere Application Server environment

More information

Unique promotion code

Unique promotion code Copyright IBM Corporation 2010 All rights reserved IBM WebSphere Commerce V7 Feature Pack 1 Lab exercise What this exercise is about... 2 What you should be able to do... 2 Introduction... 2 Requirements...

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Dashboards 2010 IBM Corporation This presentation should provide an overview of the dashboard widgets for use with WebSphere Business Monitor. WBPM_Monitor_Dashboards.ppt Page

More information

WebSphere Commerce V7.0

WebSphere Commerce V7.0 IBM Software Group WebSphere Commerce V7.0 Multi-channel precision marketing overview Updated December 3, 2009 This presentation introduces multi-channel precision marketing in WebSphere Commerce version

More information

IBM Business Monitor. BPEL process monitoring

IBM Business Monitor. BPEL process monitoring IBM Business Monitor BPEL process monitoring 2011 IBM Corporation This presentation will give you an understanding of monitoring BPEL processes using IBM Business Monitor. BPM_BusinessMonitor_BPEL_Monitoring.ppt

More information

WebSphere DataPower Release 3.8.1 DNS Enhancements

WebSphere DataPower Release 3.8.1 DNS Enhancements WebSphere DataPower Release 3.8.1 DNS Enhancements XA/XS/XI/XB/XM 2010 IBM Corporation WebSphere DataPower Release 3.8.1 DNS Enhancements 381DataPowerDNSEnhancement.ppt Page 1 of 6 DNS Enhancements Table

More information

IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions

IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions Integrated SFTP server 2011 IBM Corporation The presentation gives an overview of integrated SFTP server feature IntegratedSFTPServer.ppt

More information

Business Process Management IBM Business Process Manager V7.5

Business Process Management IBM Business Process Manager V7.5 Business Process Management IBM Business Process Manager V7.5 Federated task management overview This presentation gives you an overview on the federated task management feature in IBM Business Process

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Debugger 2010 IBM Corporation This presentation provides an overview of the monitor model debugger in WebSphere Business Monitor. WBPM_Monitor_Debugger.ppt Page 1 of 23 Goals

More information

Web servers and WebSphere Portal

Web servers and WebSphere Portal Web servers and WebSphere Portal By default IBM WebSphere Portal uses the internal HTTP transport within IBM WebSphere Application Server to handle requests. However, because WebSphere Application Server

More information

Hadoop Basics with InfoSphere BigInsights

Hadoop Basics with InfoSphere BigInsights An IBM Proof of Technology Hadoop Basics with InfoSphere BigInsights Part: 1 Exploring Hadoop Distributed File System An IBM Proof of Technology Catalog Number Copyright IBM Corporation, 2013 US Government

More information

IBM WebSphere Application Server

IBM WebSphere Application Server IBM WebSphere Application Server SAML 2.0 web single-sign-on 2012 IBM Corporation This presentation describes support for SAML 2.0 web browser Single Sign On profile included in IBM WebSphere Application

More information

IBM Tivoli Network Manager 3.8

IBM Tivoli Network Manager 3.8 IBM Tivoli Network Manager 3.8 Configuring initial discovery 2010 IBM Corporation Welcome to this module for IBM Tivoli Network Manager 3.8 Configuring initial discovery. configuring_discovery.ppt Page

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Monitor models 2010 IBM Corporation This presentation should provide an overview of monitor models in WebSphere Business Monitor. WBPM_Monitor_MonitorModels.ppt Page 1 of 25

More information

IBM Software Hadoop Fundamentals

IBM Software Hadoop Fundamentals Hadoop Fundamentals Unit 2: Hadoop Architecture Copyright IBM Corporation, 2014 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

More information

Price list update. What this exercise is about... 2. What you should be able to do... 2. Introduction... 2. Requirements... 2

Price list update. What this exercise is about... 2. What you should be able to do... 2. Introduction... 2. Requirements... 2 Copyright IBM Corporation 2011 All rights reserved IBM WebSphere Commerce V7 Feature Pack 2 Lab exercise Price list update What this exercise is about... 2 What you should be able to do... 2 Introduction...

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

Future-proofed SEO for Magento stores

Future-proofed SEO for Magento stores Future-proofed SEO for Magento stores About me Working in SEO / digital for over 8 years (in-house, agency + consulting) Working with Magento for the last 5 years Specialise in Magento SEO (mostly consulting

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Monitor sub-models 2010 IBM Corporation This presentation should provide an overview of the sub-models in a monitor model in WebSphere Business Monitor. WBPM_Monitor_MonitorModels_Submodels.ppt

More information

E-mail Listeners. E-mail Formats. Free Form. Formatted

E-mail Listeners. E-mail Formats. Free Form. Formatted E-mail Listeners 6 E-mail Formats You use the E-mail Listeners application to receive and process Service Requests and other types of tickets through e-mail in the form of e-mail messages. Using E- mail

More information

SEO AND CONTENT MANAGEMENT SYSTEM

SEO AND CONTENT MANAGEMENT SYSTEM International Journal of Electronics and Computer Science Engineering 953 Available Online at www.ijecse.org ISSN- 2277-1956 SEO AND CONTENT MANAGEMENT SYSTEM Savan K. Patel 1, Jigna B.Prajapati 2, Ravi.S.Patel

More information

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER White Paper DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER Abstract This white paper describes the process of deploying EMC Documentum Business Activity

More information

SEO Suite Pro. User Guide

SEO Suite Pro. 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

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

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

DocumentsCorePack for MS CRM 2011 Implementation Guide

DocumentsCorePack for MS CRM 2011 Implementation Guide DocumentsCorePack for MS CRM 2011 Implementation Guide Version 5.0 Implementation Guide (How to install/uninstall) The content of this document is subject to change without notice. Microsoft and Microsoft

More information

IBM Tivoli Service Request Manager 7.1

IBM Tivoli Service Request Manager 7.1 IBM Tivoli Service Request Manager 7.1 Using the e-mail listener and workflow to generate, query, update, and change the status of tickets Updated September 29, 2009 IBM Tivoli Service Request Manager

More information

IBM Tivoli Network Manager IP Edition V3.8

IBM Tivoli Network Manager IP Edition V3.8 IBM Tivoli Network Manager IP Edition V3.8 Scheduling reports 2010 IBM Corporation Welcome to scheduling reports in IBM Tivoli Network Manager IP Edition V3.8. scheduling_reports.ppt Page 1 of 17 Objectives

More information

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

The Ultimate Guide to Magento SEO Part 1: Basic website setup The Ultimate Guide to Magento SEO Part 1: Basic website setup Jason Millward http://www.jasonmillward.com jason@jasonmillward.com Published November 2014 All rights reserved. No part of this publication

More information

: Test 217, WebSphere Commerce V6.0. Application Development

: Test 217, WebSphere Commerce V6.0. Application Development Exam : IBM 000-217 Title : Test 217, WebSphere Commerce V6.0. Application Development Version : R6.1 Prepking - King of Computer Certification Important Information, Please Read Carefully Other Prepking

More information

Bazaarvoice for Magento Extension Implementation Guide v6.3.4

Bazaarvoice for Magento Extension Implementation Guide v6.3.4 Bazaarvoice Bazaarvoice for Magento Extension Implementation Guide v6.3.4 Version 6.3.4 Bazaarvoice Inc. 03/25/2016 Introduction Bazaarvoice maintains a pre-built integration into the Magento platform.

More information

IBM WebSphere Application Server

IBM WebSphere Application Server IBM WebSphere Application Server Multihomed hosting 2011 IBM Corporation Multihoming allows you to have a single application communicate with different user agent clients and user agent servers on different

More information

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Microsoft IIS Prerequisites and configuration

More information

The Ultimate Magento

The Ultimate Magento The Ultimate Magento SEO Guide 2013 Comprehensive advice on optimizing Magento ecommerce websites By Pod1, a Group FMG company www.pod1.com www.groupfmg.com Updated November 2013 1 st Published April 2011

More information

IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT

IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT White Paper IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT Abstract This guide outlines the ideal way to successfully install and configure an IBM WebSphere

More information

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules IBM Operational Decision Manager Version 8 Release 5 Getting Started with Business Rules Note Before using this information and the product it supports, read the information in Notices on page 43. This

More information

DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010

DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010 DEPLOYMENT GUIDE Version 2.1 Deploying F5 with Microsoft SharePoint 2010 Table of Contents Table of Contents Introducing the F5 Deployment Guide for Microsoft SharePoint 2010 Prerequisites and configuration

More information

C05 Discovery of Enterprise zsystems Assets for API Management

C05 Discovery of Enterprise zsystems Assets for API Management C05 Discovery of Enterprise zsystems Assets for API Management Unlocking mainframe assets for mobile and cloud applications Haley Fung hfung@us.ibm.com IMS Mobile and APIM Development Lead * IMS Technical

More information

Pizza SEO: Effective Web. Effective Web Audit. Effective Web Audit. Copyright 2007+ Pizza SEO Ltd. info@pizzaseo.com http://pizzaseo.

Pizza SEO: Effective Web. Effective Web Audit. Effective Web Audit. Copyright 2007+ Pizza SEO Ltd. info@pizzaseo.com http://pizzaseo. 1 Table of Contents 1 (X)HTML Code / CSS Code 1.1 Valid code 1.2 Layout 1.3 CSS & JavaScript 1.4 TITLE element 1.5 META Description element 1.6 Structure of pages 2 Structure of URL addresses 2.1 Friendly

More information

IBM. Implementing SMTP and POP3 Scenarios with WebSphere Business Integration Connect. Author: Ronan Dalton

IBM. Implementing SMTP and POP3 Scenarios with WebSphere Business Integration Connect. Author: Ronan Dalton IBM Implementing SMTP and POP3 Scenarios with WebSphere Business Integration Connect Author: Ronan Dalton Table of Contents Section 1. Introduction... 2 Section 2. Download, Install and Configure ArGoSoft

More information

SEO: How to Use Everyday Techniques to Increase Website Traffic. Robin Kelly @RobinKelly The University of Texas at Tyler

SEO: How to Use Everyday Techniques to Increase Website Traffic. Robin Kelly @RobinKelly The University of Texas at Tyler SEO: How to Use Everyday Techniques to Increase Website Traffic Robin Kelly @RobinKelly The University of Texas at Tyler SEO: How to Use Everyday Techniques to Increase Website Traffic STRUCTURE Built

More information

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE UPDATED MAY 2014 Table of Contents Table of Contents...

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Managing Software Updates with System Center 2012 R2 Configuration Manager

Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Microsoft Updates with Configuration Manager 2012 R2 This document is for informational purposes only. MICROSOFT MAKES

More information

IBM Tivoli Network Manager V3.9

IBM Tivoli Network Manager V3.9 IBM Tivoli Network Manager V3.9 Architecture and configuration for shared and replicated NCIM 2013 IBM Corporation IBM Tivoli Network Manager V3.9, Architecture and configuration for shared and replicated

More information

Business Interaction Server. Configuration Guide. 10300685-000 Rev A

Business Interaction Server. Configuration Guide. 10300685-000 Rev A Business Interaction Server Configuration Guide 10300685-000 Rev A 2008 Kofax Image Products, Inc., 16245 Laguna Canyon Road, Irvine, California 92618, U.S.A. All rights reserved. Use is subject to license

More information

User s Guide. Version 2.1

User s Guide. Version 2.1 Content Management System User s Guide Version 2.1 Page 1 of 51 OVERVIEW CMS organizes all content in a tree hierarchy similar to folder structure in your computer. The structure is typically predefined

More information

Title Page. Hosted Payment Page Guide ACI Commerce Gateway

Title Page. Hosted Payment Page Guide ACI Commerce Gateway Title Page Hosted Payment Page Guide ACI Commerce Gateway Copyright Information 2008 by All rights reserved. All information contained in this documentation, as well as the software described in it, is

More information

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

More information

Usage Tracking for IBM InfoSphere Business Glossary

Usage Tracking for IBM InfoSphere Business Glossary Usage Tracking for IBM InfoSphere Business Glossary InfoSphere Business Glossary Version 8.7 and later includes a feature that allows you to track usage of InfoSphere Business Glossary through web analytics

More information

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide Coveo Platform 7.0 Microsoft Dynamics CRM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Single Sign-On Configuration Guide 6.2.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Website Standards Association. Business Website Search Engine Optimization

Website Standards Association. Business Website Search Engine Optimization Website Standards Association Business Website Search Engine Optimization Copyright 2008 Website Standards Association Page 1 1. FOREWORD...3 2. PURPOSE AND SCOPE...4 2.1. PURPOSE...4 2.2. SCOPE...4 2.3.

More information

Lotus Sametime. FIPS Support for IBM Lotus Sametime 8.0. Version 8.0 SC23-8760-00

Lotus Sametime. FIPS Support for IBM Lotus Sametime 8.0. Version 8.0 SC23-8760-00 Lotus Sametime Version 8.0 FIPS Support for IBM Lotus Sametime 8.0 SC23-8760-00 Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. WHILE EFFORTS WERE

More information

Website Search Engine Optimization (SEO) Evaluation XXXXXXX

Website Search Engine Optimization (SEO) Evaluation XXXXXXX Website Search Engine Optimization (SEO) Evaluation For XXXXXXX July 22, 2008 Introduction This report provides recommendations that can be implemented on XXXXX s website to improve acquisition from search

More information

PROXY SETUP WITH IIS USING URL REWRITE, APPLICATION REQUEST ROUTING AND WEB FARM FRAMEWORK OR APACHE HTTP SERVER FOR EMC DOCUMENTUM EROOM

PROXY SETUP WITH IIS USING URL REWRITE, APPLICATION REQUEST ROUTING AND WEB FARM FRAMEWORK OR APACHE HTTP SERVER FOR EMC DOCUMENTUM EROOM White Paper PROXY SETUP WITH IIS USING URL REWRITE, APPLICATION REQUEST ROUTING AND WEB FARM FRAMEWORK OR APACHE HTTP SERVER FOR EMC DOCUMENTUM EROOM Abstract This white paper explains how to setup Proxy

More information

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Nature of Document: Guideline Product(s): IBM Cognos Express Area of Interest: Infrastructure 2 Copyright and Trademarks Licensed Materials

More information

Price rules. What this exercise is about... 2. What you should be able to do... 2. Introduction... 2. Requirements... 2

Price rules. What this exercise is about... 2. What you should be able to do... 2. Introduction... 2. Requirements... 2 Copyright IBM Corporation 2011 All rights reserved IBM WebSphere Commerce V7 Feature Pack 2 Lab exercise What this exercise is about... 2 What you should be able to do... 2 Introduction... 2 Requirements...

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

White Paper DEPLOYING WDK APPLICATIONS ON WEBLOGIC AND APACHE WEBSERVER CLUSTER CONFIGURED FOR HIGH AVAILABILITY AND LOAD BALANCE

White Paper DEPLOYING WDK APPLICATIONS ON WEBLOGIC AND APACHE WEBSERVER CLUSTER CONFIGURED FOR HIGH AVAILABILITY AND LOAD BALANCE White Paper DEPLOYING WDK APPLICATIONS ON WEBLOGIC AND APACHE WEBSERVER CLUSTER CONFIGURED FOR HIGH AVAILABILITY AND LOAD BALANCE Abstract This White Paper provides information to deploy WDK based applications

More information

~~Free# SEO Suite Ultimate free download ]

~~Free# SEO Suite Ultimate free download ] ~~Free# SEO Suite Ultimate free download ] Description: Recently Added Features New template for product image alt and title tags is added Ability to set the canonical tag for associated products to be

More information

IBM Digital Experience meets IBM WebSphere Commerce

IBM Digital Experience meets IBM WebSphere Commerce Portal Arbeitskreis - 27.10.2014 IBM Digital Experience meets IBM WebSphere Commerce Stefan Koch Chief Programmer IBM Digital Experience 2013 IBM Corporation 2 2013 IBM Corporation Integration Pattern

More information

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

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1 Getting Started Guide Super Resellers Getting Started Guide Page 1 Getting Started Guide: Super Resellers Version 2.1 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work or derivative

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Administrator's Guide

Administrator's Guide Search Engine Optimization Module Administrator's Guide Installation and configuration advice for administrators and developers Sitecore Corporation Table of Contents Chapter 1 Installation 3 Chapter 2

More information

IBM TRIRIGA Anywhere Version 10 Release 4. Installing a development environment

IBM TRIRIGA Anywhere Version 10 Release 4. Installing a development environment IBM TRIRIGA Anywhere Version 10 Release 4 Installing a development environment Note Before using this information and the product it supports, read the information in Notices on page 9. This edition applies

More information

Ingenious Testcraft Technical Documentation Installation Guide

Ingenious Testcraft Technical Documentation Installation Guide Ingenious Testcraft Technical Documentation Installation Guide V7.00R1 Q2.11 Trademarks Ingenious, Ingenious Group, and Testcraft are trademarks of Ingenious Group, Inc. and may be registered in the United

More information

Baidu: Webmaster Tools Overview and Guidelines

Baidu: Webmaster Tools Overview and Guidelines Baidu: Webmaster Tools Overview and Guidelines Agenda Introduction Register Data Submission Domain Transfer Monitor Web Analytics Mobile 2 Introduction What is Baidu Baidu is the leading search engine

More information

JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence

JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence JD Edwards EnterpriseOne Tools Embedded Business Intelligence for JD Edwards EnterpriseOne Release 8.98 Update 4 E21426-02 March 2011 This document provides instructions for using Form Design Aid to create

More information

Adobe Marketing Cloud How Adobe Scene7 Publishing System Supports SEO

Adobe Marketing Cloud How Adobe Scene7 Publishing System Supports SEO Adobe Marketing Cloud How Adobe Scene7 Publishing System Supports SEO Contents Contact and Legal Information...3 Introduction...4 Indexing of images by search engines...4 Maintaining the name of the image...6

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Configure Outbound Web Services 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject

More information

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec

More information

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES MODULE 2: SMARTLIST, REPORTS AND INQUIRIES Module Overview SmartLists are used to access accounting data. Information, such as customer and vendor records can be accessed from key tables. The SmartList

More information

Shop by Manufacturer Custom Module for Magento

Shop by Manufacturer Custom Module for Magento Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible

More information

Administrator s Guide

Administrator s Guide SEO Toolkit 1.3.0 for Sitecore CMS 6.5 Administrator s Guide Rev: 2011-06-07 SEO Toolkit 1.3.0 for Sitecore CMS 6.5 Administrator s Guide How to use the Search Engine Optimization Toolkit to optimize your

More information

PHP Integration Kit. Version 2.5.1. User Guide

PHP Integration Kit. Version 2.5.1. User Guide PHP Integration Kit Version 2.5.1 User Guide 2012 Ping Identity Corporation. All rights reserved. PingFederate PHP Integration Kit User Guide Version 2.5.1 December, 2012 Ping Identity Corporation 1001

More information

Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft

Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft 5.6 Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft logo, Jaspersoft ireport Designer, JasperReports Library, JasperReports Server, Jaspersoft

More information

Your Blueprint websites Content Management System (CMS).

Your Blueprint websites Content Management System (CMS). Your Blueprint websites Content Management System (CMS). Your Blueprint website comes with its own content management system (CMS) so that you can make your site your own. It is simple to use and allows

More information

TECHNICAL NOTES. Technical Notes P/N 300-999-663 REV 01

TECHNICAL NOTES. Technical Notes P/N 300-999-663 REV 01 TECHNICAL NOTES Protecting Virtual Machine Manager Environments by Using EMC NetWorker Module for Microsoft Applications Release 2.4 SP1 Technical Notes P/N 300-999-663 REV 01 January 30, 2013 These technical

More information

Search Engine Optimization Glossary

Search Engine Optimization Glossary Search Engine Optimization Glossary A ALT Text/Tag or Attribute: A description of an image in your site's HTML. Unlike humans, search engines read only the ALT text of images, not the images themselves.

More information

PingFederate. Windows Live Cloud Identity Connector. User Guide. Version 1.0

PingFederate. Windows Live Cloud Identity Connector. User Guide. Version 1.0 Windows Live Cloud Identity Connector Version 1.0 User Guide 2011 Ping Identity Corporation. All rights reserved. Windows Live Cloud Identity Connector User Guide Version 1.0 April, 2011 Ping Identity

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 HP Business Availability Center Integration Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The only

More information

Siebel Application Deployment Manager Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Siebel Application Deployment Manager Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Siebel Application Deployment Manager Guide Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software and related

More information

IBM Information Server

IBM Information Server IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01 IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01

More information

WebSphere Commerce Overview for Vector. 2014 IBM Corporation

WebSphere Commerce Overview for Vector. 2014 IBM Corporation WebSphere Commerce Overview for Vector Agenda WebSphere Commerce Overview Starter Stores Extended Sites Mobile Commerce Tooling Precision Marketing Promotions Search Solr Summary Capabilities References

More information