This document describes how SEO is generated and configured for your Kodaris website; including your products, categories, and content pages.
Before we get started, we’ll give a quick overview of the three different types of SEO we’ll cover in this document:
Meta fields are used by search engines to drive search results on Google, Bing, etc. There are two main meta fields that you can configure to influence the search results for your products, categories, pages, etc
Helpful Links:
Documentation: https://developers.google.com/search/docs/fundamentals/seo-starter-guide
OG fields are used by third party platforms to display a page preview when a user shares a page from your website. For example, when a user shares a product page to a social media platform like Facebook or Twitter. There are six OG fields that can be set for your products, categories, pages…
Helpful Links:
Structured data is a standardized format for providing information about a page and classifying the page content. Adding structured data can enable rich search results that are more engaging to users and might encourage them to interact more with your website.
Kodaris automatically generates structured data for your products, categories, and marketing/information pages; and includes required fields by default. There are many other optional fields that can also be included. Please refer to the official documentation if you’d like to find out more.
Helpful Links
Now that we’ve given a brief overview about the three types of SEO, let’s see how Kodaris generates SEO for your website and how you can customize it. The first thing we’ll cover is your default store SEO. In Kodaris you can configure default meta and OG fields which are displayed for your home page and any other pages/products/categories which have not yet been configured for SEO. For example, if you’ve not added SEO to several of your products yet, the system will provide the default SEO fields instead until you configure the SEO for those products.
Set your default meta and OG fields:
Video demonstration:
The next thing we’ll cover is SEO for your products. Kodaris automatically generates meta fields, og fields, and structured data for them. You can also customize the SEO for your products in your PIM.
By default, Kodaris generates meta fields for your products based on your store SEO and your PIM data. You can also customize the meta fields per product.
Set meta fields for a product:
Video demonstration:
By default, Kodaris also generates OG fields for your products based on your store SEO and your PIM data.
Generated fields:
Video demonstration:
Kodaris automatically generates structured data for your products and includes the required fields by default. There are many other optional fields that can be included. Please refer to the official documentation if you’d like to find out more.
Generated fields:
View the generated structured data for a product:
Verify your product’s structured data:
Verify your product’s rich search results:
Video Demonstration:
[coming soon]
Example
Kodaris generated the following structured data snippet for product: https://commerce.kodaris.com/product/AMERK4008
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "3 in USG Donn Brand 15/16 in DX/DXL Acoustical Suspension System Tee Face Sleeve - TFS-1",
"image": "https://s3.amazonaws.com/commerce.kodaris.com/product/9841_MD-USG_TFS_2.jpg",
"description": "",
"productID": "amerk4008",
"url": "https://commerce.kodaris.com/product/amerk4008",
"offers": {
"@type": "Offer",
"price": "38.57",
"priceCurrency": "USD"
}
}
</script>
Kodaris also generates meta fields, OG fields, and structured data for your product categories. You can configure and customize these fields in your Kodaris PIM much like you can for your products.
The meta fields for your product categories are generated based on your store SEO and your PIM data. You can also customize the meta fields per category.
Set meta fields for a category:
Video demonstration:
By default, Kodaris generates OG fields for your categories based on your store SEO and your PIM data.
Generated fields:
Video demonstration:
Kodaris automatically generates structured data for your product categories and includes the required fields by default. There are many other optional fields that can be included. Please refer to the official documentation if you’d like to find out more.
Google does not show rich search results for categories, however it will use the structured data to determine what you are offering on your category page.
Generated fields:
View the generated structured data for a category:
Verify your category’s structured data:
Verify your category’s rich search results:
Video Demonstration:
Example
Kodaris generated the following structured data for the Ceilings category. https://commerce.kodaris.com/category/ceilings
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ItemList",
"url": "https://commerce.kodaris.com/category/ceilings",
"numberOfItems": "225",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "Product",
"image": "https://s3.amazonaws.com/commerce.kodaris.com/product/9841_MD-USG_TFS_2.jpg",
"url": "/product/AMERK4008?categoryCode=ceilings",
"name": "3 in USG Donn Brand 15/16 in DX/DXL Acoustical Suspension System Tee Face Sleeve - TFS-1",
"offers": {
"@type": "Offer",
"price": 38.57,
"priceCurrency": "USD"
}
}
},
...abreviated for brevity
}
</script>
Kodaris also generates meta fields, OG fields, and structured data for your marketing/informational pages. You can configure and customize the SEO in your Kodaris CMS.
Kodaris generates meta fields for your content pages based on your store SEO and your CMS data. You can also customize the meta fields per page.
Set meta fields for a page:
Video demonstration:
By default, Kodaris generates OG fields for your pages based on your store SEO and your CMS data.
Generated fields:
Set OG fields for a page:
Video demonstration:
Kodaris automatically generates structured data for your content pages and includes the required fields by default. There are many other optional fields that can be included. Please refer to the official documentation if you’d like to find out more.
Generated fields:
View the generated structured data for a page:
Verify your page’s structured data:
Verify your page’s rich search results:
Video Demonstration:
Example:
Kodaris generated the following structured data for the FAQs page.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"url": "https://commerce.kodaris.com/s/content/faqs",
"author": [
{
"@type":"Organization",
"name": "Kodaris",
"url": "https://commerce.kodaris.com"
}
],
"image": "",
"keywords": "",
"headline": "Frequently Asked Questions",
"description": "",
"dateModified": "2024-02-05 17:44:58:196",
"dateCreated": "2023-12-16 17:49:37"
}
</script>
A sitemap is a file where you provide information about the pages, products, categories and other content on your site. Search engines read this file to crawl and index your site more efficiently. You can also submit a sitemap directly to Google in the search console.
In Kodaris, you can view, generate and schedule a sitemap that includes all your products, product categories, and marketing/informational pages.
[image coming soon]
Helpful Links
Example:
Sitemap Index:
Kodaris generates a top-level sitemap index file which lists the locations of 3 other sitemap files; for your products, categories, and marketing pages
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap xmlns="">
<loc>https://commerce.kodaris.com/sitemap_products_1.xml</loc>
</sitemap>
<sitemap xmlns="">
<loc>https://commerce.kodaris.com/sitemap_categories_1.xml</loc>
</sitemap>
<sitemap xmlns="">
<loc>https://commerce.kodaris.com/sitemap_content_pages_1.xml</loc>
</sitemap>
</sitemapindex>
Product Sitemap: https://commerce.kodaris.com/sitemap_products_1.xml
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url xmlns="">
<loc>https://commerce.kodaris.com/product/093</loc>
<lastmod>2024-04-29</lastmod>
</url>
<url xmlns="">
<loc>https://commerce.kodaris.com/product/1000GJ12-20</loc>
<lastmod>2024-04-29</lastmod>
</url>
<url xmlns="">
<loc>https://commerce.kodaris.com/product/1000GJ14-12</loc>
<lastmod>2024-04-29</lastmod>
</url>
... omitted for brevity
Category Sitemap: https://commerce.kodaris.com/sitemap_categories_1.xml
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url xmlns="">
<loc>https://commerce.kodaris.com/category/drywall</loc>
<lastmod>2024-04-29</lastmod>
</url>
<url xmlns="">
<loc>https://commerce.kodaris.com/category/steel_light_gauge_stud</loc>
<lastmod>2024-04-29</lastmod>
</url>
<url xmlns="">
<loc>https://commerce.kodaris.com/category/steel_light_gauge_track</loc>
<lastmod>2024-04-29</lastmod>
</url>
... omitted for brevity
Page Sitemap: https://commerce.kodaris.com/sitemap_content_pages_1.xml
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url xmlns="">
<loc>https://commerce.kodaris.com/s/content/faqs</loc>
<lastmod>2024-04-29</lastmod>
</url>
<url xmlns="">
<loc>https://commerce.kodaris.com/s/content/locations</loc>
<lastmod>2024-04-29</lastmod>
</url>
<url xmlns="">
<loc>https://commerce.kodaris.com/s/content/contact-us</loc>
<lastmod>2024-04-29</lastmod>
</url>
... omitted for brevity