{"id":25534,"date":"2026-09-05T02:45:05","date_gmt":"2026-09-04T23:45:05","guid":{"rendered":"https:\/\/alienroad.com\/google-bilgi-bankasi\/merchant-shipping-policy-shippingservice-structured-data\/"},"modified":"2026-09-05T02:45:05","modified_gmt":"2026-09-04T23:45:05","slug":"merchant-shipping-policy-shippingservice-structured-data","status":"publish","type":"ar_kb","link":"https:\/\/alienroad.com\/google-bilgi-bankasi\/merchant-shipping-policy-shippingservice-structured-data\/","title":{"rendered":"Merchant shipping policy (ShippingService) structured data"},"content":{"rendered":"<p><img decoding=\"async\" class=\"attempt-right\" width=\"600\" src=\"https:\/\/alienroad.com\/wp-content\/uploads\/kb-gorsel\/g-1096082cd58d.png\" loading=\"lazy\" alt=\"shopping knowledge panel with shipping information in search results\"><\/p>\n<p>\n  Many merchants have shipping policies that outline the process of shipping purchased products for customers.<br \/>\n  When you add <code>ShippingService<\/code> structured data to your site, Google Search can use this information to<br \/>\n  display shipping information alongside your products and in knowledge panels in Search results.<br \/>\n  <code>ShippingService<\/code> lets you specify details such as shipping costs and delivery times depending on product characteristics such as product weight, dimensions, or delivery location.\n<\/p>\n<p>\n  A standard shipping policy for your business that applies to most or all products you sell can be specified using<br \/>\n  the <code>ShippingService<\/code> structured data type nested under the <code>Organization<\/code><br \/>\n  structured data type using the <code>hasShippingService<\/code> property.\n<\/p>\n<aside class=\"note\">\n  If you need to override your standard shipping policy for a specific product, specify<br \/>\n  one or more instances of the <code>OfferShippingDetails<\/code> type,<br \/>\n  which is nested under the <code>Offer<\/code> type using the <code>shippingDetails<\/code> property. For<br \/>\n  more information on shipping policies for individual products, refer to the<br \/>\n  <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/merchant-listing-product-offer-structured-data\/#merchant-shipping-policy-properties\">Merchant listing<\/a><br \/>\n  documentation. Shipping policies for individual products specified under <code>Offer<\/code> support<br \/>\n  a more limited set of properties than those described here for shipping policies specified under<br \/>\n  <code>Organization<\/code>.<br \/>\n<\/aside>\n<h2 id=\"add-structured-data\" tabindex=\"-1\">\n    How to add structured data<br \/>\n  <\/h2>\n<p>\n    Structured data is a standardized format for providing information about a page and classifying the page<br \/>\n    content. If you&#8217;re new to structured data, you can learn more about<br \/>\n    <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/\">how structured data works<\/a>.\n    <\/p>\n<p>\n    Here&#8217;s an overview of how to build, test, and release structured data.<\/p>\n<ol>\n<li>Add the <a href=\"#structured-data-type-definitions\">required properties<\/a>. Based on the<br \/>\n      format you&#8217;re using, learn where to <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/#format-placement\">insert structured data on the page<\/a>.<\/p>\n<aside class=\"note\">\n      <b>Using a CMS?<\/b> It may be easier to use a plugin that&#8217;s integrated into your CMS.<br \/>\n      <br \/>\n      <b>Using JavaScript?<\/b> Learn how to<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/generate-structured-data-with-javascript\/\">generate structured data with JavaScript<\/a>.<\/aside>\n<\/li>\n<li>Follow the <a href=\"#guidelines\">guidelines<\/a>.<\/li>\n<li>Validate your code using the<br \/>\n      <a href=\"https:\/\/search.google.com\/test\/rich-results\" class=\"external-link\">Rich Results Test<\/a><br \/>\n      and fix any critical errors. Consider also fixing any non-critical issues that may be flagged<br \/>\n      in the tool, as they can help improve the quality of your structured data (however, this isn&#8217;t necessary to be eligible for rich results). <\/li>\n<li>Deploy a few pages that include your structured data and use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9012289\" class=\"external-link\">URL Inspection tool<\/a> to test how Google sees the page. Be sure that your page is<br \/>\n      accessible to Google and not blocked by a robots.txt file, the <code>noindex<\/code> tag, or<br \/>\n      login requirements. If the page looks okay, you can<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/recrawl-request\/\" class=\"external-link\">ask Google to recrawl your URLs<\/a>.<\/p>\n<aside class=\"note\"><b>Note<\/b>: Allow time for re-crawling and re-indexing. Remember that it<br \/>\n      may take several days after publishing a page for Google to find and crawl it.<\/aside>\n<\/li>\n<li>To keep Google informed of future changes, we recommend that you<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/build-submit-sitemap\/\" class=\"external-link\">submit a sitemap<\/a>. You can automate this with the<br \/>\n      <a href=\"https:\/\/developers.google.com\/webmaster-tools\/v1\/sitemaps\" class=\"external-link\">Search Console Sitemap API<\/a>.<\/li>\n<\/ol>\n<h2 id=\"examples\" tabindex=\"-1\">Examples<\/h2>\n<p>This example shows for the US and Canada there is free 2-day shipping for orders over $29.99,<br \/>\n  otherwise 3-day shipping for $3.49. For Mexico, there is no shipping for orders under $50,<br \/>\n  otherwise there is 4-day shipping with a 10% shipping cost.\n<\/p>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=merchant\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\" \/><textarea name=\"code_snippet\" style=\"display:none\">&lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Our shipping policy&lt;\/title&gt;<br \/>\n    &lt;script type=&#8221;application\/ld+json&#8221;&gt;<br \/>\n      {<br \/>\n        &#8220;@context&#8221;: &#8220;https:\/\/schema.org&#8221;,<br \/>\n        &#8220;@type&#8221;: &#8220;https:\/\/schema.org\/Organization&#8221;,<br \/>\n        &#8220;hasShippingService&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;ShippingService&#8221;,<br \/>\n            &#8220;@id&#8221;: &#8220;#us_ca_mx_standard_shipping&#8221;,<br \/>\n            &#8220;name&#8221;: &#8220;Standard shipping policies for US, Canada and Mexico&#8221;,<br \/>\n            &#8220;description&#8221;: &#8220;US and Canada: Free 2-day shipping for orders over $29.99,<br \/>\n                            otherwise 3-day shipping for $3.49.<br \/>\n                            Mexico: No shipping to Mexico for orders under $50,<br \/>\n                            otherwise 10% shipping cost and 4-day shipping.&#8221;,<br \/>\n            &#8220;fulfillmentType&#8221;: &#8220;FulfillmentTypeDelivery&#8221;,<br \/>\n            &#8220;handlingTime&#8221;: {<br \/>\n              &#8220;@type&#8221;: &#8220;ServicePeriod&#8221;,<br \/>\n              &#8220;cutoffTime&#8221;: &#8220;14:30:00-07:00&#8221;,<br \/>\n              &#8220;duration&#8221;: {<br \/>\n                &#8220;@type&#8221;: &#8220;QuantitativeValue&#8221;,<br \/>\n                &#8220;minValue&#8221;: 0,<br \/>\n                &#8220;maxValue&#8221;: 1,<br \/>\n                &#8220;unitCode&#8221;: &#8220;DAY&#8221;<br \/>\n              },<br \/>\n              &#8220;businessDays&#8221;: [<br \/>\n                &#8220;Monday&#8221;,<br \/>\n                &#8220;Tuesday&#8221;,<br \/>\n                &#8220;Wednesday&#8221;,<br \/>\n                &#8220;Thursday&#8221;,<br \/>\n                &#8220;Friday&#8221;<br \/>\n              ]<br \/>\n            },<br \/>\n            &#8220;shippingConditions&#8221;: [<br \/>\n              {<br \/>\n                &#8220;@type&#8221;: &#8220;ShippingConditions&#8221;,<br \/>\n                &#8220;shippingDestination&#8221;: [<br \/>\n                  {<br \/>\n                    &#8220;@type&#8221;: &#8220;DefinedRegion&#8221;,<br \/>\n                    &#8220;addressCountry&#8221;: &#8220;US&#8221;<br \/>\n                  },<br \/>\n                  {<br \/>\n                    &#8220;@type&#8221;: &#8220;DefinedRegion&#8221;,<br \/>\n                    &#8220;addressCountry&#8221;: &#8220;CA&#8221;<br \/>\n                  }<br \/>\n                ],<br \/>\n                &#8220;orderValue&#8221;: {<br \/>\n                  &#8220;@type&#8221;: &#8220;MonetaryAmount&#8221;,<br \/>\n                  &#8220;minValue&#8221;: 0,<br \/>\n                  &#8220;maxValue&#8221;: 29.99,<br \/>\n                  &#8220;currency&#8221;: &#8220;USD&#8221;<br \/>\n                },<br \/>\n                &#8220;shippingRate&#8221;: {<br \/>\n                  &#8220;@type&#8221;: &#8220;MonetaryAmount&#8221;,<br \/>\n                  &#8220;value&#8221;: 3.49,<br \/>\n                  &#8220;currency&#8221;: &#8220;USD&#8221;<br \/>\n                },<br \/>\n                &#8220;transitTime&#8221;: {<br \/>\n                  &#8220;@type&#8221;: &#8220;ServicePeriod&#8221;,<br \/>\n                  &#8220;duration&#8221;: {<br \/>\n                    &#8220;@type&#8221;: &#8220;QuantitativeValue&#8221;,<br \/>\n                    &#8220;minValue&#8221;: 1,<br \/>\n                    &#8220;maxValue&#8221;: 2,<br \/>\n                    &#8220;unitCode&#8221;: &#8220;DAY&#8221;<br \/>\n                  },<br \/>\n                  &#8220;businessDays&#8221;: [<br \/>\n                    &#8220;Monday&#8221;,<br \/>\n                    &#8220;Tuesday&#8221;,<br \/>\n                    &#8220;Wednesday&#8221;,<br \/>\n                    &#8220;Thursday&#8221;,<br \/>\n                    &#8220;Friday&#8221;,<br \/>\n                    &#8220;Saturday&#8221;<br \/>\n                  ]<br \/>\n                }<br \/>\n              },<br \/>\n              {<br \/>\n                &#8220;@type&#8221;: &#8220;ShippingConditions&#8221;,<br \/>\n                &#8220;shippingDestination&#8221;: [<br \/>\n                  {<br \/>\n                    &#8220;@type&#8221;: &#8220;DefinedRegion&#8221;,<br \/>\n                    &#8220;addressCountry&#8221;: &#8220;US&#8221;<br \/>\n                  },<br \/>\n                  {<br \/>\n                    &#8220;@type&#8221;: &#8220;DefinedRegion&#8221;,<br \/>\n                    &#8220;addressCountry&#8221;: &#8220;CA&#8221;<br \/>\n                  }<br \/>\n                ],<br \/>\n                &#8220;orderValue&#8221;: {<br \/>\n                  &#8220;@type&#8221;: &#8220;MonetaryAmount&#8221;,<br \/>\n                  &#8220;minValue&#8221;: 30,<br \/>\n                  &#8220;currency&#8221;: &#8220;USD&#8221;<br \/>\n                },<br \/>\n                &#8220;shippingRate&#8221;: {<br \/>\n                  &#8220;@type&#8221;: &#8220;MonetaryAmount&#8221;,<br \/>\n                  &#8220;value&#8221;: 0,<br \/>\n                  &#8220;currency&#8221;: &#8220;USD&#8221;<br \/>\n                },<br \/>\n                &#8220;transitTime&#8221;: {<br \/>\n                  &#8220;@type&#8221;: &#8220;ServicePeriod&#8221;,<br \/>\n                  &#8220;duration&#8221;: {<br \/>\n                    &#8220;@type&#8221;: &#8220;QuantitativeValue&#8221;,<br \/>\n                    &#8220;minValue&#8221;: 1,<br \/>\n                    &#8220;maxValue&#8221;: 1,<br \/>\n                    &#8220;unitCode&#8221;: &#8220;DAY&#8221;<br \/>\n                  },<br \/>\n                  &#8220;businessDays&#8221;: [<br \/>\n                    &#8220;Monday&#8221;,<br \/>\n                    &#8220;Tuesday&#8221;,<br \/>\n                    &#8220;Wednesday&#8221;,<br \/>\n                    &#8220;Thursday&#8221;,<br \/>\n                    &#8220;Friday&#8221;,<br \/>\n                    &#8220;Saturday&#8221;<br \/>\n                  ]<br \/>\n                }<br \/>\n              },<br \/>\n              {<br \/>\n                &#8220;@type&#8221;: &#8220;ShippingConditions&#8221;,<br \/>\n                &#8220;shippingDestination&#8221;: {<br \/>\n                  &#8220;@type&#8221;: &#8220;DefinedRegion&#8221;,<br \/>\n                  &#8220;addressCountry&#8221;: &#8220;MX&#8221;<br \/>\n                },<br \/>\n                &#8220;orderValue&#8221;: {<br \/>\n                  &#8220;@type&#8221;: &#8220;MonetaryAmount&#8221;,<br \/>\n                  &#8220;minValue&#8221;: 0,<br \/>\n                  &#8220;maxValue&#8221;: 49.99,<br \/>\n                  &#8220;currency&#8221;: &#8220;USD&#8221;<br \/>\n                },<br \/>\n                &#8220;doesNotShip&#8221;: true<br \/>\n              },<br \/>\n              {<br \/>\n                &#8220;@type&#8221;: &#8220;ShippingConditions&#8221;,<br \/>\n                &#8220;shippingDestination&#8221;: {<br \/>\n                  &#8220;@type&#8221;: &#8220;DefinedRegion&#8221;,<br \/>\n                  &#8220;addressCountry&#8221;: &#8220;MX&#8221;<br \/>\n                },<br \/>\n                &#8220;orderValue&#8221;: {<br \/>\n                  &#8220;@type&#8221;: &#8220;MonetaryAmount&#8221;,<br \/>\n                  &#8220;minValue&#8221;: 50,<br \/>\n                  &#8220;currency&#8221;: &#8220;USD&#8221;<br \/>\n                },<br \/>\n                &#8220;shippingRate&#8221;: {<br \/>\n                  &#8220;@type&#8221;: &#8220;ShippingRateSettings&#8221;,<br \/>\n                  &#8220;orderPercentage&#8221;: 0.10<br \/>\n                },<br \/>\n                &#8220;transitTime&#8221;: {<br \/>\n                  &#8220;@type&#8221;: &#8220;ServicePeriod&#8221;,<br \/>\n                  &#8220;duration&#8221;: {<br \/>\n                    &#8220;@type&#8221;: &#8220;QuantitativeValue&#8221;,<br \/>\n                    &#8220;minValue&#8221;: 2,<br \/>\n                    &#8220;maxValue&#8221;: 3,<br \/>\n                    &#8220;unitCode&#8221;: &#8220;DAY&#8221;<br \/>\n                  },<br \/>\n                  &#8220;businessDays&#8221;: [<br \/>\n                    &#8220;Monday&#8221;,<br \/>\n                    &#8220;Tuesday&#8221;,<br \/>\n                    &#8220;Wednesday&#8221;,<br \/>\n                    &#8220;Thursday&#8221;,<br \/>\n                    &#8220;Friday&#8221;,<br \/>\n                    &#8220;Saturday&#8221;<br \/>\n                  ]<br \/>\n                }<br \/>\n              }<br \/>\n           ]<br \/>\n        }<br \/>\n        \/\/ Other Organization-level properties<br \/>\n        \/\/ &#8230;<br \/>\n    }<br \/>\n    &lt;\/script&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<div><\/div>\n<h2 id=\"guidelines\" tabindex=\"-1\">Guidelines<\/h2>\n<p>For your shipping policy markup to be eligible for usage in Google Search, you must follow<br \/>\n  these guidelines:<\/p>\n<ul>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-guidelines\/\">General structured data guidelines<\/a><\/li>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/search-essentials-overview\/\">Search Essentials<\/a><\/li>\n<li><a href=\"#technical-guidelines\">Technical guidelines<\/a><\/li>\n<\/ul>\n<h3 id=\"technical-guidelines\" tabindex=\"-1\">Technical guidelines<\/h3>\n<ul>\n<li>\n  We recommend placing shipping policy information on a single page on your site that describes the<br \/>\n  shipping policy of your business. You don&#8217;t need to include it on every page of your site. Include the <code>ShippingService<\/code> structured data type<br \/>\n  under the <code>Organization<\/code> structured data type. For more information, see <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/organization-organization-structured-data\/\">Organization markup<\/a>.\n<\/li>\n<li>\n  If you have a non-standard shipping policy for a specific product, specify the <code>OfferShippingDetails<\/code> structured data type directly under<br \/>\n  the <code>Offer<\/code> structured data type. Note that the properties supported for offer-level<br \/>\n  shipping policies are a subset of the properties supported for organization-level shipping policies.<br \/>\n  See <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/merchant-listing-product-offer-structured-data\/\">merchant listing markup<\/a> for the subset of properties that are supported for product-level shipping policies.\n<\/li>\n<\/ul>\n<h2 id=\"structured-data-type-definitions\" tabindex=\"-1\">Structured data type definitions<\/h2>\n<p>You must include the required properties for your structured data to be eligible for usage in<br \/>\n  Google Search. You can also include recommended properties to add more information about your<br \/>\n  shipping policies, which could provide a better user experience.<\/p>\n<h3 id=\"merchant-shipping-policy-properties\" tabindex=\"-1\"><code>ShippingService<\/code> (nested under <code>Organization<\/code><br \/>\n  using the <code>hasShippingService<\/code> property)<\/h3>\n<p>Use the following properties to describe the standard shipping services for your business.<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr id=\"merchant-shipping-conditions\">\n<td><code>shippingConditions<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/ShippingConditions\" class=\"external-link\">ShippingConditions<\/a><\/code><\/p>\n<p>\n              Specify the shipping cost and\/or delivery times that apply for a particular set of conditions, for example,<br \/>\n              a product weight range, product dimensions, order value, or delivery location. A <code>ShippingService<\/code> can have<br \/>\n              multiple <code>shippingConditions<\/code>. If more than one <code>ShippingConditions<\/code> applies to a product,<br \/>\n              we&#8217;ll use the lowest shipping cost for the product for the given situation and display that rate and the associated<br \/>\n              shipping speed to customers. If the shipping cost is the same, we&#8217;ll use the shipping information with the<br \/>\n              fastest shipping speed.\n            <\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr id=\"name\">\n<td><code>name<\/code><\/td>\n<td>\n<p>\n            <code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code>\n          <\/p>\n<p>A unique name for your shipping service, if applicable. For example, &#8220;Standard Shipping&#8221;.<\/p>\n<\/td>\n<\/tr>\n<tr id=\"description\">\n<td><code>description<\/code><\/td>\n<td>\n<p>\n            <code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code>\n          <\/p>\n<p>A description of your shipping service, if applicable. This is typically more comprehensive than the name.<\/p>\n<\/td>\n<\/tr>\n<tr id=\"fulfillmentType\">\n<td><code>fulfillmentType<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/FulfillmentTypeEnumeration\" class=\"external-link\">FulfillmentTypeEnumeration<\/a><\/code><\/p>\n<p>How the product is delivered to the customer for this shipping service, if applicable.<\/p>\n<ul>\n<li><code>https:\/\/schema.org\/FulfillmentTypeDelivery<\/code>: This service ships the product to the customer&#8217;s address (this is the default if this property is not specified).<\/li>\n<li><code>https:\/\/schema.org\/FulfillmentTypeCollectionPoint<\/code>: The product is shipped to a collection point for customer pickup.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr id=\"handlingTime\">\n<td><code>handlingTime<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/ServicePeriod\" class=\"external-link\">ServicePeriod<\/a><\/code><\/p>\n<p>Optional information about handling times (for example, in a warehouse) after receiving an order, if applicable.<\/p>\n<p>             See also the list of <a href=\"#shipping-service-handling-time-properties\"><code>ServicePeriod<\/code><\/a><br \/>\n             properties under the <code>ShippingService<\/code> type supported by Google.<\/p>\n<\/td>\n<\/tr>\n<tr id=\"validForMemberTier\">\n<td><code>validForMemberTier<\/code><\/td>\n<td>\n<p>\n              <code><a href=\"https:\/\/schema.org\/MemberProgramTier\" class=\"external-link\">MemberProgramTier<\/a><\/code>\n            <\/p>\n<p>\n              The loyalty program and tier that this shipping service is valid for, if applicable.<br \/>\n              You can specify multiple member tiers if the shipping settings are the same for all of<br \/>\n              the tiers.\n            <\/p>\n<p>\n              If you use the <code>validForMemberTier<\/code> property to designate member shipping benefits,<br \/>\n              you must also provide at least one regular (non-member) shipping service.\n            <\/p>\n<p>\n                The loyalty programs and tiers that you offer for your business can either be<br \/>\n                defined in your Merchant Center account or using the <code>MemberProgram<\/code> structured<br \/>\n                data type nested under <code>Organization<\/code> structured data on a separate page<br \/>\n                that defines your organization&#8217;s administrative details and policies. See<br \/>\n                <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/loyalty-program-memberprogram-structured-data\/\">loyalty program markup<\/a> for<br \/>\n                information on how to define the member programs and tiers for your organization.\n            <\/p>\n<p>Here&#8217;s an example of the <code>validForMemberTier<\/code> property referencing a member<br \/>\n              program (<em>member-plus<\/em>) and tier (<em>silver<\/em>) defined in Merchant Center:\n            <\/p>\n<div><\/div>\n<p>Here&#8217;s an example of the <code>validForMemberTier<\/code> property referencing<br \/>\n            <code>MemberProgramTier<\/code> structured data nested under<br \/>\n            <code>MemberProgram<\/code> structured data, which is in turn nested under a <code>Organization<\/code> structured<br \/>\n            data type on a separate page. The <code>MemberProgramTier<\/code> instance is<br \/>\n            identified by the <code>@id<\/code> property specifying the unique resource identifier (URI) of its definition:<br \/>\n            <code>https:\/\/www.example.com\/com\/member-plus#tier_silver<\/code>:\n          <\/p>\n<div><\/div>\n<aside class=\"beta\">\n            This property is still in beta. Off-page <code>MemberProgramTier<\/code><br \/>\n            structured data might not show up in Google Search right away.<br \/>\n          <\/aside>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"shipping-service-handling-time-properties\" tabindex=\"-1\"><code>ServicePeriod<\/code> (for handling times)<\/h4>\n<aside class=\"note\">\n            The <code>ServicePeriod<\/code> type is also used to specify transit times. When specifying<br \/>\n            transit times, the <code>cutoffTime<\/code> property is not used. For more information, see<br \/>\n           <a href=\"#shipping-service-transit-time-properties\"><code>ServicePeriod<\/code> for<br \/>\n            transit times<\/a>.<br \/>\n          <\/aside>\n<p>\n        To specify shipping handling times, use the <code>ServicePeriod<\/code> type.\n      <\/p>\n<p>Here&#8217;s an example of a <code>ServicePeriod<\/code> type where orders are processed Monday through Friday,<br \/>\n        with a cutoff time of 10:30 PM Eastern Standard Time. The duration of the handling time is between 0 and 2 days<br \/>\n        (where a handling time of 0 means orders are processed the same day if received before the cutoff time).\n      <\/p>\n<div><\/div>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>businessDays<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/DayOfWeek\" class=\"external-link\">DayOfWeek<\/a><\/code><\/p>\n<p>The days of the week when received orders are processed, if applicable.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>cutoffTime<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Time\" class=\"external-link\">Time<\/a><\/code><\/p>\n<p>The time after which orders received on a day are not processed that same day, if applicable.<br \/>\n                For orders processed after cutoff time, one day gets added to the delivery time estimate.<br \/>\n                The time is indicated using the ISO-8601 time format, for example &#8220;23:30:00-05:00&#8221;<br \/>\n                represents 6:30 pm Eastern Standard Time (EST) which is 5 hours behind Coordinated<br \/>\n                Universal Time (UTC).<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>duration<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/QuantitativeValue\" class=\"external-link\">QuantitativeValue<\/a><\/code><\/p>\n<p>The delay between the receipt of an order and the goods leaving the warehouse, if applicable.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"handling-time-quantitative-value-properties\" tabindex=\"-1\"><code>QuantitativeValue<\/code> (for shipping handling times)<\/h4>\n<p>\n        Use the <code>QuantitativeValue<\/code> type to represent minimum and maximum order handling times.<br \/>\n        You must provide either <code>value<\/code> (for a fixed handling time) or <code>maxValue<\/code><br \/>\n        (for an upper bound for handling time) together with the <code>unitCode<\/code>. <code>minValue<\/code> can optionally be provided to specify a lower bound for handling time.\n      <\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>maxValue<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The maximum number of days. The value must be a non-negative, whole number.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>minValue<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The minimum number of days, if applicable. The value must be a non-negative, whole number.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>unitCode<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The units of the minimum\/maximum values. The value must be <code>DAY<\/code> oder <code>d<\/code>.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>value<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The exact number of handling days, if known. The value must be a non-negative, whole number.<br \/>\n                If provided, <code>minValue<\/code> and <code>maxValue<\/code> must not be specified.\n              <\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"merchant-shipping-conditions-properties\" tabindex=\"-1\"><code>ShippingConditions<\/code> (nested under <code>ShippingService<\/code><br \/>\n  using the <code>shippingConditions<\/code> property)<\/h3>\n<p>Use the following properties to describe the conditions and associated costs and transit times for a shipping service.<\/p>\n<p>If no shipping destination is specified, the shipping conditions are applicable to all shipping destinations worldwide.<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>doesNotShip<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Boolean\" class=\"external-link\">Boolean<\/a><\/code><\/p>\n<p>If applicable, set this to <code>true<\/code> if shipping from a location in the specified <code>shippingOrigin<\/code><br \/>\n            to a location in the specified <code>shippingDestination<\/code> isn&#8217;t available for orders with the specified<br \/>\n            combination of <code>weight<\/code>, <code>numItems<\/code>, and <code>orderValue<\/code> conditions.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>numItems<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/QuantitativeValue\" class=\"external-link\">QuantitativeValue<\/a><\/code><\/p>\n<p>The range of the number of products in the order for this shipping conditions object, if applicable.<br \/>\n            See also the list of <a href=\"#shipping-quantitative-value-properties\"><code>QuantitativeValue<\/code><\/a> properties<br \/>\n            related to the <code>ShippingConditions<\/code> type supported by Google.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>orderValue<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/MonetaryAmount\" class=\"external-link\">MonetaryAmount<\/a><\/code><\/p>\n<p>The range of the cost of the order for this shipping conditions object, if applicable.<br \/>\n            See also the list of <a href=\"#shipping-conditions-monetary-amount-properties\"><code>MonetaryAmount<\/code><\/a><br \/>\n            properties related to the <code>ShippingConditions<\/code> type supported by Google.<\/p>\n<\/td>\n<\/tr>\n<tr id=\"shippingDestination\">\n<td><code>shippingDestination<\/code><\/td>\n<td>\n<p>\n            <code><a href=\"https:\/\/schema.org\/DefinedRegion\" class=\"external-link\">DefinedRegion<\/a><\/code>\n          <\/p>\n<p>Indicates shipping destination, if applicable. See the list of <a href=\"#defined-region-properties\"><code>DefinedRegion<\/code><\/a><br \/>\n            properties under the <code>shippingDestination<\/code> property supported by Google.<\/p>\n<\/td>\n<\/tr>\n<tr id=\"shippingOrigin\">\n<td><code>shippingOrigin<\/code><\/td>\n<td>\n<p>\n            <code><a href=\"https:\/\/schema.org\/DefinedRegion\" class=\"external-link\">DefinedRegion<\/a><\/code>\n          <\/p>\n<p>Indicates shipping origin, if applicable. See the list of <a href=\"#defined-region-properties\"><code>DefinedRegion<\/code><\/a><br \/>\n            properties under the <code>shippingOrigin<\/code> property supported by Google.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>seasonalOverride<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/OpeningHoursSpecification\" class=\"external-link\">OpeningHoursSpecification<\/a><\/code><\/p>\n<p>If applicable, use this property to specify a limited time period for which this shipping conditions object is valid.<br \/>\n                See also the list of <a href=\"#shipping-seasonal-override-properties\"><code>OpeningHoursSpecification<\/code><\/a><br \/>\n                properties supported for the <code>ShippingConditions<\/code> type by Google.<\/p>\n<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>shippingRate<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/ShippingRateSettings\" class=\"external-link\">ShippingRateSettings<\/a><\/code> oder<br \/>\n                <code><a href=\"https:\/\/schema.org\/MonetaryAmount\" class=\"external-link\">MonetaryAmount<\/a><\/code>\n            <\/p>\n<p>If applicable, use this property to specify the shipping cost for<br \/>\n                shipments from a location in the specified <code>shippingOrigin<\/code> to a location<br \/>\n                in the specified <code>shippingDestination<\/code> for orders with the<br \/>\n                specified combination of <code>weight<\/code>, <code>numItems<\/code>, and <code>orderValue<\/code> conditions.<br \/>\n                See also the list of <a href=\"#shipping-rate-settings-properties\"><code>ShippingRateSettings<\/code><br \/>\n                <\/a> properties and <a href=\"#shipping-monetary-amount-properties\"><code>MonetaryAmount<\/code><br \/>\n                <\/a> properties supported for the <code>ShippingConditions<\/code> type by Google. This property<br \/>\n                should only be specified if <code>doesNotShip<\/code> is absent or set to <code>false<\/code>.<\/p>\n<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>transitTime<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/ServicePeriod\" class=\"external-link\">ServicePeriod<\/a><\/code><\/p>\n<p>If applicable, use to specify the expected transit time between leaving the shipping origin (typically a warehouse)<br \/>\n                and arriving at the shipping destination (typically the customer). Applies to<br \/>\n                shipments from a location in the specified <code>shippingOrigin<\/code> property to a location<br \/>\n                in the specified <code>shippingDestination<\/code> property for orders with the<br \/>\n                specified combination of <code>weight<\/code>, <code>numItems<\/code>, and <code>orderValue<\/code> conditions.<br \/>\n                See also the list of <a href=\"#shipping-service-transit-time-properties\"><code>ServicePeriod<\/code><\/a><br \/>\n                properties supported by Google. This property should only be specified if the <code>doesNotShip<\/code> property<br \/>\n                is absent or set to <code>false<\/code>.<\/p>\n<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>weight<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/QuantitativeValue\" class=\"external-link\">QuantitativeValue<\/a><\/code><\/p>\n<p>The package&#8217;s weight range for this shipping conditions object, if applicable.<br \/>\n              See also the list of <a href=\"#shipping-quantitative-value-properties\"><code>QuantitativeValue<\/code><\/a><br \/>\n              properties related to the <code>ShippingConditions<\/code> type supported by Google.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"defined-region-properties\" tabindex=\"-1\"><code>DefinedRegion<\/code><\/h4>\n<p>\n        Use the <code>DefinedRegion<\/code> type to create custom areas so that accurate shipping costs<br \/>\n        and transit times can be set across multiple shipping services.\n      <\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>addressCountry<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The two-letter country code, in <a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_3166-1\" class=\"external-link\"><br \/>\n                 ISO 3166-1 alpha-2<\/a> format.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>addressRegion<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The country-specific region code, if applicable. The region must be a 2- or 3-character ISO 3166-2<br \/>\n                subdivision code, without country prefix. Google Search only supports<br \/>\n                the US, Australia, and Japan. Examples: <code>NY<\/code> (for US, state of New York),<br \/>\n                <code>NSW<\/code> (for Australia, state of New South Wales), or <code>03<\/code><br \/>\n                (for Japan, Iwate prefecture).<\/p>\n<p>Don&#8217;t provide both a region and postal code information.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>postalCode<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The country-specific postal code, if applicable. For example, <code>94043<\/code>. Postal codes are supported for<br \/>\n                Australia, Canada, and the US.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"shipping-service-transit-time-properties\" tabindex=\"-1\"><code>ServicePeriod<\/code> (for transit times)<\/h4>\n<p>\n        Use the <code>ServicePeriod<\/code> type to represent ranges of transit times for an order.<\/p>\n<aside class=\"note\">\n            You can also use the <code>ServicePeriod<\/code> type to specify handling times. For more<br \/>\n            information on handling times, see<br \/>\n           <a href=\"#shipping-service-handling-time-properties\"><code>ServicePeriod<\/code><\/a>.<br \/>\n          <\/aside>\n<p>        Example:<\/p>\n<div><\/div>\n<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>businessDays<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/DayOfWeek\" class=\"external-link\">DayOfWeek<\/a><\/code><\/p>\n<p>The days of the week when an order is an active transit, if applicable. If your organization&#8217;s<br \/>\n                business days are Monday through Saturday, you don&#8217;t need to add this property.\n            <\/td>\n<\/tr>\n<tr>\n<td><code>duration<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/QuantitativeValue\" class=\"external-link\">QuantitativeValue<\/a><\/code><\/p>\n<p>The number of business days in transit, if applicable.<br \/>\n                See also the list of <a href=\"#shipping-quantitative-value-properties\"><code>QuantitativeValue<\/code><\/a> properties<br \/>\n                for transit times supported by Google.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"transit-time-quantitative-value-properties\" tabindex=\"-1\"><code>QuantitativeValue<\/code> (for shipping transit times)<\/h4>\n<p>\n        Use the <code>QuantitativeValue<\/code> type to represent minimum and maximum order transit times.<br \/>\n        You must provide either <code>value<\/code> (for a fixed transit time) or <code>maxValue<\/code><br \/>\n        (for an upper bound for transit time) together with the <code>unitCode<\/code>. <code>minValue<\/code><br \/>\n        can optionally be provided to specify a lower bound for transit time.\n      <\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>maxValue<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The maximum number of days. The value must be a non-negative, whole number.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>minValue<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The minimum number of days, if applicable. The value must be a non-negative, whole number.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>unitCode<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The transit time unit. The value must be <code>DAY<\/code> oder <code>d<\/code>.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>value<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The exact number of transit days, if known. The value must be a non-negative, whole number.<br \/>\n                If provided, <code>minValue<\/code> and <code>maxValue<\/code> must not be specified.\n              <\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"shipping-quantitative-value-properties\" tabindex=\"-1\"><code>QuantitativeValue<\/code> (in the context of shipping packing dimensions)<\/h4>\n<p>\n        In the context of <code>ShippingConditions<\/code>, use the <code>QuantitativeValue<\/code> type<br \/>\n        to represent ranges of values of shipping packing dimensions (<code>weight<\/code> and <code>numItems<\/code>) for which a particular<br \/>\n        shipping rate and transit time apply.<br \/>\n        Either the <code>minValue<\/code> oder <code>maxValue<\/code> property must be provided. The <code>minValue<\/code><br \/>\n        property defaults to 0 and the <code>maxValue<\/code> property defaults to infinity when not provided.<\/p>\n<aside class=\"note\">\n          You can also use the <code>QuantitativeValue<\/code> type to specify handling times under<br \/>\n          the <code>ShippingService<\/code> type as well as transit times under the <code>ShippingConditions<\/code> type.<br \/>\n          For more information, see <a href=\"#handling-time-quantitative-value-properties\"><br \/>\n          <code>QuantitativeValue<\/code> for handling times<\/a> and<br \/>\n          <a href=\"#transit-time-quantitative-value-properties\"><br \/>\n          <code>QuantitativeValue<\/code> for transit times<\/a>.<br \/>\n          <\/aside>\n<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>maxValue<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The maximum number for the dimension (<code>weight<\/code> oder <code>numItems<\/code>), if applicable.<br \/>\n                 Defaults to infinity when not provided.\n              <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>minValue<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The minimum number for the dimension (<code>weight<\/code> oder <code>numItems<\/code>), if applicable.<br \/>\n                Must be less than <code>maxValue<\/code>. Defaults to 0 when not provided.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>unitCode<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>A unit relevant to the dimension (<code>weight<\/code> oder <code>numItems<\/code>), if applicable.<br \/>\n                in UN\/CEFACT Common Code (three characters) format:<\/p>\n<ul>\n<li>For weight units, the value must be <code>LBR<\/code> (pound) or <code>KGM<\/code> (kilogram)<\/li>\n<li>For number of items, <code>unitCode<\/code> can be omitted. Alternatively, you can use UN\/CEFACT Common Code name <code>H87<\/code>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"shipping-conditions-monetary-amount-properties\" tabindex=\"-1\"><code>MonetaryAmount<\/code> (in the context of shipping conditions)<\/h4>\n<p>\n        In the context of shipping conditions, use the <code>MonetaryAmount<\/code> type to represent<br \/>\n        ranges of order values for which a particular shipping rate and delivery time apply.<br \/>\n        Either the <code>minValue<\/code> oder <code>maxValue<\/code> property must be provided. When<br \/>\n        not provided, the <code>minValue<\/code> property defaults to 0 and the <code>maxValue<\/code><br \/>\n        property defaults to infinity. Note that you can also use the <code>MonetaryAmount<\/code> type<br \/>\n        in a different format to<br \/>\n        <a href=\"#shipping-monetary-amount-properties\">specify shipping costs<\/a>.\n      <\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>currency<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The currency code for the order value in <a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_4217\" class=\"external-link\">ISO 4217<\/a> format.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>maxValue<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The maximum value of the order. Defaults to infinity when not provided.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>minValue<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The minimum value of the order. Defaults to 0 when not provided.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"shipping-monetary-amount-properties\" tabindex=\"-1\"><code>MonetaryAmount<\/code> (in the context of shipping rate)<\/h4>\n<p>\n        In the context of shipping rates, use the <code>MonetaryAmount<\/code> type to specify a specific or maximum<br \/>\n        shipping rate for a given shipping condition. You can use the <code>MonetaryAmount<\/code><br \/>\n        type as a simpler alternative to the more complex <code>ShippingRateSettings<\/code> and<br \/>\n        it can be used when you just need to specify a<br \/>\n        specific or maximum shipping rate. Either the <code>maxValue<\/code> oder <code>value<\/code> property must be provided together<br \/>\n        with the <code>currency<\/code> property.\n      <\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>currency<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The currency code for the shipping cost in <a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_4217\" class=\"external-link\">ISO 4217<\/a> format.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>maxValue<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The maximum shipping cost for the given shipping condition. If you specify the<br \/>\n                <code>maxValue<\/code> property, don&#8217;t specify the <code>value<\/code> property.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>value<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The fixed shipping cost for the given shipping condition. For free shipping, use <code>0<\/code> as the value.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"shipping-rate-settings-properties\" tabindex=\"-1\"><code>ShippingRateSettings<\/code> (in the context of shipping rate)<\/h4>\n<p>\n        In the context of shipping rates, use the <code>ShippingRateSettings<\/code> type to specify the<br \/>\n        shipping rate for a given shipping condition as a percentage of the order value or weight of<br \/>\n        the ordered goods. Either the <code>orderPercentage<\/code> oder <code>weightPercentage<\/code> property must<br \/>\n        be provided when using the <code>ShippingRateSettings<\/code> type.<\/p>\n<aside class=\"note\">\n          The <code>MonetaryAmount<\/code> type is a simpler alternative to<br \/>\n          the more complex <code>ShippingRateSettings<\/code> type, and can be used when you just need to<br \/>\n          specify a fixed shipping rate.<br \/>\n        <\/aside>\n<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>orderPercentage<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The shipping cost for the given shipping condition as a fraction of the order value.<br \/>\n                 Use a value between <code>0<\/code> and <code>1<\/code>.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>weightPercentage<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The shipping cost for the given shipping condition as a fraction of the weight of the shipped goods.<br \/>\n                 Use a value between <code>0<\/code> and <code>1<\/code>.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"shipping-opening-hours-properties\" tabindex=\"-1\"><code>OpeningHoursSpecification<\/code> (in the context of seasonal shipping overrides)<\/h4>\n<p>\n        In the context of shipping conditions, use the <code>OpeningHoursSpecification<\/code> type to<br \/>\n        represent when the condition is valid, for example due to seasonal holidays. At least one of<br \/>\n        the <code>validFrom<\/code> and <code>validThrough<\/code> properties must be provided when using<br \/>\n        the <code>OpeningHoursSpecification<\/code> type.\n      <\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>validFrom<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Date\" class=\"external-link\">Date<\/a><\/code><\/p>\n<p>The first date when the shipping condition is valid, in <a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_8601\" class=\"external-link\">ISO 8601<\/a> format.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>validThrough<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Date\" class=\"external-link\">Date<\/a><\/code><\/p>\n<p>The last date when the shipping condition is valid, in <a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_8601\" class=\"external-link\">ISO 8601<\/a> format.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"alternative-approach-returns-settings\" tabindex=\"-1\">\n    Alternative approach to configuring shipping settings with Google<br \/>\n  <\/h2>\n<p>\n    Retailer shipping policies can get complicated and may change frequently. If you&#8217;re having<br \/>\n    trouble indicating and keeping your shipping details up-to-date with markup<br \/>\n    and have a Google Merchant Center account, consider configuring your<br \/>\n    <a href=\"https:\/\/support.google.com\/merchants\/answer\/12577710\" class=\"external-link\">delivery settings<\/a><br \/>\n    in Google Merchant Center. You can alternatively configure account-level<br \/>\n    <a href=\"https:\/\/support.google.com\/webmasters\/answer\/14907594\" class=\"external-link\">shipping policies in Search Console<\/a>,<br \/>\n    which get automatically added to Merchant Center.\n  <\/p>\n<h3 id=\"precedence\" tabindex=\"-1\">Combining multiple shipping configurations<\/h3>\n<p>\n    If you&#8217;re combining various shipping configurations, keep in mind how<br \/>\n    you can override your policy information based on the order of precedence. For example, if you provide both<br \/>\n    shipping policy markup on your site and shipping policy settings in Search Console, Google will only use the information provided in<br \/>\n    Search Console.\n  <\/p>\n<p>\n    Google uses the following order of precedence (from strongest to weakest):\n  <\/p>\n<ul>\n<li>Content API for Shopping (<a href=\"https:\/\/developers.google.com\/shopping-content\/guides\/how-tos\/account-level-tax-shipping\" class=\"external-link\">account level shipping settings<\/a>)<\/li>\n<li>Settings in <a href=\"https:\/\/support.google.com\/merchants\/answer\/12577710\" class=\"external-link\">Merchant Center<\/a> oder <a href=\"https:\/\/support.google.com\/webmasters\/answer\/14907594\" class=\"external-link\">Search Console<\/a><\/li>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/merchant-listing-product-offer-structured-data\/\">Product-level merchant listing markup<\/a><\/li>\n<li>Organization-level markup<\/li>\n<\/ul>\n<h2 id=\"troubleshooting\" tabindex=\"-1\">Troubleshooting<\/h2>\n<p>\n    If you&#8217;re having trouble implementing or debugging structured data, here are some resources that<br \/>\n    may help you.\n  <\/p>\n<ul>\n<li>If you&#8217;re using a content management system (CMS) or someone else is taking care of your site,<br \/>\n      ask them to help you. Make sure to forward any Search Console message that details the issue to them.<\/li>\n<li>Google does not guarantee that features that consume structured data will show up in search results.<br \/>\n      For a list of common reasons why Google may not show your content in a rich result, see the<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-guidelines\/\">General Structured Data Guidelines<\/a>.<\/li>\n<li>You might have an error in your structured data. Check the<br \/>\n      <a href=\"https:\/\/support.google.com\/webmasters\/answer\/13300873\" class=\"external-link\">list of structured data errors<\/a><br \/>\n      and the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9166415\" class=\"external-link\">Unparsable structured data report<\/a>.<\/li>\n<li>If you received a structured data manual action against your page, the structured data on<br \/>\n      the page will be ignored (although the page can still appear in Google Search results). To fix<br \/>\n      <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9044175#zippy=%2Cstructured-data-issue\" class=\"external-link\">structured data issues<\/a>, use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9044175\" class=\"external-link\">Manual Actions report<\/a>.\n    <\/li>\n<li>Review the <a href=\"#guidelines\">guidelines<\/a> again to identify if your content isn&#8217;t compliant<br \/>\n      with the guidelines. The problem can be caused by either spammy content or spammy markup usage.<br \/>\n        However, the issue may not be a syntax issue, and so the Rich Results Test won&#8217;t be able to<br \/>\n        identify these issues.\n    <\/li>\n<li><a href=\"https:\/\/support.google.com\/webmasters\/answer\/13300208\" class=\"external-link\">Troubleshoot missing rich results \/ drop in total rich results<\/a>.<\/li>\n<li>Allow time for re-crawling and re-indexing. Remember that it may take several days after<br \/>\n      publishing a page for Google to find and crawl it. For general questions about crawling and indexing, check the<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/google-search-crawling-and-indexing-faq\/\" class=\"external-link\">Google Search crawling and indexing FAQ<\/a>.\n    <\/li>\n<li>Post a question in the <a href=\"https:\/\/support.google.com\/webmasters\/community\" class=\"external-link\">Google Search Central forum<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to mark up shipping policies for products sold online or in stores.<\/p>\n","protected":false},"menu_order":104,"template":"","meta":{"footnotes":""},"ar_kb_kategori":[680],"ar_kb_etiket":[],"class_list":["post-25534","ar_kb","type-ar_kb","status-publish","has-post-thumbnail","hentry","ar_kb_kategori-shopping"],"_links":{"self":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/25534","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb"}],"about":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/types\/ar_kb"}],"version-history":[{"count":0,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/25534\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media\/27564"}],"wp:attachment":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media?parent=25534"}],"wp:term":[{"taxonomy":"ar_kb_kategori","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_kategori?post=25534"},{"taxonomy":"ar_kb_etiket","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_etiket?post=25534"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}