<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>For Business Archives - Liffery</title>
	<atom:link href="https://help.liffery.com/docs-category/for-business-accounts/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.liffery.com/docs-category/for-business-accounts/</link>
	<description>Help &#38; Legal</description>
	<lastBuildDate>Tue, 14 Feb 2023 17:41:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://help.liffery.com/wp-content/uploads/2021/10/cropped-favicon-48x48-1-32x32.png</url>
	<title>For Business Archives - Liffery</title>
	<link>https://help.liffery.com/docs-category/for-business-accounts/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Installing the Liffery Sidebar</title>
		<link>https://help.liffery.com/docs/installing-the-liffery-sidebar/</link>
		
		<dc:creator><![CDATA[Joe Carmichael]]></dc:creator>
		<pubDate>Thu, 27 Jan 2022 17:12:56 +0000</pubDate>
				<guid isPermaLink="false">https://help.liffery.com/?post_type=docs&#038;p=84</guid>

					<description><![CDATA[<p>Installation instructions for the various  website platforms supported by Liffery.</p>
<p>The post <a href="https://help.liffery.com/docs/installing-the-liffery-sidebar/">Installing the Liffery Sidebar</a> appeared first on <a href="https://help.liffery.com">Liffery</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Please note: Only the Shopify and WooCommerce plugins will verify your domain for you. For all other websites please ensure you have verified your domain. See help with that <a href="https://help.liffery.com/docs/uploading-the-liffery-verification-file/">here</a>.</p>



<h2 class="wp-block-heading" id="shopify">Shopify</h2>



<ol class="wp-block-list"><li>Install the official Liffery app from the Shopify app store&nbsp;<a href="https://apps.shopify.com/liffery/" target="_blank" rel="noreferrer noopener">https://apps.shopify.com/liffery/</a>&nbsp;(currently being released)</li><li>After installing, the app will automatically verify the domain for you. Wait for that to finish.</li><li>After verification, click the Install button. That&#8217;s it! Nothing else to do. Please note: there can sometimes be a short delay while the sidebar is activated. If you don&#8217;t see the sidebar straight away wait a few minutes and check again.</li></ol>



<h2 class="wp-block-heading" id="wordpress-woocommerce">WordPress / WooCommerce</h2>



<ol class="wp-block-list"><li>Install the official Liffery plugin from the WordPress website&nbsp;<a rel="noreferrer noopener" href="https://wordpress.org/plugins/liffery/" target="_blank">https://wordpress.org/plugins/liffery/</a></li><li>After installing and activating the Liffery plugin, head over to the plugin page via the WordPress settings. You will need to verify the installation by providing the installation code that can be found on the WooCommerce section of the Verification &amp; Installation page in your business account.</li><li>If the verification was a success you should be able to see the Liffery Sidebar installed onto your site.</li></ol>



<h2 class="wp-block-heading" id="squarespace">Squarespace</h2>



<ol class="wp-block-list"><li>Log into your Squarespace account and select your website.</li><li>Open &#8220;Settings&#8221; on the left-side menu.</li><li>Scroll the menu down a little and choose the &#8220;Advanced&#8221; settings.</li><li>Choose the &#8220;Code Injection&#8221; console.</li><li>Insert the following code into the &#8220;Header&#8221; section:<pre class="wp-block-code"><code>&lt;!-- Liffery Sidebar --&gt;
&lt;script async src="https://www.liffery.com/_/sidebar/p.js"&gt;&lt;/script&gt;</code></pre></li></ol>



<p>That is it, your website will now be loading the Liffery Sidebar.</p>



<h2 class="wp-block-heading" id="magento">Magento</h2>



<p>Magento is a very large and powerful platform with many options and variations of how it can be installed.</p>



<p>Due to the large variations and complexities in Magento, it is advisable to speak to your eCommerce site web developer.</p>



<p>Installation of the Liffery Sidebar requires extending the correct template on the server, for example, if you were using the default theme then:</p>



<ul class="wp-block-list"><li>The&nbsp;<strong>magento/theme-frontend-blank/Magento_Theme/layout/default_head_blocks.xml</strong>&nbsp;should be extended with the code snippet:
<pre class="wp-block-code"><code>&lt;!-- Liffery Sidebar --&gt;
&lt;script async src="https://www.liffery.com/_/sidebar/p.js" src_type="url"&gt;&lt;/script&gt;</code></pre></li><li>NB: Take note of the Magento specific&nbsp;<strong>src_type=&#8221;url&#8221;</strong>&nbsp;on the script tag.</li></ul>



<h2 class="wp-block-heading" id="google-tag-manager">Google Tag Manager</h2>



<p>Google Tag Manager is a great way to easily install the Liffery Sidebar. To install the Liffery Sidebar via Google Tag Manager you will need to add a&nbsp;<strong>custom tag</strong>.</p>



<p>The best way to learn how to install a Custom Tag to Google Tag Manager is to follow Google&#8217;s instructions on the topic:&nbsp;<a rel="noreferrer noopener" href="https://support.google.com/tagmanager/answer/6107167?hl=en" target="_blank">Google Custom Tags</a></p>



<p>Custom Tag Content:</p>



<pre class="wp-block-code"><code>&lt;!-- Liffery Sidebar --&gt;
&lt;script async src="https://www.liffery.com/_/sidebar/p.js"&gt;&lt;/script&gt;</code></pre>



<h2 class="wp-block-heading" id="shopware-5">Shopware 5</h2>



<p>Shopware 5 does not require any special addons or similar for the Liffery Sidebar to be installed.</p>



<p>The default theme in Shopware 5 offers the ability to&nbsp;<a href="https://developers.shopware.com/designers-guide/external-resources/">Embedding external resources</a>&nbsp;without any additional libraries or Addons.</p>



<ol class="wp-block-list"><li>Copy the Liffery Sidebar snippet:<pre class="wp-block-code"><code>&lt;!-- Liffery Sidebar --&gt;
&lt;script async src="https://www.liffery.com/_/sidebar/p.js"&gt;&lt;/script&gt;</code></pre></li><li>Paste into the&nbsp;<a href="https://developers.shopware.com/designers-guide/external-resources/">Embedding external resources</a>&nbsp;&#8220;Additional Javascript Libraries&#8221; box.</li><li>Press save.</li></ol>



<p>That is it, your website will now be loading the Liffery Sidebar.</p>



<h2 class="wp-block-heading" id="shopware-6">Shopware 6</h2>



<p>The Liffery Sidebar on Shopware 6 is best installed as a custom script via the&nbsp;<a href="https://store.shopware.com/en/dne5719820551438f/custom-javascript/css-manager-for-shopware-6.html">Custom JavaScript/CSS Manager for Shopware 6</a>&nbsp;extension. After installing this extension:</p>



<ol class="wp-block-list"><li>Copy the Liffery Sidebar code snippet to your clipboard:<pre class="wp-block-code"><code>&lt;!-- Liffery Sidebar --&gt; &lt;script async src="https://www.liffery.com/_/sidebar/p.js"&gt;&lt;/script&gt;</code></pre></li><li>Paste the snippet into the box titled &#8220;Javascript&#8221; and press save.</li></ol>



<h2 class="wp-block-heading" id="universal-one-liner">Universal One Liner</h2>



<p>The manual installation of the Liffery Sidebar requires that you can add 1 script to your website.</p>



<p>The 1 Liner:</p>



<pre class="wp-block-code"><code>&lt;!-- Liffery Sidebar --&gt;
&lt;script async src="https://www.liffery.com/_/sidebar/p.js"&gt;&lt;/script&gt;</code></pre>



<p>Ensure the above code snippet is added on every page you would like the sidebar to appear.</p>



<p>Typically this can be added to a common footer or header component of your website, but if you are unsure you can either contact the Liffery support or your web developer.</p>
<p>The post <a href="https://help.liffery.com/docs/installing-the-liffery-sidebar/">Installing the Liffery Sidebar</a> appeared first on <a href="https://help.liffery.com">Liffery</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Uploading the Liffery verification file</title>
		<link>https://help.liffery.com/docs/uploading-the-liffery-verification-file/</link>
					<comments>https://help.liffery.com/docs/uploading-the-liffery-verification-file/#respond</comments>
		
		<dc:creator><![CDATA[john.carmichael]]></dc:creator>
		<pubDate>Tue, 06 Jul 2021 10:54:29 +0000</pubDate>
				<guid isPermaLink="false">https://help.liffery.com/?post_type=docs&#038;p=20</guid>

					<description><![CDATA[<p>Introduction Before gaining access to the data from the Liffery platform or enabling the Liffery Sidebar on your site, first, you will need to verify that you own or manage the site. Verification prevents unwanted actors from gaining access to data that doesn&#8217;t rightfully belong to them. The team at Liffery are continually expanding the&#8230;&#160;<a href="https://help.liffery.com/docs/uploading-the-liffery-verification-file/" rel="bookmark">Read More &#187;<span class="screen-reader-text">Uploading the Liffery verification file</span></a></p>
<p>The post <a href="https://help.liffery.com/docs/uploading-the-liffery-verification-file/">Uploading the Liffery verification file</a> appeared first on <a href="https://help.liffery.com">Liffery</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Introduction</h2>



<p>Before gaining access to the data from the Liffery platform or enabling the Liffery Sidebar on your site, first, you will need to verify that you own or manage the site. Verification prevents unwanted actors from gaining access to data that doesn&#8217;t rightfully belong to them.</p>



<p>The team at Liffery are continually expanding the coverage of app and plugins for different e-commerce platforms. However, if your site does not have a compatible Liffery app or plugin, you will have to verify your site manually&#8230; but don&#8217;t worry it is not overly complex, and if you need any help at any point of the journey, our team will be on hand to help!</p>



<h2 class="wp-block-heading">The manual verification process</h2>



<ol class="wp-block-list"><li>Download to your computer the verification file from the Liffery for Business app.</li><li>Upload the file to your platform and ensure it can be accessed from a web browser.</li><li>Lastly, enter the URL to the file into the Liffery for Business app, and press verify. Liffery will then attempt to read the file based on the URL you provided, and if it can be read, Liffery will consider the domain verified.</li></ol>



<h2 class="wp-block-heading">Resources</h2>



<p>Uploading files to your website depends on the type of platform your website runs on.</p>



<p>Below are a few documentation links to some of the more popular platforms on how to upload files:</p>



<ul class="wp-block-list"><li><a href="https://docs.magento.com/user-guide/cms/media-storage.html">Magento</a></li><li><a rel="noreferrer noopener" href="https://help.shopify.com/en/manual/shopify-admin/productivity-tools/file-uploads" target="_blank">Shopify</a></li><li><a rel="noreferrer noopener" href="https://docs.shopware.com/en/shopware-6-en/content/media" target="_blank">Shopware</a></li><li><a rel="noreferrer noopener" href="https://wordpress.com/support/media/" target="_blank">WordPress/Woocommerce</a></li></ul>



<p>Although we advise using the official Liffery apps and plugins for Shopify and WordPress, you can also use the &#8220;<a rel="noreferrer noopener" href="https://help.liffery.com/docs/installing-the-liffery-sidebar/" data-type="docs" data-id="84" target="_blank">One-Liner</a>&#8221; option and manually upload the verification file to your site.</p>
<p>The post <a href="https://help.liffery.com/docs/uploading-the-liffery-verification-file/">Uploading the Liffery verification file</a> appeared first on <a href="https://help.liffery.com">Liffery</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.liffery.com/docs/uploading-the-liffery-verification-file/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ensuring Liffery gets the right price from your website</title>
		<link>https://help.liffery.com/docs/ensuring-liffery-gets-the-right-price-from-your-website/</link>
		
		<dc:creator><![CDATA[Joe Carmichael]]></dc:creator>
		<pubDate>Tue, 14 Feb 2023 16:24:16 +0000</pubDate>
				<guid isPermaLink="false">https://help.liffery.com/?post_type=docs&#038;p=205</guid>

					<description><![CDATA[<p>When Liffery scrapes your website, along with all the other metadata we also aim to accurately pull out the price, if available, of the product that the person has posted. The screenshot to the right (above on mobile) shows the most common place where someone on Liffery will see the price of a product. That&#8230;&#160;<a href="https://help.liffery.com/docs/ensuring-liffery-gets-the-right-price-from-your-website/" rel="bookmark">Read More &#187;<span class="screen-reader-text">Ensuring Liffery gets the right price from your website</span></a></p>
<p>The post <a href="https://help.liffery.com/docs/ensuring-liffery-gets-the-right-price-from-your-website/">Ensuring Liffery gets the right price from your website</a> appeared first on <a href="https://help.liffery.com">Liffery</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image is-style-default">
<figure class="alignright size-full is-resized"><img fetchpriority="high" decoding="async" src="https://help.liffery.com/wp-content/uploads/2023/02/image-1.png" alt="Example item card with price highlighted" class="wp-image-207" width="315" height="498" srcset="https://help.liffery.com/wp-content/uploads/2023/02/image-1.png 408w, https://help.liffery.com/wp-content/uploads/2023/02/image-1-190x300.png 190w" sizes="(max-width: 315px) 100vw, 315px" /><figcaption class="wp-element-caption"><em>Example item card with price highlighted</em></figcaption></figure></div>


<p></p>



<p>When Liffery scrapes your website, along with all the other metadata we also aim to accurately pull out the price, if available, of the product that the person has posted.</p>



<p>The screenshot to the right (above on mobile) shows the most common place where someone on Liffery will see the price of a product. That is on the item card itself which is found on their dashboard, profile page, or channel page.</p>



<p>We support all currencies in the world and whenever possible will use the relevant currency symbol to represent the currency.</p>



<p></p>



<h2 class="wp-block-heading">Formatting your website</h2>



<p>To ensure that Liffery correctly gets the relevant price from your website there are two methods for structuring your data that you can use to help us.</p>



<p></p>



<h4 class="wp-block-heading">OG Tags</h4>



<p><a href="https://ogp.me/">Open Graph</a> (OG) is a protocol introduced by Facebook and adopted by much of the web to standardise rich content across social media. At Liffery we also utilise OG tags. We will first look for any OG tags on a site and if available will use the data within those to make decisions. As well as type, image, description, title, you can also include your pricing data here.</p>



<p>The most efficient way is as so:</p>



<ol class="wp-block-list">
<li>Set the og:type to &#8220;product&#8221;. This tells us unequivocally we are looking at a product which will have a price.
<ul class="wp-block-list">
<li><code>&lt;meta property="og:type" content="product" /></code></li>
</ul>
</li>



<li>Use the property &#8220;product:price:amount&#8221; and it&#8217;s corresponding content value to set the price.
<ul class="wp-block-list">
<li><code>&lt;meta property="product:price:amount" content="12.50" /></code> </li>
</ul>
</li>



<li>Use the property &#8220;product:price:currency&#8221; and it&#8217;s corresponding content value to set the currency. Use the <a href="https://en.wikipedia.org/wiki/ISO_4217">ISO 4217</a> international standard 3-letter currency code, e.g. GBP.
<ul class="wp-block-list">
<li><code>&lt;meta property="product:price:currency" content="GBP" /></code> </li>
</ul>
</li>
</ol>



<p>These 3 OG tags will guarantee we get the correct price and format it in the correct way on Liffery. The above will be £12.50. If you have set your og:type to something other than product, we also accept the properties &#8220;og:price:amount&#8221; and &#8220;og:price:currency&#8221; instead to represent your pricing data.</p>



<p>Please note: Any data we find in OG tags is at the highest level of hierarchy of what we find important. That is to say, if you have price data in OG tags and in JSON-LD tags, we will only keep the OG pricing data.</p>



<p></p>



<h4 class="wp-block-heading">JSON-LD</h4>



<p>JSON-LD (linked data) is another standardised way to represent rich data in a structured way to be used across social media. Whereas OG tags are more limited in what data you can provide but are quick to scan, JSON-LD is a little slower to scan but offers far more options for rich data. JSON-LD is formatted according to Schema.org. You can read all the available schema&#8217;s on <a href="https://schema.org/">their website</a>; if looking at an example, be sure to select the JSON-LD tab as we don&#8217;t read RDFa or Microdata.</p>



<p>There are many different types of schema&#8217;s but if we find the <a href="https://schema.org/Product">product</a> object we will give preference to any data found in here. It is the second highest in the hierarchy of what we find important behind OG tags.</p>



<p>Preferably within a product object, but can be at any level, you should include an <a href="https://schema.org/offers">offers</a> object to hold your pricing data.</p>



<p>The pricing data looks like this where the currency is an <a href="https://en.wikipedia.org/wiki/ISO_4217">ISO 4217</a> international standard 3-letter currency code:</p>



<pre class="wp-block-code"><code>"priceCurrency":"GBP",
"price":"27.99"</code></pre>



<p>As simple as that. A full JSON-LD script tag including pricing data might look like:</p>



<pre class="wp-block-code"><code>&lt;script type="application/ld+json">
{
  "@context":"https://schema.org/",
  "@type":"product",
  "offers":{
    "@type":"Offer",
    "availability":"https://schema.org/InStock",
    "url":"https://shop.liffery.com/products/organic-canvas-tote-bag",
    "priceCurrency":"GBP",
    "price":"41.05"
  },
  "productId":"6368471",
  "sku":"109222604",
  "url":"https://shop.liffery.com/products/organic-canvas-tote-bag",
  "name":"Organic Canvas Tote Bag",
  "description":"Designed with nature-approved materials, these personalized Econscious EC8040 canvas tote bags come with a 100% certified-organic cotton body and web handles.",
  "image":"https://cdn.shopify.com/s/files/1/0558/7982/7595/products/35bff1ab030890e922eeb8df09d271e0.jpg?v=1643917810",
}
&lt;/script></code></pre>



<p>The advantage of a JSON-LD tag is that the script tag can be injected anywhere on the page. It doesn&#8217;t have to be in the header. This makes it easier for Content Management Systems such as WordPress or Shopify to inject this data onto the page automatically without you needing to know how to code yourself. If your CMS is not currently doing this please get in touch with them to ask how. Or if you are managing it yourself please research how to add JSON-LD to the product pages of your chosen CMS.</p>



<h3 class="wp-block-heading">Backup Price</h3>



<p>If you do not provide OG tags containing the price or a properly structured JSON-LD script tag then Liffery will attempt to find the price in the html that we scrape. This is, however, a last resort. While we have done our best to ensure we extract the correct price, it will never be as accurate as explicitly stating the price in a structured way as per the examples above.</p>



<p></p>
<p>The post <a href="https://help.liffery.com/docs/ensuring-liffery-gets-the-right-price-from-your-website/">Ensuring Liffery gets the right price from your website</a> appeared first on <a href="https://help.liffery.com">Liffery</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Structured data and how it improves how your site looks on Liffery</title>
		<link>https://help.liffery.com/docs/structured-data-and-how-it-improves-how-your-site-looks-on-liffery/</link>
		
		<dc:creator><![CDATA[Joe Carmichael]]></dc:creator>
		<pubDate>Tue, 14 Feb 2023 17:30:46 +0000</pubDate>
				<guid isPermaLink="false">https://help.liffery.com/?post_type=docs&#038;p=209</guid>

					<description><![CDATA[<p>Within Liffery there are many ways in which content from your website will be presented to people. Structured data gives you control over what Liffery shows to people. Item Cards Item cards are the main components of Liffery. They are what people see when they log in. What they see then they view another persons&#8230;&#160;<a href="https://help.liffery.com/docs/structured-data-and-how-it-improves-how-your-site-looks-on-liffery/" rel="bookmark">Read More &#187;<span class="screen-reader-text">Structured data and how it improves how your site looks on Liffery</span></a></p>
<p>The post <a href="https://help.liffery.com/docs/structured-data-and-how-it-improves-how-your-site-looks-on-liffery/">Structured data and how it improves how your site looks on Liffery</a> appeared first on <a href="https://help.liffery.com">Liffery</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image">
<figure class="alignright size-full is-resized"><img decoding="async" src="https://help.liffery.com/wp-content/uploads/2023/02/image-2.png" alt="Example item card" class="wp-image-210" width="299" height="472" srcset="https://help.liffery.com/wp-content/uploads/2023/02/image-2.png 407w, https://help.liffery.com/wp-content/uploads/2023/02/image-2-190x300.png 190w" sizes="(max-width: 299px) 100vw, 299px" /><figcaption class="wp-element-caption"><em>Example item card</em></figcaption></figure></div>


<p>Within Liffery there are many ways in which content from your website will be presented to people. Structured data gives you control over what Liffery shows to people.</p>



<h2 class="wp-block-heading">Item Cards</h2>



<p>Item cards are the main components of Liffery. They are what people see when they log in. What they see then they view another persons profile. And what they see when they view channels.</p>



<p>If someone has posted a link to your website Liffery will generate the best preview of the product you are selling that we can do. This data is cached, so don&#8217;t worry, if 10,000 people post the same link to your website we will only crawl it the first time to generate the cache.</p>



<h2 class="wp-block-heading">Item Detail Page</h2>



<p>After seeing an item card, if a person likes what they see they might click on it for more detail or to interact with the poster.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://help.liffery.com/wp-content/uploads/2023/02/image-3-1024x730.png" alt="Example item detail page" class="wp-image-211" width="703" height="500" srcset="https://help.liffery.com/wp-content/uploads/2023/02/image-3-1024x730.png 1024w, https://help.liffery.com/wp-content/uploads/2023/02/image-3-300x214.png 300w, https://help.liffery.com/wp-content/uploads/2023/02/image-3-768x547.png 768w, https://help.liffery.com/wp-content/uploads/2023/02/image-3.png 1048w" sizes="(max-width: 703px) 100vw, 703px" /><figcaption class="wp-element-caption">Example item detail page</figcaption></figure></div>


<h2 class="wp-block-heading">Structured Data</h2>



<p>The content showing in both the item card example and the item detail example can be controlled by you. There are two ways in which you can provide us with structured data. Both are widely used standards for providing rich content for social media and improving SEO. First by the <a href="https://ogp.me/">Open Graph</a> (OG) protocol. Second by using JSON-LD (linked data). JSON-LD is formatted according to <a href="https://schema.org/">Schema.org</a>.</p>



<h3 class="wp-block-heading">OG Tags</h3>



<p>In the hierarchy of importance, any data in OG tags is considered to be the most important. It will supercede any data found elsewhere. The following is an example of the OG tags which would be scraped by Liffery to generate the previews used on this post.</p>



<pre class="wp-block-code"><code>&lt;meta property="og:type" content="product" /&gt;
&lt;meta property="og:title" content="Organic Canvas Tote Bag" /&gt;
&lt;meta property="og:url" content="https://shop.liffery.com/products/organic-canvas-tote-bag" /&gt;
&lt;meta property="og:image" content="https://cdn.shopify.com/s/files/1/0558/7982/7595/products/35bff1ab030890e922eeb8df09d271e0.jpg?v=1643917810" /&gt;
&lt;meta property="og:description" content="Designed with nature-approved materials, these personalized Econscious EC8040 canvas tote bags come with a 100% certified-organic cotton body and web handles. The open main compartment adds daily function with its easy-access, while the Econscious tag on the handle base is a discreet nod to this personalized tote bag being a green choice." /&gt;
&lt;meta property="product:price:amount" content="41.05" /&gt;
&lt;meta property="product:price:currency" content="GBP" /&gt;</code></pre>



<p>These are all the OG tags you need. You can read more on price in <a href="https://help.liffery.com/docs/ensuring-liffery-gets-the-right-price-from-your-website/">this post here</a>.</p>



<h3 class="wp-block-heading">JSON-LD</h3>



<p>An awful lot of data can be placed into JSON-LD script tags, and it is encouraged for SEO, but the most important object you can place in your JSON-LD for Liffery is the <a href="https://schema.org/Product">Product</a> object. Liffery gives preference to the product object over any other JSON-LD type. And in the hierarchy of what we find important, it is the second highest behind OG tags.</p>



<pre class="wp-block-code"><code>&lt;script type="application/ld+json"&gt;
{
  "@context":"https://schema.org/",
  "@type":"product",
  "offers":{
    "@type":"Offer",
    "availability":"https://schema.org/InStock",
    "url":"https://shop.liffery.com/products/organic-canvas-tote-bag",
    "priceCurrency":"GBP",
    "price":"41.05"
  },
  "productId":"6368471",
  "sku":"109222604",
  "url":"https://shop.liffery.com/products/organic-canvas-tote-bag",
  "name":"Organic Canvas Tote Bag",
  "description":"Designed with nature-approved materials, these personalized Econscious EC8040 canvas tote bags come with a 100% certified-organic cotton body and web handles. The open main compartment adds daily function with its easy-access, while the Econscious tag on the handle base is a discreet nod to this personalized tote bag being a green choice.",
  "image":"https://cdn.shopify.com/s/files/1/0558/7982/7595/products/35bff1ab030890e922eeb8df09d271e0.jpg?v=1643917810",
}
&lt;/script&gt;</code></pre>



<p>The main keys that we are looking for in JSON-LD are: name, description, image, url, price and priceCurrency. These keys are standard as described on Schema.org.</p>



<p>The advantage of a JSON-LD tag is that the script tag can be injected anywhere on the page. It doesn’t have to be in the header. This makes it easier for Content Management Systems such as WordPress or Shopify to inject this data onto the page automatically without you needing to know how to code yourself. If your CMS is not currently doing this please get in touch with them to ask how. Or if you are managing it yourself please research how to add JSON-LD to the product pages of your chosen CMS.</p>



<h3 class="wp-block-heading">Backup</h3>



<p>If we cannot find all the data we need in the structured data you provide, or you don&#8217;t provide any structured data, we will attempt to find a description and picture from the page itself.</p>



<h2 class="wp-block-heading">Hierarchy of Data</h2>



<p>The hierarchy of data is in the order of this post. OG > JSON-LD > Nothing. Any data in OG tags will be used over data found elsewhere. If we don&#8217;t find everything in the OG tags we will analyse the JSON-LD script tags you provide as well. If after going through OG and JSON-LD we still haven&#8217;t found enough data to generate a cache we will attempt to automatically find the best description and picture from the page, but there is no guarantee it will be the best description or picture.</p>
<p>The post <a href="https://help.liffery.com/docs/structured-data-and-how-it-improves-how-your-site-looks-on-liffery/">Structured data and how it improves how your site looks on Liffery</a> appeared first on <a href="https://help.liffery.com">Liffery</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
