{"info":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","description":"<html><head></head><body><p>The Woorank API provides website information data in a machine readable way. It is a REST API that returns JSON-encoded responses and uses standardized HTTP response codes, authentication, and verbs.</p>\n<p>The API allows you to access all the information we collect about a website, including On-Page SEO factors (eg. title tag, meta-description, mobile optimization metrics, etc.) and Off-Page SEO factors (eg. traffic estimations, backlink data, etc.).</p>\n<p>A human-readable example of this information can be found on <a href=\"https://www.woorank.com/en/review/etsy.com\">the <i>etsy.com</i> WooRank review</a> (make sure you are logged in with your WooRank account). It shows you the same information you'll retrieve from this API.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>All requests must be authenticated by including your secret API key in the request header <code>X-API-KEY</code>. A <code>401</code> error will be returned otherwise.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl 'https://api2.woorank.com/reviews?url=cnn.com' -H 'X-API-KEY: YOUR_API_KEY'\n\n</code></pre><p>To get access to our API and receive a key please contact our team at <a href=\"https://mailto:commercial@woorank.com\">commercial@woorank.com</a>.<br>The API key should be treated as a secret and handled with care. Do not publicly share your API key or use it in client-side code.</p>\n<h1 id=\"rate-limiting\">Rate Limiting</h1>\n<p>By default the WooRank API rate limit is set to 1000 calls per hour per API key. Contact us to adjust this limit.</p>\n<h1 id=\"date-and-time\">Date and Time</h1>\n<p>All date and time fields returned by this API are in <a href=\"https://en.wikipedia.org/wiki/Unix_time\">Unix Epoch Time</a> (milliseconds). There are a number of <a href=\"https://www.epochconverter.com/\">tools and resources</a> available to convert this to any format you need.</p>\n<h1 id=\"images\">Images</h1>\n<p>Some pieces of data returned by this API contain a reference to an image file (eg. website screenshots). These files should be treated ephemeral and you are not allowed to <a href=\"https://simple.wikipedia.org/wiki/Hotlinking\">hotlink</a> them.</p>\n<p>If you want to use the images in your implementation, download them first and host them on your end. Hotlinking to or excessive accessing of these files is against our <a href=\"https://www.woorank.com/en/p/tos\">Terms of Service (Art. 13)</a> and might get your API access suspended temporarily or indefinitely.</p>\n<h1 id=\"data-integrity\">Data Integrity</h1>\n<p>While we crawl and process millions of websites each day, we cannot guarantee that every website or URL can be crawled, processed and analyzed correctly, nor can we provide any feedback on the reason we couldn't.</p>\n<p>The most common reasons crawling and processing data is slow, faulty, incomplete or failing altogether:</p>\n<ul>\n<li>the requested URL is (temporarily) slow, unstable or down</li>\n<li>the requested URL is blocked for our User-Agent and/or crawler (eg. robots.txt disallow, IP-based block, firewall, etc.)</li>\n<li>the requested URL serves a different response to our User-Agent than to a human user/browser</li>\n<li>the requested URL serves broken or inconsistent HTML</li>\n</ul>\n<h1 id=\"changelog\">Changelog</h1>\n<h2 id=\"dec-30-2022\">Dec 30, 2022</h2>\n<ul>\n<li>Refresh Review Data:<ul>\n<li>Added <code>score</code> attribute to webhook response body</li>\n</ul>\n</li>\n<li>Create Review PDF:<ul>\n<li>Added <code>score</code> attribute to webhook response body</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"oct-13-2022\">Oct 13, 2022</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li>Added new criteria item <code>traffic_info</code> with properties:<ul>\n<li><code>monthlyVisits</code>: object with properties: <code>trend</code>, <code>visits</code></li>\n<li><code>topSources</code>: array of strings - sorted sources from highest to lowest. (possible values: <code>direct</code>, <code>search</code> , <code>social</code>, <code>referrals</code>, <code>mail</code>, <code>paidReferrals</code>)</li>\n<li><code>topCountries</code>: array of strings - top three countries in ISO 3166-1 alpha-2 format</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"feb-24-2022\">Feb 24, 2022</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li><code>alexa</code>: Was renamed to <code>traffic_estimation</code></li>\n<li>Added new criteria item <code>traffic_popularity</code></li>\n<li>Deprecated criteria items <code>traffic_analysis</code> and <code>trafic_ranking</code></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"jul-30-2021\">Jul 30, 2021</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li><code>schema_org</code>: Added a new data property <code>level</code> to <code>issues</code></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"may-28-2021\">May 28, 2021</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li>Added new criteria item <code>image_optimization</code></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"may-25-2021\">May 25, 2021</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li>Added new criteria item <code>largest_contentful_paint_element</code></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"apr-22-2021\">Apr 22, 2021</h2>\n<ul>\n<li>Added new <code>Metrics</code> API endpoint to get scoring history of a URL</li>\n</ul>\n<h2 id=\"apr-22-2021-1\">Apr 22, 2021</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li>Added new criteria item <code>layout_shift_elements</code></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"apr-20-2021\">Apr 20, 2021</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li>Added new criteria item <code>accessibility_navigation</code></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"apr-9-2021\">Apr 9, 2021</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li>Added new criteria item <code>core_web_vitals</code></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"mar-24-2021\">Mar 24, 2021</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li>Added new criteria item <code>accessibility_contrast</code></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"mar-18-2021\">Mar 18, 2021</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li>Added new criteria item <code>robots_tags</code></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"feb-9-2021\">Feb 9, 2021</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li><code>mobile_rendering</code>: Deprecated <code>tablet</code> rendering, since search engines consider only desktop vs mobile, the data property will always return a <code>null</code> value</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"jan-18-2021\">Jan 18, 2021</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li><code>mobile_taptargets</code>: Changed data structure. The previous data structure is now contained into a new property <code>failingTapTargets</code></li>\n<li><code>mobile_fontsize</code>: Added a new data property <code>viewport</code></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"jan-7-2021\">Jan 7, 2021</h2>\n<ul>\n<li>Get Review Data:<ul>\n<li>Added new data object in criteria <code>canonical_tags</code></li>\n</ul>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Rate Limiting","slug":"rate-limiting"},{"content":"Date and Time","slug":"date-and-time"},{"content":"Images","slug":"images"},{"content":"Data Integrity","slug":"data-integrity"},{"content":"Changelog","slug":"changelog"}],"owner":"1776438","collectionId":"8f6348cf-fc05-466c-97fe-38df7303109e","publishedId":"SzKWuHTb","public":true,"customColor":{"top-bar":"2B5C86","right-sidebar":"000000","highlight":"2B5C86"},"publishDate":"2020-02-27T11:23:32.000Z"},"item":[{"name":"Reviews","item":[{"name":"Get Review Data","event":[{"listen":"prerequest","script":{"id":"9ffa3f54-b559-4cf3-9384-a7b06fd58bec","exec":["//  pm.variables.set('domain', 'bvkb.be');"],"type":"text/javascript"}}],"id":"00fcdc07-3da8-4450-8495-f375b968fce1","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true},"request":{"method":"GET","header":[],"url":"https://api2.woorank.com/reviews?url=etsy.com&language=en","description":"<p>Retrieve all information for a given URL.</p>\n<h2 id=\"request\">Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>URL you want to retrieve Review data for. Always specify a URL with either the naked domain without 'www.' (eg. <code>etsy.com</code> or <code>etsy.com/about</code>), either a subdomain (eg. <code>blog.etsy.com</code> or <code>blog.etsy.com/en/category/weddings</code>). Do <strong>not</strong> provide a protocol like <code>http://</code> or <code>https://</code>.</td>\n</tr>\n<tr>\n<td><strong>language</strong></td>\n<td><em>(Optional)</em> Sets the language of the <code>name</code> and <code>advice</code> fields in the response, possible values: <code>en</code> (English, default), es (Spanish), <code>fr</code> (French), <code>pt</code> (Portugese), <code>de</code> (German), <code>nl</code> (Dutch)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code></td>\n<td>We have data for the requested URL, and it is available in the response body</td>\n</tr>\n<tr>\n<td><code>404</code></td>\n<td>We don't have data for the requested URL (please refer to the <em>Refresh Review Data</em> <code>POST</code> API call to introduce an unknown URL into our system)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>Cleaned and canonicalised URL for the requested URL</td>\n</tr>\n<tr>\n<td><strong>score</strong></td>\n<td>Weighted dynamic grade on a 100-point scale scoring the overall SEO effectiveness</td>\n</tr>\n<tr>\n<td><strong>lastGeneratedAt</strong></td>\n<td>Unix Timestamp of the last data refresh for this URL</td>\n</tr>\n<tr>\n<td><strong>screenshot</strong></td>\n<td>URL to an ephemeral screenshot of this URL (do <strong>not</strong> hotlink)</td>\n</tr>\n<tr>\n<td><strong>criteria</strong></td>\n<td>Object containing all criteria for this Review (see below)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"criteria-object\">Criteria Object</h4>\n<p>The <code>criteria</code> object contains a list of criteria that form the core building blocks of a Review. We can not guarantee a specific criteria object to be available in the response, as we might not have data for that criterium for the given URL, for a wide range of reasons (eg. the URL does not have any backlinks, the website blocks our User-Agent, the website or URL is down at the time we access it, etc.).</p>\n<p>The <code>data</code> field within each <code>criteria</code> object is a dynamic field containing the actual data for that criterium, alongside other meta-data fields. This can either be a single value, an array, an object or a combination of these.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>type</strong></td>\n<td>Unique identifier for this criterium</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td>Translated human readable name, use this to match the criterium with the <a href=\"https://www.woorank.com/en/www/etsy.com\">web version of a review</a></td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>Dynamic field containing all the information that define this criterium</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Traffic light grading of this criterium, can be any of these values: <code>good</code> (green), <code>bad</code> (red), <code>average</code> (orange) or <code>neutral</code> (gray)</td>\n</tr>\n<tr>\n<td><strong>solvability</strong></td>\n<td>How easy is it to fix this criterium, can be any of these values: <code>0</code> (not applicable), <code>1</code> (easy), <code>2</code> (moderate) or <code>3</code> (hard)</td>\n</tr>\n<tr>\n<td><strong>importance</strong></td>\n<td>How much impact does this criterium have on your online visibility, can be any of these values: <code>0</code> (not applicable), <code>1</code> (low), <code>2</code> (medium) or <code>3</code> (high)</td>\n</tr>\n<tr>\n<td><strong>advice</strong></td>\n<td>Translated human readable description of what this criterium means, why it is important and how to interpret the data</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Disclaimer:</strong> The data for all criteria is provided <em>as is</em>. We can not provide any feedback on why any of the data pieces are seemingly missing, incomplete or faulty. We always strive to get the most <em>qualitative</em> and <em>up to date</em> information possible, but since the internet is a living thing, factors beyond our control might block us to do so under certain circumstances (unstable or unreachable websites, unavailable 3rd party partners and API's, etc.).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}},"urlObject":{"protocol":"https","path":["reviews"],"host":["api2","woorank","com"],"query":[{"key":"url","value":"etsy.com"},{"key":"language","value":"en"}],"variable":[]}},"response":[{"id":"fb583aa4-a30a-41f1-a2ce-e61f7af0458d","name":"200 - FOUND","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.woorank.com/reviews?url=etsy.com&language=en","protocol":"https","host":["api2","woorank","com"],"path":["reviews"],"query":[{"key":"url","value":"etsy.com"},{"key":"language","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"access-control-allow-headers","value":"X-Requested-With,content-type"},{"key":"x-api-userid","value":"715897"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"2ea89-HS9bX2HqbOBOBsz5Xf5dEyH0RUo\""},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 21 Sep 2022 08:17:00 GMT"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"strict-transport-security","value":"max-age=15768000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"etsy.com\",\n    \"score\": 86.33,\n    \"lastGeneratedAt\": 1663729717113,\n    \"screenshot\": \"https://s3.amazonaws.com/woothumbs/534f77e38b6e-etsy.com.desktop.png\",\n    \"criteria\": {\n        \"accessibility_contrast\": {\n            \"type\": \"accessibility_contrast\",\n            \"name\": \"Contrast\",\n            \"data\": {\n                \"nodes\": []\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"Great! The color contrast of all text elements on your page makes it easy to read and understand your content. <br /><br />If a page has a low contrast ratio (when a text element’s brightness is too close to the background brightness, like light gray text on a white background) it will slow down reading speed and reduce reading comprehension. <br /><br />Your ideal color contrast should be at least 4.5:1 for small text, or 3:1 for large text (18 pt, or 14 pt and bolded).<br /><br />Elements found to have a 1:1 ratio are considered \\\"incomplete\\\" and require a manual review.<br /><br />Use <a rel=\\\"nofollow\\\" href=\\\"https://dequeuniversity.com/rules/axe/3.3/color-contrast\\\" target=\\\"_blank\\\">the color contrast checker</a> to determine the contrast ratio of two colors.\"\n        },\n        \"accessibility_navigation\": {\n            \"type\": \"accessibility_navigation\",\n            \"name\": \"Navigation\",\n            \"data\": {\n                \"duplicateIdActive\": {\n                    \"nodes\": [],\n                    \"notApplicable\": false\n                },\n                \"accesskeys\": {\n                    \"nodes\": [],\n                    \"notApplicable\": true\n                },\n                \"tabindex\": {\n                    \"nodes\": [\n                        {\n                            \"snippet\": \"<a data-selector=\\\"skip-to-content-marketplace\\\" class=\\\"global-enhancements-skip-to-content wt-screen-reader-only wt-focusable\\\" tabindex=\\\"1\\\" href=\\\"#content\\\">\",\n                            \"nodeLabel\": \"Skip to Content\"\n                        }\n                    ],\n                    \"notApplicable\": false\n                },\n                \"headingOrder\": {\n                    \"nodes\": [\n                        {\n                            \"snippet\": \"<h3 class=\\\"wt-text-caption v2-listing-card__title\\n            wt-text-truncate\\n            wt-screen-reader-only \\\">\",\n                            \"nodeLabel\": \"Choose your Scent- Pumpkin shaped, Soy & Beeswax Candle, 3.9oz\"\n                        }\n                    ],\n                    \"notApplicable\": false\n                },\n                \"bypass\": {\n                    \"nodes\": [],\n                    \"notApplicable\": false\n                }\n            },\n            \"status\": \"bad\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"It seems your webpage is missing important navigation features. <br /><br />Navigation and accessibility are key aspects of user experience. Your users should be able to interact with and navigate your page’s content no matter their web browser or disability they may have. <br /><br />To make sure your website is as easily navigable as possible, we check for five accessibility metrics. Not every check will be relevant for every web page. To learn more about what it is we check for and why these elements help your visitors have the best experience, <a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/edu/seo-guides/how-navigation-makes-your-site-more-accessible\\\" target=\\\"_blank\\\">check our Navigation Guide</a>.\"\n        },\n        \"amp\": {\n            \"type\": \"amp\",\n            \"name\": \"AMP\",\n            \"data\": {\n                \"isAmpPage\": false,\n                \"hasAmpLink\": false,\n                \"isValid\": false,\n                \"screenshot\": null\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<a rel=\\\"nofollow\\\" href=\\\"https://www.ampproject.org/\\\" target=\\\"_blank\\\">AMP</a> is an open-source library that provides a straightforward way to create web pages that are compelling, smooth, and load near instantaneously for users.<br /><br />Check your AMP markup with the <a rel=\\\"nofollow\\\" href=\\\"https://validator.ampproject.org/\\\" target=\\\"_blank\\\">AMP validator</a>.\"\n        },\n        \"analytics_technologies\": {\n            \"type\": \"analytics_technologies\",\n            \"name\": \"Analytics\",\n            \"data\": {\n                \"technologies\": [\n                    {\n                        \"app\": \"Google Adwords Tracking\",\n                        \"version\": \"\",\n                        \"id\": \"google-adwords-tracking\",\n                        \"categories\": [\n                            \"analytics\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Pinterest Tag\",\n                        \"version\": \"\",\n                        \"id\": \"pinterest-tag\",\n                        \"categories\": [\n                            \"analytics\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Google Analytics 4\",\n                        \"version\": \"\",\n                        \"id\": \"google-analytics-4\",\n                        \"categories\": [\n                            \"analytics\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Segment\",\n                        \"version\": \"\",\n                        \"id\": \"segment\",\n                        \"categories\": [\n                            \"analytics\",\n                            \"saas\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Google Analytics\",\n                        \"version\": \"\",\n                        \"id\": \"google-analytics\",\n                        \"categories\": [\n                            \"analytics\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Google Ads Conversion Tracking\",\n                        \"version\": \"\",\n                        \"id\": \"google-ads-conversion-tracking\",\n                        \"categories\": [\n                            \"analytics\",\n                            \"saas\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Facebook Business Manager\",\n                        \"version\": \"\",\n                        \"id\": \"facebook-business-manager\",\n                        \"categories\": [\n                            \"analytics\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Google Search Console\",\n                        \"version\": \"\",\n                        \"id\": \"google-search-console\",\n                        \"categories\": [\n                            \"analytics\",\n                            \"seo\",\n                            \"search-engines\"\n                        ]\n                    }\n                ]\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"<p>Web analytics let you measure visitor activity on your website. You should have at least one analytics tool installed, but It can also be good to install a second in order to cross-check the data.</p><p>Popular Analytics Tools Include: <a rel=\\\"nofollow\\\" href=\\\"http://www.google.com/analytics/\\\" target=\\\"_blank\\\">Google Analytics</a>, <a rel=\\\"nofollow\\\" href=\\\"https://www.quantcast.com/\\\" target=\\\"_blank\\\">Quantcast&trade;</a>, <a rel=\\\"nofollow\\\" href=\\\"http://www.adobe.com/marketing-cloud/web-analytics.html\\\" target=\\\"_blank\\\">AdobeAnalytics&trade;</a>, <a rel=\\\"nofollow\\\" href=\\\"http://piwik.org/\\\" target=\\\"_blank\\\">Piwik&trade;</a>, <a rel=\\\"nofollow\\\" href=\\\"http://www.chartbeat.com\\\" target=\\\"_blank\\\">chartbeat&trade;</a>, <a rel=\\\"nofollow\\\" href=\\\"http://clicky.com/\\\" target=\\\"_blank\\\">Clicky&trade;</a>, <a rel=\\\"nofollow\\\" href=\\\"http://www.clicktale.com/\\\" target=\\\"_blank\\\">ClickTale&trade;</a>, etc.</p>\"\n        },\n        \"backlinks_counter\": {\n            \"type\": \"backlinks_counter\",\n            \"name\": \"Backlinks Counter\",\n            \"data\": 205707742,\n            \"status\": \"good\",\n            \"solvability\": 3,\n            \"importance\": 3,\n            \"advice\": \"<p>We've detected 205,707,742 backlinks pointing to your site. <br /><br />Backlinks are links that point to your website from other websites. They are like letters of recommendation for your site.</p><p>Check out our guide on <a href=\\\"https://www.woorank.com/en/edu/seo-guides/how-to-build-links-for-seo\\\">how to build links for SEO</a>. If your backlink counter is high, keep an eye on the <a href=\\\"https://www.woorank.com/en/edu/seo-guides/link-audit-seo\\\">quality of the links</a> coming your way.</p>\"\n        },\n        \"backlinks_ref_domains\": {\n            \"type\": \"backlinks_ref_domains\",\n            \"name\": \"Referring Domains\",\n            \"data\": 397126,\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"This number tells you the number of domains linking back to your site.  If you have lots of backlinks but a low backlink score, having a lot of links from low-quality social media or blogging platforms could be the cause.\"\n        },\n        \"backlinks_score\": {\n            \"type\": \"backlinks_score\",\n            \"name\": \"Backlinks Score\",\n            \"data\": {\n                \"score\": 5\n            },\n            \"status\": \"good\",\n            \"solvability\": 3,\n            \"importance\": 3,\n            \"advice\": \"The backlinks score is calculated by looking at a combination of link signals. This includes the overall number of backlinks together with the number of linking domains, as well as rating the overall quality of the backlinks pointing to a website. The quality assessment is based on the linking pages.<br /><br />Use these WooRank guides to <a href=\\\"https://www.woorank.com/en/edu/seo-guides/link-audit-seo\\\">audit your links</a>, <a href=\\\"https://www.woorank.com/en/edu/seo-guides/evaluate-backlink-quality\\\">evaluate their quality</a>, <a href=\\\"https://www.woorank.com/en/edu/seo-guides/how-to-build-links-for-seo\\\">build new links</a> and <a href=\\\"https://www.woorank.com/en/edu/seo-guides/how-to-reclaim-links-for-seo\\\">reclaim old links</a>.\"\n        },\n        \"broken_links\": {\n            \"type\": \"broken_links\",\n            \"name\": \"Broken links\",\n            \"data\": [],\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 3,\n            \"advice\": \"<p><a href=\\\"https://en.wikipedia.org/wiki/Broken_links\\\" target=\\\"_blank\\\">Broken links</a> send users to non-existent web pages. They hurt a site's usability and reputation, which impacts SEO.</p><p>Fortunately your page doesn't contain any broken links. </p><p>Be proactive in checking your pages to make sure they don't have any broken links.<br /><br />See the HTTP status for potentially thousands of links using <a href=\\\"https://www.woorank.com/en/p/crawler\\\" target=\\\"_blank\\\">Site Crawl</a>.</p>\"\n        },\n        \"canonical_tags\": {\n            \"type\": \"canonical_tags\",\n            \"name\": \"Canonical Tags\",\n            \"data\": {\n                \"canonicals\": [\n                    {\n                        \"href\": \"https://www.etsy.com/\",\n                        \"source\": \"HTML\"\n                    }\n                ],\n                \"errors\": []\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"A canonical tag, also called \\\"rel canonical\\\" is an HTML tag that tells search engines that the enclosed URL is the original, definitive version of the page. Practically speaking, it tells Google which page you want to appear in search results. Search engines see different URLs as different pages, even if they are serving the same purpose. Having multiple versions of a page might cause you to suffer issues with  <a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/edu/seo-guides/duplicate-content\\\" target=\\\"_blank\\\">duplicate content</a>.<br /><br />Implementing a canonical tag can be done through the &lt;link&gt; tag in the &lt;head&gt; or through HTTP headers.<br /><br />To learn more about best practices and how to implement your canonicals correctly, check out our <a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/edu/seo-guides/canonical-tags\\\" target=\\\"_blank\\\">complete canonical tag guide</a>. Also, head to <a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/marketing-tools/site-crawl\\\" target=\\\"_blank\\\">WooRank’s Site Crawl</a> to discover any duplicate content issues on your site. \"\n        },\n        \"clean_url\": {\n            \"type\": \"clean_url\",\n            \"name\": \"URL Parameters\",\n            \"data\": {\n                \"clean\": false,\n                \"getvariable\": true,\n                \"count\": 461,\n                \"total\": 469,\n                \"extensions\": []\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"URL parameters are used to track user behaviors on site (session IDs), traffic sources (referrer IDs) or to give users control over the content on the page (sorting and filtering). The issue with URL parameters is that Google sees each unique parameter value as a new URL hosting the same thing - meaning you could have a <a href=\\\"https://www.woorank.com/en/edu/seo-guides/duplicate-content\\\">duplicate content</a> problem. Sometimes, it’s able to <a href=\\\"https://support.google.com/webmasters/answer/6080548\\\">recognize these URLs</a> and group them together. It then algorithmically decides which URL is the best representation of the group and uses it to consolidate ranking signals and display in search results. You can help Google recognize the best URL by using the rel=\\\"canonical\\\" tag.<br /><br />Use the <a href=\\\"https://www.google.com/webmasters/tools/crawl-url-parameters\\\">URL Parameters Tool</a> in Google Search Console to tell Google how your URL parameters affect page content and how to to crawl URLs with parameters. Use this tool very carefully - you can easily prevent Google from crawling pages you want indexed through overly restrictive crawling settings, especially if you have URLs with <a href=\\\"https://support.google.com/webmasters/answer/6080551\\\">multiple parameters</a>.<br /><br />Check the On-Page section of <a href=\\\"https://www.woorank.com/en/p/crawler\\\">Site Crawl</a> to identify any duplicate content issues.\"\n        },\n        \"core_web_vitals\": {\n            \"type\": \"core_web_vitals\",\n            \"name\": \"Core Web Vitals\",\n            \"data\": {\n                \"cumulativeLayoutShift\": {\n                    \"histogram\": [\n                        {\n                            \"start\": 0,\n                            \"end\": 0.1,\n                            \"density\": 0.9181754526357907\n                        },\n                        {\n                            \"start\": 0.1,\n                            \"end\": 0.25,\n                            \"density\": 0.04761428428528558\n                        },\n                        {\n                            \"start\": 0.25,\n                            \"end\": null,\n                            \"density\": 0.034210263078923664\n                        }\n                    ],\n                    \"percentiles\": {\n                        \"key\": \"p75\",\n                        \"value\": 0.01\n                    }\n                },\n                \"firstContentfulPaint\": {\n                    \"histogram\": [\n                        {\n                            \"start\": 0,\n                            \"end\": 1800,\n                            \"density\": 0.8334333733493394\n                        },\n                        {\n                            \"start\": 1800,\n                            \"end\": 3000,\n                            \"density\": 0.12585034013605445\n                        },\n                        {\n                            \"start\": 3000,\n                            \"end\": null,\n                            \"density\": 0.040716286514606084\n                        }\n                    ],\n                    \"percentiles\": {\n                        \"key\": \"p75\",\n                        \"value\": 1579\n                    }\n                },\n                \"firstInputDelay\": {\n                    \"histogram\": [\n                        {\n                            \"start\": 0,\n                            \"end\": 100,\n                            \"density\": 0.948158526821457\n                        },\n                        {\n                            \"start\": 100,\n                            \"end\": 300,\n                            \"density\": 0.03742994395516413\n                        },\n                        {\n                            \"start\": 300,\n                            \"end\": null,\n                            \"density\": 0.014411529223378733\n                        }\n                    ],\n                    \"percentiles\": {\n                        \"key\": \"p75\",\n                        \"value\": 21\n                    }\n                },\n                \"largestContentfulPaint\": {\n                    \"histogram\": [\n                        {\n                            \"start\": 0,\n                            \"end\": 2500,\n                            \"density\": 0.8075652957069948\n                        },\n                        {\n                            \"start\": 2500,\n                            \"end\": 4000,\n                            \"density\": 0.1347943560492345\n                        },\n                        {\n                            \"start\": 4000,\n                            \"end\": null,\n                            \"density\": 0.057640348243770824\n                        }\n                    ],\n                    \"percentiles\": {\n                        \"key\": \"p75\",\n                        \"value\": 2244\n                    }\n                },\n                \"interactionToNextPaint\": {\n                    \"histogram\": [\n                        {\n                            \"start\": 0,\n                            \"end\": 200,\n                            \"density\": 0.9099819963992767\n                        },\n                        {\n                            \"start\": 200,\n                            \"end\": 500,\n                            \"density\": 0.0654130826165231\n                        },\n                        {\n                            \"start\": 500,\n                            \"end\": null,\n                            \"density\": 0.024604920984196806\n                        }\n                    ],\n                    \"percentiles\": {\n                        \"key\": \"p75\",\n                        \"value\": 85\n                    }\n                },\n                \"experimentalTimeToFirstByte\": {\n                    \"histogram\": [\n                    {\n                        \"start\": 0,\n                        \"end\": 800,\n                        \"density\": 0.5363290632506\n                    },\n                    {\n                        \"start\": 800,\n                        \"end\": 1800,\n                        \"density\": 0.3083466773418733\n                    },\n                    {\n                        \"start\": 1800,\n                        \"end\": null,\n                        \"density\": 0.15532425940752556\n                    }\n                    ],\n                    \"percentiles\": {\n                        \"key\": \"p75\",\n                        \"value\": 1326\n                    }\n                }\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"\"\n        },\n        \"crunchbase\": {\n            \"type\": \"crunchbase\",\n            \"name\": \"Crunchbase Entry\",\n            \"data\": {\n                \"detected\": false\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"Crunchbase is a platform used by millions, offering public information about businesses and individuals.<br /><br />Good news, etsy.com has been listed on <a href=\\\"undefined\\\" target=\\\"_blank\\\">undefined</a>. Make sure the details listed are correct and up to date. You can suggest edits to your page by creating a profile at <a href=\\\"https://www.crunchbase.com\\\" target=\\\"_blank\\\">crunchbase.com</a>.\"\n        },\n        \"custom_404\": {\n            \"type\": \"custom_404\",\n            \"name\": \"Custom 404 Page\",\n            \"data\": {\n                \"detected\": true,\n                \"statusCode\": 404\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"<p><a href=\\\"https://www.woorank.com/en/edu/seo-guides/why-404-pages-are-important-for-seo\\\" target=\\\"_blank\\\">Custom 404 error pages</a> are an opportunity for you to reduce customer frustration and link to other pages on your site.</p>\"\n        },\n        \"description\": {\n            \"type\": \"description\",\n            \"name\": \"Meta Description\",\n            \"data\": {\n                \"value\": \"Find the perfect handmade gift, vintage & on-trend clothes, unique jewelry, and more… lots more.\",\n                \"truncated\": false,\n                \"length\": 96,\n                \"pixelLength\": 564,\n                \"hash\": \"2IfQCq/ATS4gnf+VTV9obMn00u4kH6fxWlbPECtYySQ=\"\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 3,\n            \"advice\": \"<p>Great, your <a href=\\\"https://www.woorank.com/en/edu/seo-guides/meta-descriptions-seo\\\" target=\\\"_blank\\\">meta description</a> contains between 70 and 160 characters spaces included (400 - 940 pixels).</p><p>A good meta description acts as an organic advertisement, so use enticing messaging with a clear call to action to maximize click-through rate. They allow you to influence how your web pages are described and displayed in search results.</p><p>Ensure that all of your web pages have a unique meta description that is explicit and contains your <a href=\\\"https://www.woorank.com/en/blog/the-key-to-your-keyword-strategy\\\" target=\\\"_blank\\\">most important keywords</a> (these appear in bold when they match part or all of the user’s search query).</p><p>Use WooRank's <a href=\\\"https://www.woorank.com/en/p/crawler\\\" target=\\\"_blank\\\">Site Crawl</a> to check thousands of pages for meta descriptions that are too long, too short or duplicated across multiple web pages.</p>\"\n        },\n        \"discovered_social_profiles\": {\n            \"type\": \"discovered_social_profiles\",\n            \"name\": \"All Social Profiles\",\n            \"data\": {\n                \"crunchbase\": [],\n                \"facebook\": [],\n                \"foursquare\": [],\n                \"instagram\": [],\n                \"linkedIn\": [],\n                \"mySpace\": [],\n                \"pinterest\": [],\n                \"reddit\": [],\n                \"soundCloud\": [],\n                \"tumblr\": [],\n                \"twitter\": [],\n                \"vimeo\": [],\n                \"yelp\": [],\n                \"youTube\": [],\n                \"github\": [],\n                \"etsy\": []\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"\"\n        },\n        \"dmarc\": {\n            \"type\": \"dmarc\",\n            \"name\": \"DMARC\",\n            \"data\": {\n                \"tags\": [\n                    {\n                        \"tag\": \"v\",\n                        \"value\": \"DMARC1\"\n                    },\n                    {\n                        \"tag\": \"p\",\n                        \"value\": \"reject\"\n                    },\n                    {\n                        \"tag\": \"fo\",\n                        \"value\": \"1\"\n                    },\n                    {\n                        \"tag\": \"rua\",\n                        \"value\": \"mailto:dmarc@etsy.com\"\n                    },\n                    {\n                        \"tag\": \"ruf\",\n                        \"value\": \"mailto:dmarc@etsy.com\"\n                    }\n                ],\n                \"error\": null\n            },\n            \"status\": \"good\",\n            \"solvability\": 2,\n            \"importance\": 2,\n            \"advice\": \"<a rel=\\\"nofollow\\\" href=\\\"https://mxtoolbox.com/dmarc/details/what-is-a-dmarc-record\\\" target=\\\"_blank\\\">Domain-based Message Authentication, Reporting, and Conformance</a> (DMARC) is an email authentication method. When DMARC is published for a domain, it controls what happens if and when a message fails authentication tests. It is used to prevent malicious email practices like spoofing or phishing that could put your business as risk.<br /><br />DMARC uses DNS to publish information on how an email from a domain should be handled (e.g. do nothing, quarantine the message, or reject the message).<br /><br />Use <a rel=\\\"nofollow\\\" href=\\\"https://mxtoolbox.com/DMARC.aspx\\\" target=\\\"_blank\\\">DMARC lookup tool</a> to check your DMARC record for errors.\"\n        },\n        \"doctype\": {\n            \"type\": \"doctype\",\n            \"name\": \"Doctype\",\n            \"data\": {\n                \"valid\": true,\n                \"value\": \"HTML5\"\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<p>The Doctype is used to instruct web browsers about the document type being used. For example, what version of HTML the page is written in.</p><p>Declaring a <a rel=\\\"nofollow\\\" href=\\\"http://www.w3schools.com/tags/tag_DOCTYPE.asp\\\" target=\\\"_blank\\\">doctype</a> helps web browsers to render content correctly.</p>\"\n        },\n        \"domain_registration\": {\n            \"type\": \"domain_registration\",\n            \"name\": \"Domain Registration\",\n            \"data\": {\n                \"creation\": {\n                    \"date\": 1075939200000\n                },\n                \"expiration\": {\n                    \"date\": 1675555200000\n                }\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"Your domain, etsy.com, is the human-readable address of your website on the Internet.<br /><br />Domain age and registration won’t impact a website’s rankings, but it’s important to keep your registration up to date to prevent someone else from buying it.\"\n        },\n        \"email_security\": {\n            \"type\": \"email_security\",\n            \"name\": \"Email Privacy\",\n            \"data\": [],\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<p>We don’t recommend adding plain text/linked email addresses to your webpages, as malicious bots scrape the web in search of email addresses to spam. Instead, consider using a contact form.</p>\"\n        },\n        \"encoding\": {\n            \"type\": \"encoding\",\n            \"name\": \"Encoding\",\n            \"data\": \"utf8\",\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 1,\n            \"advice\": \"<p>Specifying <a href=\\\"https://www.w3schools.com/tags/ref_urlencode.asp\\\" target=\\\"_blank\\\">language/character encoding</a> can prevent problems with the rendering of <a rel=\\\"nofollow\\\" href=\\\"http://en.wikipedia.org/wiki/Character_encoding\\\" target=\\\"_blank\\\">special characters</a>.</p>\"\n        },\n        \"facebook_brand_page\": {\n            \"type\": \"facebook_brand_page\",\n            \"name\": \"Facebook Page\",\n            \"data\": {\n                \"pageId\": null,\n                \"urls\": [],\n                \"confidence\": 0\n            },\n            \"status\": \"bad\",\n            \"solvability\": 1,\n            \"importance\": 1,\n            \"advice\": \"We couldn't find a Facebook page for etsy.com defined in your structured data.<br /><br />Facebook is a vital channel for any business' digital marketing. <a href=\\\"http://www.socialmediaexaminer.com/social-media-research-shows-what-people-expect-from-brands/\\\" rel=\\\"nofollow\\\" target=\\\"_blank\\\">Almost every Millennial</a> expects you to have a presence on Facebook.<br /><br />Use <a href=\\\"https://www.woorank.com/en/blog/free-social-media-tools#facebooktools\\\" target=\\\"_blank\\\">Facebook Insights</a> to measure and track your audience's engagement with your posts to get the most out of your social media efforts. Link your Facebook profile with etsy.com and <a href=\\\"https://www.facebook.com/business/help/312169205649942\\\"  target=\\\"_blank\\\">add a CTA</a> to really maximize your social media marketing efforts.\"\n        },\n        \"favicon\": {\n            \"type\": \"favicon\",\n            \"name\": \"Favicon\",\n            \"data\": [\n                \"https://www.etsy.com/favicon.ico\",\n                \"https://www.etsy.com/images/favicon-32x32.png\",\n                \"https://www.etsy.com/images/favicon-16x16.png\"\n            ],\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<a href=\\\"https://www.woorank.com/en/edu/seo-guides/favicon\\\">Favicons</a> are the small icons that represent a website, company and/or brand. They can be displayed (among other instances) in browser tabs or bookmarks. Google also displays favicons in a page's search snippet in mobile search results.<br /><br />You can see how your site's favicon appears in search results in the Google Preview above.<br /><br />Make sure your favicon is <a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/blog/favicons-for-branding-and-usability\\\" target=\\\"_blank\\\">consistent with your brand</a> to help improve visibility.\"\n        },\n        \"google_preview\": {\n            \"type\": \"google_preview\",\n            \"name\": \"Google Preview\",\n            \"data\": {\n                \"desktop\": {\n                    \"url\": \"www.etsy.com\",\n                    \"title\": \"Etsy - Shop for handmade, vintage, custom, and unique gifts for ...\",\n                    \"description\": \"Find the perfect handmade gift, vintage & on-trend clothes, unique jewelry, and more… lots more.\"\n                },\n                \"mobile\": {\n                    \"url\": \"https://www.etsy.com\",\n                    \"title\": \"Etsy - Shop for handmade, vintage, custom, and unique gifts for ...\",\n                    \"description\": \"Find the perfect handmade gift, vintage & on-trend clothes, unique jewelry, and more… lots more.\"\n                }\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"This is a representation of what your title tag and meta description will look like in Google search results for both mobile and desktop users. Searchers on mobile devices will also see your site's favicon displayed next to the page's URL or domain.<br /><br />Search engines may create their own titles and descriptions if they are missing, poorly written and/or not relevant to the content on the page and cut short if they go over the character limit. So it’s important to be clear, concise and within the suggested character limit.<br /><br />Check your title tag and meta description to make sure they are clear, concise, within the suggested character limit and that they convey the right message to encourage the viewer to click through to your site.\"\n        },\n        \"headings\": {\n            \"type\": \"headings\",\n            \"name\": \"Headings\",\n            \"data\": {\n                \"h1\": [\n                    \"Fresh finds fit for cozy season.\",\n                    \"Halloween Shop 2022\"\n                ],\n                \"h2\": [\n                    \"Fresh finds fit for cozy season.\",\n                    \"Popular gifts right now\",\n                    \"Discover unique hand-picked items\",\n                    \"Editors' Picks\",\n                    \"Shop our selections\",\n                    \"Fresh from the blog\",\n                    \"What is Etsy?\",\n                    \"Footer\",\n                    \"Update your settings\",\n                    \"Required Cookies & Technologies\",\n                    \"Personalized Advertising\"\n                ],\n                \"h3\": [\n                    \"Custom Engraved Marble Wood Coasters | Round Marble Wooden Coaster Personalized | Housewarming Gifts | Wedding Gifts | Bridal Shower Gifts\",\n                    \"Personalized Cutting Board Wedding Gift, Customize your Bamboo Charcuterie Boards, Unique Bridal Shower Gift. Engraved Engagement Present,\",\n                    \"Thinking of You - Succulent Gift Box - Missing You - Friendship Gift Box - Care Package - Thinking of You Gift -FREE SHIPPING\",\n                    \"TOP SELLER - From the Library of Book Embosser Custom Personalized From the Library of Book Belongs to Ex Libris Book Lover Gift 1 5/8\\\"\",\n                    \"Birth Flower Birthday Gift Box, Personalized birthday ideas, birthday present, gift for best friend - BdayFlower-dEGB\",\n                    \"Personalized Family Name Metal Sign, Last Name Sign, Initial, Metal Monogram, Door Hanger, Housewarming Gift, Wedding Monogram, Anniversary\",\n                    \"New items our editors love\",\n                    \"Ink Flower Drawing , Giclée Fine Art Print , Modern Farmhouse Décor , Kitchen Wall Art , Large Wall Art , Sizes up to 24 x 36'' / A1\",\n                    \"Textured Stripe Pillow Cover | Cream/Ivory/Beige Throw Pillow | Minimalist Decor || 20x20 Square | 14x20 Lumbar || Pillow Insert Available\",\n                    \"One white clay- Ceramic wind chime -wind chime-patio- wedding gift- wabi sabi- bell- gift for her- boyfriend gift-valentines gift-bell\",\n                    \"Mid-Century Bird Screen Print - Oversize Scandi Wall Art, Minimalist Boho Print 50x70cm\",\n                    \"Convex mirror - Round convex mirrors - Wooden convex mirror for living room, bathroom, bedroom, hallway or study\",\n                    \"90s check blazer / red black beige gingham blazer / preppy plaid blazer / size 12 / fits like M-L\",\n                    \"Wavy Candle Holder\",\n                    \"Linen bedding white or ivory colors. Linen duvet cover and 2 pillowcases. Linen bedding Queen, King, Full size\",\n                    \"Choose your Scent- Pumpkin shaped, Soy & Beeswax Candle, 3.9oz\",\n                    \"Children's Drawing Halloween T shirt - Glow in the Dark - Kids Halloween Costume - Own Drawing\",\n                    \"Candle Skull bleeding red witch Gothic bones Black Halloween decoration Paraffin Candle witchraft Halloween decor\",\n                    \"Spooky Witch Dangle Earrings, Black Woman Earrings, Goth Jewelry\",\n                    \"swan costume for mother and daughter, Set of girl costume and adult costume, Halloween costume\",\n                    \"Mommy and Me | Halloween shirts | Sweatshirts | Mom | Son | Matching | Halloween | Family Tees | Boo | Costume | Fall | Rollin With My Boo\",\n                    \"Latinx Heritage Month\",\n                    \"Ay Dios Mio\",\n                    \"Prisma Hanging #11 - Rainbow Making Ceiling Hanging\",\n                    \"Home Spa Gift Set - Brown Organic Cotton\",\n                    \"Organic silver ring (pack of three), Reticulated Stacking Ring, textured bronze ring, silver ring, bronze ring, organic band\",\n                    \"Latina Educada Poderosa Sticker\",\n                    \"Puebla Talavera Mug Greeting Card, Spanglish greeting card, Mexican letter, Latinx stationary, Handmade, Latina Card, Latine gifts, chicana\",\n                    \"A community doing good\",\n                    \"Support independent creators\",\n                    \"Peace of mind\",\n                    \"Shop\",\n                    \"Sell\",\n                    \"About\",\n                    \"Help\",\n                    \"Privacy Settings\"\n                ],\n                \"h4\": [\n                    \"Have a question? Well, we’ve got some answers.\"\n                ]\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"<p>Great, your website is structured using HTML headings (<a href=\\\"https://www.woorank.com/en/edu/seo-guides/html-header\\\" target=\\\"_blank\\\">&lt;H1&gt; to &lt;H6&gt;</a>).</p><p>Use your keywords in the headings and make sure the first level (&lt;H1&gt;) includes your most important keywords. Never duplicate your title tag content in your header tag.</p><p>While it is important to ensure every page has an &lt;H1&gt; tag, only include more than one per page if you're <a href=\\\"https://www.woorank.com/en/edu/seo-guides/html-header\\\" target=\\\"_blank\\\">using HTML5</a>. Instead, use multiple &lt;H2&gt; - &lt;H6&gt; tags.</p>\"\n        },\n        \"hreflang\": {\n            \"type\": \"hreflang\",\n            \"name\": \"Hreflang Tags\",\n            \"data\": {\n                \"tags\": [\n                    {\n                        \"href\": \"https://www.etsy.com/\",\n                        \"hreflang\": \"en\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/fi-en/\",\n                        \"hreflang\": \"en-FI\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/au/\",\n                        \"hreflang\": \"en-AU\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/ca/\",\n                        \"hreflang\": \"en-CA\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/dk-en/\",\n                        \"hreflang\": \"en-DK\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/hk-en/\",\n                        \"hreflang\": \"en-HK\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/ie/\",\n                        \"hreflang\": \"en-IE\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/il-en/\",\n                        \"hreflang\": \"en-IL\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/in-en/\",\n                        \"hreflang\": \"en-IN\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/nz/\",\n                        \"hreflang\": \"en-NZ\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/no-en/\",\n                        \"hreflang\": \"en-NO\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/se-en/\",\n                        \"hreflang\": \"en-SE\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/sg-en/\",\n                        \"hreflang\": \"en-SG\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/uk/\",\n                        \"hreflang\": \"en-GB\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/de/\",\n                        \"hreflang\": \"de\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/fr/\",\n                        \"hreflang\": \"fr\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/ca-fr/\",\n                        \"hreflang\": \"fr-CA\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/nl/\",\n                        \"hreflang\": \"nl\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/it/\",\n                        \"hreflang\": \"it\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/es/\",\n                        \"hreflang\": \"es\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/mx/\",\n                        \"hreflang\": \"es-MX\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/jp/\",\n                        \"hreflang\": \"ja\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/pl/\",\n                        \"hreflang\": \"pl\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/at/\",\n                        \"hreflang\": \"de-AT\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/ch/\",\n                        \"hreflang\": \"de-CH\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/be/\",\n                        \"hreflang\": \"nl-BE\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    },\n                    {\n                        \"href\": \"https://www.etsy.com/\",\n                        \"hreflang\": \"x-default\",\n                        \"isCorrect\": true,\n                        \"source\": \"HTML\"\n                    }\n                ],\n                \"isSelfReferencing\": true\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<a href=\\\"https://www.woorank.com/en/edu/seo-guides/hreflang-seo-guide\\\" target=\\\"_blank\\\">The hreflang tag</a> is an HTML tag that tells search engines which languages and (optionally) countries a page's content is relevant for. Hreflang tags also tell search engines where to find the relevant content in alternate languages.<br /><br />If your website targets users all around the world, using hreflang tags will help make sure the right content is being served to the right users.<br /><br />The value of the hreflang attribute identifies the language (in <a href=\\\"https://wikipedia.org/wiki/List_of_ISO_639-1_codes\\\" target=\\\"_blank\\\">ISO 639-1</a> format) and optionally a region in <a href=\\\"https://wikipedia.org/wiki/ISO_3166-1_alpha-2\\\" target=\\\"_blank\\\">ISO 3166-1 Alpha 2</a> format of an alternate URL.<br /><br />Use <a href=\\\"https://help.woorank.com/hc/en-us/articles/360000140185-Using-Site-Crawl\\\" target=\\\"_blank\\\">WooRank's Site Crawl</a> to perform a thorough check on hreflang validity across a website.\"\n        },\n        \"image_optimization\": {\n            \"type\": \"image_optimization\",\n            \"name\": \"Image Optimization\",\n            \"data\": {\n                \"unsizedImages\": {\n                    \"score\": 1,\n                    \"nodes\": []\n                },\n                \"usesResponsiveImages\": {\n                    \"score\": 0.75,\n                    \"nodes\": [\n                        {\n                            \"url\": \"https://i.etsystatic.com/14242071/c/2250/2250/0/468/il/897972/2529961633/il_300x300.2529961633_bwos.jpg\",\n                            \"wastedBytes\": 6682,\n                            \"totalBytes\": 20656\n                        },\n                        {\n                            \"url\": \"https://i.etsystatic.com/17590463/r/il/a665ff/3276595150/il_300x300.3276595150_rl79.jpg\",\n                            \"wastedBytes\": 6196,\n                            \"totalBytes\": 19154\n                        },\n                        {\n                            \"url\": \"https://i.etsystatic.com/30233057/c/2250/2250/0/278/il/854c80/3970826709/il_300x300.3970826709_j41s.jpg\",\n                            \"wastedBytes\": 5537,\n                            \"totalBytes\": 17115\n                        },\n                        {\n                            \"url\": \"https://i.etsystatic.com/12717532/c/2250/2250/0/259/il/c6ac4a/3229245088/il_300x300.3229245088_ceet.jpg\",\n                            \"wastedBytes\": 5134,\n                            \"totalBytes\": 15870\n                        }\n                    ]\n                },\n                \"offscreenImages\": {\n                    \"score\": 1,\n                    \"nodes\": []\n                },\n                \"usesWebpImages\": {\n                    \"score\": 1,\n                    \"nodes\": []\n                },\n                \"usesOptimizedImages\": {\n                    \"score\": 1,\n                    \"nodes\": []\n                }\n            },\n            \"status\": \"average\",\n            \"solvability\": 2,\n            \"importance\": 3,\n            \"advice\": \"This page appears to have some work to do for image optimization. <br /><br />Optimizing your images can yield the greatest performance improvements and impress your website visitors. Lighthouse helps to identify issues that could frustrate users when the page loads, like <a href=\\\"https://web.dev/optimize-cls/#images-without-dimensions\\\" target=\\\"_blank\\\">images without dimensions</a>. By not specifying an image’s width and height, you could be causing a <a href=\\\"https://www.woorank.com/en/blog/improving-cumulative-layout-shift\\\" target=\\\"_blank\\\">layout shift</a> on your page.<br /><br />Website visitors will benefit from <a href=\\\"https://web.dev/uses-responsive-images/\\\" target=\\\"_blank\\\">properly sized images</a>and<a href=\\\"https://web.dev/uses-optimized-images/\\\" target=\\\"_blank\\\">efficiently encoded images</a>. If there are any images that load offscreen or are hidden in the page, it would be better to <a href=\\\"https://web.dev/offscreen-images/\\\" target=\\\"_blank\\\">defer those images</a> to speed up your load time.<br /><br />Finally, it’s important to serve <a href=\\\"https://web.dev/uses-webp-images/\\\" target=\\\"_blank\\\">next-gen image formats</a>, which have better compression and quality than their older JPEG and PNG counterparts. The images will load faster, consume less data and provide an overall better user experience.\"\n        },\n        \"images\": {\n            \"type\": \"images\",\n            \"name\": \"Alt Attribute\",\n            \"data\": [\n                {\n                    \"src\": \"https://i.etsystatic.com/12717532/c/2250/2250/0/259/il/c6ac4a/3229245088/il_300x300.3229245088_ceet.jpg\",\n                    \"alt\": \"\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/14242071/c/2250/2250/0/468/il/897972/2529961633/il_300x300.2529961633_bwos.jpg\",\n                    \"alt\": \"\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/12717532/c/2064/2064/149/334/il/dc1ddd/4045424243/il_300x300.4045424243_maec.jpg\",\n                    \"alt\": \"\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/30233057/c/2250/2250/0/278/il/854c80/3970826709/il_300x300.3970826709_j41s.jpg\",\n                    \"alt\": \"\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/13385784/r/il/8591c3/1014642840/il_300x300.1014642840_68w8.jpg\",\n                    \"alt\": \"\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/17590463/r/il/a665ff/3276595150/il_300x300.3276595150_rl79.jpg\",\n                    \"alt\": \"\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/28954110/c/2325/1846/279/339/il/816107/3871829563/il_340x270.3871829563_aley.jpg\",\n                    \"alt\": \"Custom Engraved Marble Wood Coasters | Round Marble Wooden Coaster Personalized | Housewarming Gifts  | Wedding Gifts | Bridal Shower Gifts\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/34269816/r/il/f9cc97/4040914287/il_340x270.4040914287_lzjb.jpg\",\n                    \"alt\": \"Personalized Cutting Board Wedding Gift, Customize your Bamboo Charcuterie Boards, Unique Bridal Shower Gift. Engraved Engagement Present,\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/20774660/c/1630/1296/34/0/il/f7dc4b/2970914622/il_340x270.2970914622_7yrz.jpg\",\n                    \"alt\": \"Thinking of You - Succulent Gift Box - Missing You - Friendship Gift Box - Care Package - Thinking of You Gift -FREE SHIPPING\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/17535065/r/il/4c196a/3678279046/il_340x270.3678279046_2any.jpg\",\n                    \"alt\": \"TOP SELLER - From the Library of Book Embosser Custom Personalized From the Library of Book Belongs to Ex Libris Book Lover Gift 1 5/8\\\"\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/23453173/r/il/6484cc/3997240304/il_340x270.3997240304_7tlf.jpg\",\n                    \"alt\": \"Birth Flower Birthday Gift Box, Personalized birthday ideas, birthday present, gift for best friend - BdayFlower-dEGB\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/6284811/r/il/89af60/2526449371/il_340x270.2526449371_lpjp.jpg\",\n                    \"alt\": \"Ink Flower Drawing , Giclée  Fine Art Print , Modern Farmhouse Décor , Kitchen Wall Art , Large Wall Art , Sizes up to 24 x 36'' / A1\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/22818884/r/il/a1a687/3769492323/il_340x270.3769492323_nly4.jpg\",\n                    \"alt\": \"Textured Stripe Pillow Cover | Cream/Ivory/Beige Throw Pillow | Minimalist Decor || 20x20 Square | 14x20 Lumbar || Pillow Insert Available\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/5485244/c/2250/1786/0/733/il/67e7cd/2876717714/il_340x270.2876717714_jcg2.jpg\",\n                    \"alt\": \"One white clay- Ceramic wind chime -wind chime-patio- wedding gift- wabi sabi- bell- gift for her- boyfriend gift-valentines gift-bell\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/5964525/c/2000/1589/0/179/il/46ad00/3582431070/il_340x270.3582431070_kbil.jpg\",\n                    \"alt\": \"Mid-Century Bird Screen Print - Oversize Scandi Wall Art, Minimalist Boho Print 50x70cm\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/11863176/r/il/ba7721/3992939483/il_340x270.3992939483_qq4u.jpg\",\n                    \"alt\": \"Convex mirror - Round convex mirrors - Wooden convex mirror for living room, bathroom, bedroom, hallway or study\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/16797677/r/il/6480f4/4193011671/il_340x270.4193011671_qd8q.jpg\",\n                    \"alt\": \"90s check blazer / red black beige gingham blazer / preppy plaid blazer / size 12 / fits like M-L\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/27128331/c/3000/2000/0/0/il/f0cd4e/3465923515/il_340x270.3465923515_3fnj.jpg\",\n                    \"alt\": \"Wavy Candle Holder\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/5782312/r/il/09144c/2336001565/il_340x270.2336001565_55fw.jpg\",\n                    \"alt\": \"Linen bedding white or ivory colors. Linen duvet cover and 2 pillowcases. Linen bedding Queen, King, Full size\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/19637498/r/il/bb0d8e/3678264497/il_680x540.3678264497_obal.jpg\",\n                    \"alt\": \"Choose your Scent- Pumpkin shaped, Soy & Beeswax Candle, 3.9oz\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/18769697/r/il/1a93b5/2079907489/il_680x540.2079907489_g16x.jpg\",\n                    \"alt\": \"Children's Drawing Halloween T shirt - Glow in the Dark - Kids Halloween Costume - Own Drawing\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/20814664/c/527/418/198/545/il/d6234f/2572119530/il_680x540.2572119530_llkn.jpg\",\n                    \"alt\": \"Candle Skull bleeding red  witch Gothic bones Black Halloween decoration Paraffin Candle witchraft Halloween decor\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/18113011/r/il/5ccc5b/3387621327/il_680x540.3387621327_5ead.jpg\",\n                    \"alt\": \"Spooky Witch Dangle Earrings, Black Woman Earrings, Goth Jewelry\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/9884091/r/il/5861e2/2037369721/il_680x540.2037369721_ba28.jpg\",\n                    \"alt\": \"swan costume for mother and daughter,  Set of girl costume and adult costume, Halloween costume\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/10236795/c/2250/1788/0/509/il/3f6e80/4140041593/il_680x540.4140041593_arc1.jpg\",\n                    \"alt\": \"Mommy and Me | Halloween shirts | Sweatshirts | Mom | Son | Matching | Halloween | Family Tees | Boo | Costume | Fall | Rollin With My Boo\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/7554574/r/il/8a0021/1375842606/il_300x300.1375842606_own9.jpg\",\n                    \"alt\": \"Ay Dios Mio\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/5611740/r/il/9b4fe4/2503781664/il_300x300.2503781664_8j4z.jpg\",\n                    \"alt\": \"Prisma Hanging #11 - Rainbow Making Ceiling Hanging\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/12714513/c/1371/1371/0/362/il/6f1f83/2672735705/il_300x300.2672735705_2vj7.jpg\",\n                    \"alt\": \"Home Spa Gift Set - Brown Organic Cotton\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/7855787/c/1685/1685/749/0/il/a829d6/3116806363/il_300x300.3116806363_agbv.jpg\",\n                    \"alt\": \"Organic silver ring (pack of three), Reticulated Stacking Ring, textured bronze ring, silver ring, bronze ring, organic band\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/24401055/c/1921/1921/279/583/il/a3b9f2/2538796346/il_300x300.2538796346_kbjl.jpg\",\n                    \"alt\": \"Latina Educada Poderosa Sticker\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/35010097/r/il/849a69/3913472690/il_300x300.3913472690_3iy8.jpg\",\n                    \"alt\": \"Puebla Talavera Mug Greeting Card, Spanglish greeting card, Mexican letter, Latinx stationary, Handmade, Latina Card, Latine gifts, chicana\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/7970370/r/il/857d94/1224196556/il_340x270.1224196556_o7zd.jpg\",\n                    \"alt\": \"Gifts Under $30\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/8924622/r/il/904fb7/3380424150/il_340x270.3380424150_ifdu.jpg\",\n                    \"alt\": \"Gifts for Her\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/5738620/r/il/15220a/3222669934/il_340x270.3222669934_7y6n.jpg\",\n                    \"alt\": \"Gifts for Him\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/10204022/c/2238/1779/392/516/il/8efa29/2803979129/il_340x270.2803979129_2sfl.jpg\",\n                    \"alt\": \"Personalized and Custom Jewelry\",\n                    \"hasAlt\": true\n                },\n                {\n                    \"src\": \"https://i.etsystatic.com/21677867/r/il/b52fb9/4005849951/il_340x270.4005849951_e4h8.jpg\",\n                    \"alt\": \"Creating Change Together\",\n                    \"hasAlt\": true\n                }\n            ],\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"<p><a href=\\\"https://www.woorank.com/en/edu/seo-guides/alternative-text-image-seo\\\" target=\\\"_blank\\\">Alternative text</a> allows you to add a description to an image. Since search engine crawlers cannot see images, <a href=\\\"https://www.woorank.com/en/blog/image-alt-text-relevant-for-seo-and-usability\\\" target=\\\"_blank\\\">they rely on alternative text attributes to determine relevance to a search query</a>. Alternative text also helps makes an image more likely to appear in a Google image search and is used by screen readers to provide context for visually impaired users.</p><p>It looks like most or all of your images have alternative text. Check the images on your website to make sure accurate and relevant alternative text is specified for each image on the page. <br /><br />Try to keep your alternative text to a simple, one-sentence description of what's in the image.</p>\"\n        },\n        \"indexed_pages\": {\n            \"type\": \"indexed_pages\",\n            \"name\": \"Discovered Pages\",\n            \"data\": 150013139,\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<p>We've discovered 150,013,139 pages on etsy.com.</p><p>Discovered pages do not impact your ranking but this is very handy information to have to make sure that your site’s pages are being indexed correctly. <br /><br />A low number can indicate that bots are unable to discover your pages, which is commonly caused by bad site architecture and poor internal linking. Or you've unknowingly prevented bots and search engines from crawling and indexing your pages. An unusually high number could be an indication of duplicate content due to URL parameters.</p><p>Make sure your website's <a href=\\\"https://www.woorank.com/en/edu/seo-guides/xml-sitemaps\\\" target=\\\"_blank\\\">XML sitemap</a> is present and that you've submitted it to the major search engines. <a href=\\\"https://www.woorank.com/en/blog/how-to-build-links-to-your-inner-pages\\\" target=\\\"_blank\\\">Building backlinks</a> to your website's internal pages will also help bots to discover, <a href=\\\"https://www.woorank.com/en/blog/your-site-indexed-in-google\\\" target=\\\"_blank\\\">crawl and index</a> them, while building authority to help them rank in search results at the same time.</p><p>Check Index Status and Crawl Errors in <a href=\\\"https://search.google.com/search-console/\\\" target=\\\"_blank\\\">Google Search Console</a> to track the status of your crawled/indexed pages.<br /><br />If the number shown here doesn’t sound right, we recommend to use <a href=\\\"https://www.woorank.com/en/p/crawler\\\">WooRank’s Site Crawl</a> analysis to find out why.<br /><br />If you use parameters in your URL like session IDs or sorting and filtering, use the <a href=\\\"https://www.woorank.com/en/blog/guide-to-clean-urls-for-seo-and-usability\\\">rel=\\\"canonical\\\" tag</a> to tell search engines which version of those pages is the original. </p>\"\n        },\n        \"instagram\": {\n            \"type\": \"instagram\",\n            \"name\": \"Instagram Account\",\n            \"data\": {\n                \"name\": null,\n                \"urls\": [],\n                \"confidence\": 0\n            },\n            \"status\": \"bad\",\n            \"solvability\": 1,\n            \"importance\": 1,\n            \"advice\": \"We couldn't find an Instagram account for etsy.com defined in your structured data.<br /><br />There are over 800 million Instagram accounts active every month, and 500 million of those are active every single day. This means that when it comes to content, you’ve got about 800 million potential sets of eyes ready to enjoy your content.<br /><br />If you do have an Instagram account for etsy.com, check our article on <a rel=\\\"nofollow\\\" href=\\\"https://help.woorank.com/hc/en-us/articles/360000136385-Why-can-t-you-find-my-social-media-pages-\\\" target=\\\"_blank\\\">how to link your social medias.</a>\"\n        },\n        \"ip_information\": {\n            \"type\": \"ip_information\",\n            \"name\": \"Server IP\",\n            \"data\": {\n                \"ip\": \"146.75.37.224\",\n                \"location\": {\n                    \"cityName\": \"San Francisco\",\n                    \"countryCode\": \"US\",\n                    \"latitude\": 37.7618,\n                    \"longitude\": -122.399,\n                    \"timeZone\": \"America/Los_Angeles\"\n                }\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<p>Your server's IP address <a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/blog/how-will-changing-ip-address-impact-seo\\\" target=\\\"_blank\\\">has little impact</a> on your SEO. Nevertheless, try to host your website on a server which is geographically close to your visitors. Search engines take the geolocation of a server into account as well as the server speed. </p><p>Use <a rel=\\\"nofollow\\\" href=\\\"http://www.dnsstuff.com/tools\\\" target=\\\"_blank\\\">DNSstuff</a> for comprehensive reports on your server.</p>\"\n        },\n        \"keywords_cloud\": {\n            \"type\": \"keywords_cloud\",\n            \"name\": \"Content Analysis\",\n            \"data\": [\n                {\n                    \"keyword\": \"French\",\n                    \"amount\": 4\n                },\n                {\n                    \"keyword\": \"Italy\",\n                    \"amount\": 2\n                },\n                {\n                    \"keyword\": \"Japan\",\n                    \"amount\": 2\n                },\n                {\n                    \"keyword\": \"New Zealand\",\n                    \"amount\": 3\n                },\n                {\n                    \"keyword\": \"Republic\",\n                    \"amount\": 5\n                },\n                {\n                    \"keyword\": \"United Kingdom\",\n                    \"amount\": 3\n                },\n                {\n                    \"keyword\": \"United States\",\n                    \"amount\": 5\n                },\n                {\n                    \"keyword\": \"Greece\",\n                    \"amount\": 2\n                },\n                {\n                    \"keyword\": \"Ivory\",\n                    \"amount\": 3\n                },\n                {\n                    \"keyword\": \"Canada\",\n                    \"amount\": 3\n                },\n                {\n                    \"keyword\": \"Netherlands\",\n                    \"amount\": 3\n                },\n                {\n                    \"keyword\": \"France\",\n                    \"amount\": 2\n                },\n                {\n                    \"keyword\": \"Germany\",\n                    \"amount\": 3\n                },\n                {\n                    \"keyword\": \"Poland\",\n                    \"amount\": 2\n                },\n                {\n                    \"keyword\": \"Portugal\",\n                    \"amount\": 2\n                },\n                {\n                    \"keyword\": \"Decorative Pillows\",\n                    \"amount\": 2\n                },\n                {\n                    \"keyword\": \"Australia\",\n                    \"amount\": 2\n                },\n                {\n                    \"keyword\": \"Halloween costume\",\n                    \"amount\": 2\n                },\n                {\n                    \"keyword\": \"Bridal Sets\",\n                    \"amount\": 2\n                },\n                {\n                    \"keyword\": \"Handcrafted Shopper Favorites\",\n                    \"amount\": 2\n                }\n            ],\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<p>This data represents the words and phrases that your page appears to be optimized around. We use what’s called “<a href=\\\"https://en.wikipedia.org/wiki/Natural_language_processing\\\" target=\\\"_blank\\\">natural language processing</a>\\\" (NLP), which is a form of artificial intelligence that allows computers to read human language, to do this analysis.</p><p>The numbers next to each word or phrase represents how often we detected them and their variants on the page.</p><p>Are these the keywords you want to target for your page? If so, great! Track your site’s rankings in Google search results using <a href=\\\"https://www.woorank.com/en/p/serp\\\">WooRank’s Keyword Tool</a>.</p><p>If these keywords aren’t relevant to your page, consider updating your content to <a href=\\\"https://www.woorank.com/en/edu/seo-guides/what-are-keywords-in-seo\\\" target=\\\"_blank\\\">optimize it for your target keywords</a>.</p>\"\n        },\n        \"language\": {\n            \"type\": \"language\",\n            \"name\": \"Language\",\n            \"data\": {\n                \"detected\": \"en\",\n                \"declared\": \"en\"\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"<p>Great, your declared language matches the language detected on the page. </p><p>Make sure your declared language is the same as the <a href=\\\"https://www.google.com.au/language_tools\\\" target=\\\"_blank\\\">language detected by Google</a>.</p><p><a href=\\\"https://www.woorank.com/en/blog/international-seo-an-in-depth-checklist\\\" target=\\\"_blank\\\">Tips</a> for multilingual websites:<ul><li><a href=\\\"https://www.w3.org/International/questions/qa-html-language-declarations\\\" target=\\\"_blank\\\">Define the language</a> of the content in each page's HTML code.</li><li>Specify the language code in the URL as well (e.g., \\\"mywebsite.com/fr/mycontent.html\\\").</li><li>Use <a href=\\\"https://www.woorank.com/en/blog/top-9-pitfalls-of-international-seo\\\" target=\\\"_blank\\\">hreflang tags</a> to specify language and country for Google, and the <a href=\\\"https://www.w3.org/International/questions/qa-http-and-lang\\\" target=\\\"_blank\\\">\\\"content-language\\\" meta tag</a> to specify the language and country for Bing.</li></ul></p>\"\n        },\n        \"largest_contentful_paint_element\": {\n            \"type\": \"largest_contentful_paint_element\",\n            \"name\": \"LCP Element\",\n            \"data\": {\n                \"lcp\": 7884.636499999999,\n                \"nodes\": [\n                    {\n                        \"snippet\": \"<img data-listing-card-listing-image=\\\"\\\" data-src=\\\"https://i.etsystatic.com/28954110/c/2325/1846/279/339/il/816107/3871829563…\\\" class=\\\"wt-width-full wt-height-full wt-display-block wt-position-absolute loaded\\\" alt=\\\"Custom Engraved Marble Wood Coasters | Round Marble Wooden Coaster Persona…\\\" loading=\\\"lazy\\\" src=\\\"https://i.etsystatic.com/28954110/c/2325/1846/279/339/il/816107/3871829563…\\\" data-ll-status=\\\"loaded\\\">\",\n                        \"nodeLabel\": \"Custom Engraved Marble Wood Coasters | Round Marble Wooden Coaster Personalized…\",\n                        \"isImage\": false,\n                        \"isPreloaded\": false,\n                        \"wastedMs\": null\n                    }\n                ]\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"Largest Contentful Paint (LCP) is the amount of time it takes a page to render the largest image or text block visible in <a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/edu/seo-guides/how-to-use-the-mobile-viewport-for-seo\\\" target=\\\"_blank\\\">the viewport</a> of a user’s browser. It measures how long users have to wait to see the most important content on the page.<br /><br />When <a rel=\\\"nofollow\\\" href=\\\"https://web.dev/lcp/\\\" target=\\\"_blank\\\">measuring and tracking LCP</a>, the clock starts as soon as the user’s browser requests the URL from the server. Scoring LCP works by recording how long that image or text block element on the page takes to load and render once the user requests the page from their browser.<br /><br />A fast LCP score helps reassure the user that the page is useful. Read more about how LCP works and why it matters in our <a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/blog/largest-contentful-paint\\\" target=\\\"_blank\\\">Largest Contentful Paint guide</a>. \"\n        },\n        \"layout_shift_elements\": {\n            \"type\": \"layout_shift_elements\",\n            \"name\": \"Layout Shift Elements\",\n            \"data\": {\n                \"cls\": 0,\n                \"nodes\": []\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"Cumulative Layout Shift (CLS) is used to measure the user-friendliness of a page. Specifically, it measures how much the content on a page moves around as the page loads. <br /><br />CLS is measured any time an element that’s visible in the <a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/edu/seo-guides/how-to-use-the-mobile-viewport-for-seo\\\" target=\\\"_blank\\\">viewport</a> changes its position on the screen between two frames as the page loads. So, if a button moves from the left to the right, or if it moves two or three lines down, a CLS is recorded. This is bad user experience, as your visitors can get frustrated when they try to click something and it moves positions. <br /><br />Each shifted element on your page contributes to your CLS score. To learn more about how CLS is calculated and some of the common causes, check out our <a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/blog/core-web-vitals-cumulative-layout-shift\\\" target=\\\"_blank\\\">Cumulative Layout Shift guide</a>. \"\n        },\n        \"linkedin\": {\n            \"type\": \"linkedin\",\n            \"name\": \"LinkedIn Account\",\n            \"data\": {\n                \"name\": null,\n                \"urls\": [],\n                \"confidence\": 0\n            },\n            \"status\": \"bad\",\n            \"solvability\": 1,\n            \"importance\": 1,\n            \"advice\": \"We couldn't find a LinkedIn Account for etsy.com defined in your structured data.<br /><br />With <a href=\\\"https://about.linkedin.com/\\\" target=\\\"_blank\\\">562 million users</a>, LinkedIn is all about building <a href=\\\"https://business.linkedin.com/grow\\\" target=\\\"_blank\\\">networks and connections</a>. It’s not only about who you know, but about who your connections know.<br />That’s the real power of LinkedIn for business: the ability to tap into existing connections and grow your brand through word-of-mouth. <br /><br />Having a LinkedIn Company Page helps people learn about your business and your brand.\"\n        },\n        \"links_details\": {\n            \"type\": \"links_details\",\n            \"name\": \"In-Page Links\",\n            \"data\": [\n                {\n                    \"link\": \"https://investors.etsy.com/\",\n                    \"hypertext\": \"Investors\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": false\n                },\n                {\n                    \"link\": \"https://etsy.app.link/d7nDUdp49V\",\n                    \"hypertext\": \"Download the Etsy App\",\n                    \"linkToFile\": false,\n                    \"follow\": false,\n                    \"internal\": false\n                },\n                {\n                    \"link\": \"https://www.etsy.com/\",\n                    \"hypertext\": \"\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/?ref=lgo\",\n                    \"hypertext\": \"Etsy\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/#content\",\n                    \"hypertext\": \"Skip to Content\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/cart?ref=hdr-cart\",\n                    \"hypertext\": \"0\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/halloween?ref=Halloween22\",\n                    \"hypertext\": \"Halloween Hub\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry-and-accessories?ref=catnav-10855\",\n                    \"hypertext\": \"Jewelry & Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing-and-shoes?ref=catnav-10923\",\n                    \"hypertext\": \"Clothing & Shoes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living?ref=catnav-891\",\n                    \"hypertext\": \"Home & Living\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/wedding-and-party?ref=catnav-10983\",\n                    \"hypertext\": \"Wedding & Party\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/toys-and-entertainment?ref=catnav-11049\",\n                    \"hypertext\": \"Toys & Entertainment\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles?ref=catnav-66\",\n                    \"hypertext\": \"Art & Collectibles\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools?ref=catnav-562\",\n                    \"hypertext\": \"Craft Supplies\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/gift-guides?ref=gift_guide_nav_promo\",\n                    \"hypertext\": \"Gifts & Gift Cards\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry?ref=catnav-10855\",\n                    \"hypertext\": \"All Jewelry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/hats-and-caps?ref=catnav-10855\",\n                    \"hypertext\": \"Hats & Caps\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/hats-and-caps/baseball-and-trucker-caps?ref=catnav-10855\",\n                    \"hypertext\": \"Baseball & Trucker Hats\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/hats-and-caps/winter-hats?ref=catnav-10855\",\n                    \"hypertext\": \"Beanies & Winter Hats\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/hats-and-caps/sun-hats-and-visors?ref=catnav-10855\",\n                    \"hypertext\": \"Sun Hats\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/hair-accessories?ref=catnav-10855\",\n                    \"hypertext\": \"Hair Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/hair-accessories/headbands?ref=catnav-10855\",\n                    \"hypertext\": \"Headbands\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/hair-accessories/fascinators-and-mini-hats?ref=catnav-10855\",\n                    \"hypertext\": \"Fascinators & Mini Hats\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/hair-accessories/barrettes-and-clips?ref=catnav-10855\",\n                    \"hypertext\": \"Barrettes & Clips\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/hair-accessories/ties-and-elastics?ref=catnav-10855\",\n                    \"hypertext\": \"Ties & Elastics\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/hair-accessories/wreaths-and-tiaras?ref=catnav-10855\",\n                    \"hypertext\": \"Wreaths & Tiaras\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/sunglasses-and-eyewear?ref=catnav-10855\",\n                    \"hypertext\": \"Sunglasses & Eyewear\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/scarves-and-wraps?ref=catnav-10855\",\n                    \"hypertext\": \"Scarves & Wraps\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/belts-and-suspenders?ref=catnav-10855\",\n                    \"hypertext\": \"Belts & Suspenders\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/keychains-and-lanyards?ref=catnav-10855\",\n                    \"hypertext\": \"Keychains & Lanyards\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/cosmetic-and-toiletry-storage/toiletry-kits-and-travel-cases?ref=catnav-10855\",\n                    \"hypertext\": \"Cosmetic & Toiletry Bags\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/gloves-and-mittens?ref=catnav-10855\",\n                    \"hypertext\": \"Gloves & Mittens\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories/umbrellas-and-rain-accessories?ref=catnav-10855\",\n                    \"hypertext\": \"Umbrellas & Rain Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/wallets-and-money-clips?ref=catnav-10855\",\n                    \"hypertext\": \"Wallets & Money Clips\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/accessories?ref=catnav-10855\",\n                    \"hypertext\": \"All Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/backpacks?ref=catnav-10855\",\n                    \"hypertext\": \"Backpacks\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/handbags?ref=catnav-10855\",\n                    \"hypertext\": \"Handbags\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/handbags/clutches-and-evening-bags?ref=catnav-10855\",\n                    \"hypertext\": \"Clutches & Evening Bags\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/handbags/shoulder-bags?ref=catnav-10855\",\n                    \"hypertext\": \"Shoulder Bags\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/diaper-bags?ref=catnav-10855\",\n                    \"hypertext\": \"Diaper Bags\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/luggage-and-travel?ref=catnav-10855\",\n                    \"hypertext\": \"Luggage & Duffel Bags\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/electronics-cases/phone-cases?ref=catnav-10855\",\n                    \"hypertext\": \"Phone Cases\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/totes?ref=catnav-10855\",\n                    \"hypertext\": \"Totes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses?ref=catnav-10855\",\n                    \"hypertext\": \"All Bags & Purses\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/necklaces/pendants?ref=catnav-10855\",\n                    \"hypertext\": \"Pendants\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/necklaces/chokers?ref=catnav-10855\",\n                    \"hypertext\": \"Chokers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/necklaces/charm-necklaces?ref=catnav-10855\",\n                    \"hypertext\": \"Charm Necklaces\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/necklaces/crystal-necklaces?ref=catnav-10855\",\n                    \"hypertext\": \"Crystal Necklaces\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/necklaces/monogram-and-name-necklaces?ref=catnav-10855\",\n                    \"hypertext\": \"Monogram & Name Necklaces\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/necklaces/beaded-necklaces?ref=catnav-10855\",\n                    \"hypertext\": \"Beaded Necklaces\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/necklaces/chains?ref=catnav-10855\",\n                    \"hypertext\": \"Chains\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/necklaces/bib-necklaces?ref=catnav-10855\",\n                    \"hypertext\": \"Bib Necklaces\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/necklaces/tassel-necklaces?ref=catnav-10855\",\n                    \"hypertext\": \"Tassel Necklaces\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/necklaces?ref=catnav-10855\",\n                    \"hypertext\": \"All Necklaces\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings/stackable-rings?ref=catnav-10855\",\n                    \"hypertext\": \"Stackable Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings/statement-rings?ref=catnav-10855\",\n                    \"hypertext\": \"Statement Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings/bands?ref=catnav-10855\",\n                    \"hypertext\": \"Bands\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings/signet-rings?ref=catnav-10855\",\n                    \"hypertext\": \"Signet Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings/multistone-rings?ref=catnav-10855\",\n                    \"hypertext\": \"Multi-Stone Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings/solitaire-rings?ref=catnav-10855\",\n                    \"hypertext\": \"Solitaire Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings/midi-rings?ref=catnav-10855\",\n                    \"hypertext\": \"Midi Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings/wedding-and-engagement?ref=catnav-10855\",\n                    \"hypertext\": \"Wedding & Engagement\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings/wedding-and-engagement/engagement-rings?ref=catnav-10855\",\n                    \"hypertext\": \"Engagement Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings/wedding-and-engagement/wedding-bands?ref=catnav-10855\",\n                    \"hypertext\": \"Wedding Bands\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings/wedding-and-engagement/promise-rings?ref=catnav-10855\",\n                    \"hypertext\": \"Promise Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings/wedding-and-engagement/bridal-sets?ref=catnav-10855\",\n                    \"hypertext\": \"Bridal Sets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/rings?ref=catnav-10855\",\n                    \"hypertext\": \"All Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/earrings/dangle-earrings?ref=catnav-10855\",\n                    \"hypertext\": \"Dangle & Drop Earrings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/earrings/stud-earrings?ref=catnav-10855\",\n                    \"hypertext\": \"Stud Earrings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/earrings/hoop-earrings?ref=catnav-10855\",\n                    \"hypertext\": \"Hoop Earrings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/earrings/chandelier-earrings?ref=catnav-10855\",\n                    \"hypertext\": \"Chandelier Earrings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/earrings/ear-jackets-and-climbers?ref=catnav-10855\",\n                    \"hypertext\": \"Ear Jackets & Climbers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/earrings/cluster-earrings?ref=catnav-10855\",\n                    \"hypertext\": \"Cluster Earrings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/earrings/cuff-and-wrap-earrings?ref=catnav-10855\",\n                    \"hypertext\": \"Cuff & Wrap Earrings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/earrings/clip-on-earrings?ref=catnav-10855\",\n                    \"hypertext\": \"Clip-On Earrings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/earrings?ref=catnav-10855\",\n                    \"hypertext\": \"All Earrings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/bracelets/beaded-bracelets?ref=catnav-10855\",\n                    \"hypertext\": \"Beaded Bracelets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/bracelets/bangles?ref=catnav-10855\",\n                    \"hypertext\": \"Bangles\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/bracelets/charm-bracelets?ref=catnav-10855\",\n                    \"hypertext\": \"Charm Bracelets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/bracelets/woven-and-braided-bracelets?ref=catnav-10855\",\n                    \"hypertext\": \"Woven & Braided Bracelets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/bracelets/cuff-bracelets?ref=catnav-10855\",\n                    \"hypertext\": \"Cuff Bracelets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/bracelets/chain-and-link-bracelets?ref=catnav-10855\",\n                    \"hypertext\": \"Chain & Link Bracelets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/bracelets?ref=catnav-10855\",\n                    \"hypertext\": \"All Bracelets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/body-jewelry/anklets?ref=catnav-10855\",\n                    \"hypertext\": \"Anklets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/body-jewelry/hair-jewelry?ref=catnav-10855\",\n                    \"hypertext\": \"Hair Jewelry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/body-jewelry/nose-rings-and-studs?ref=catnav-10855\",\n                    \"hypertext\": \"Nose Rings & Studs\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/body-jewelry/arm-bands?ref=catnav-10855\",\n                    \"hypertext\": \"Arm Bands\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/body-jewelry/nipple-jewelry?ref=catnav-10855\",\n                    \"hypertext\": \"Nipple Jewelry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/body-jewelry/belly-rings?ref=catnav-10855\",\n                    \"hypertext\": \"Belly Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/body-jewelry/shoulder-jewelry?ref=catnav-10855\",\n                    \"hypertext\": \"Shoulder Jewelry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/body-jewelry/toe-rings?ref=catnav-10855\",\n                    \"hypertext\": \"Toe Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/body-jewelry/lip-rings?ref=catnav-10855\",\n                    \"hypertext\": \"Lip Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/jewelry/body-jewelry?ref=catnav-10855\",\n                    \"hypertext\": \"All Body Jewelry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/fashion-accessories-and-jewelry?ref=catnav_promo\",\n                    \"hypertext\": \"Editors' Picks\\n            Jewelry, Handbags, and Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing?ref=catnav-10923\",\n                    \"hypertext\": \"Women's Clothing\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing/dresses?ref=catnav-10923\",\n                    \"hypertext\": \"Dresses\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing/tops-and-tees?ref=catnav-10923\",\n                    \"hypertext\": \"Tops & Tees\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing/skirts?ref=catnav-10923\",\n                    \"hypertext\": \"Skirts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing/jackets-and-coats?ref=catnav-10923\",\n                    \"hypertext\": \"Jackets & Coats\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing/pants-and-capris?ref=catnav-10923\",\n                    \"hypertext\": \"Pants & Capris\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing/sweaters?ref=catnav-10923\",\n                    \"hypertext\": \"Sweaters\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing/costumes?ref=catnav-10923\",\n                    \"hypertext\": \"Costumes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing/hoodies-and-sweatshirts?ref=catnav-10923\",\n                    \"hypertext\": \"Hoodies & Sweatshirts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing/pajamas-and-robes?ref=catnav-10923\",\n                    \"hypertext\": \"Pajamas & Robes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing/shorts-and-skorts/shorts?ref=catnav-10923\",\n                    \"hypertext\": \"Shorts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing/swimwear?ref=catnav-10923\",\n                    \"hypertext\": \"Swimwear\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/womens-shoes?ref=catnav-10923\",\n                    \"hypertext\": \"Women's Shoes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/womens-shoes/boots?ref=catnav-10923\",\n                    \"hypertext\": \"Boots\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/womens-shoes/sandals?ref=catnav-10923\",\n                    \"hypertext\": \"Sandals\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/womens-shoes/slippers?ref=catnav-10923\",\n                    \"hypertext\": \"Slippers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/womens-shoes/sneakers-and-athletic-shoes?ref=catnav-10923\",\n                    \"hypertext\": \"Sneakers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing-and-shoes/womens?ref=catnav-10923\",\n                    \"hypertext\": \"All Women's\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/mens-clothing?ref=catnav-10923\",\n                    \"hypertext\": \"Men's Clothing\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/mens-clothing/shirts-and-tees?ref=catnav-10923\",\n                    \"hypertext\": \"Shirts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/mens-clothing/sweaters?ref=catnav-10923\",\n                    \"hypertext\": \"Sweaters\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/mens-clothing/costumes?ref=catnav-10923\",\n                    \"hypertext\": \"Costumes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/mens-clothing/hoodies-and-sweatshirts?ref=catnav-10923\",\n                    \"hypertext\": \"Hoodies & Sweatshirts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/mens-clothing/jackets-and-coats?ref=catnav-10923\",\n                    \"hypertext\": \"Jackets & Coats\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/mens-clothing/pajamas-and-robes?ref=catnav-10923\",\n                    \"hypertext\": \"Pajamas & Robes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/mens-clothing/shorts?ref=catnav-10923\",\n                    \"hypertext\": \"Shorts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/mens-shoes?ref=catnav-10923\",\n                    \"hypertext\": \"Men's Shoes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/mens-shoes/boots?ref=catnav-10923\",\n                    \"hypertext\": \"Boots\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/mens-shoes/slippers?ref=catnav-10923\",\n                    \"hypertext\": \"Slippers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/mens-shoes/sneakers-and-athletic-shoes?ref=catnav-10923\",\n                    \"hypertext\": \"Sneakers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing-and-shoes/mens?ref=catnav-10923\",\n                    \"hypertext\": \"All Men's\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/girls-clothing/baby-girls-clothing?ref=catnav-10923\",\n                    \"hypertext\": \"Baby Girls' Clothing\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/girls-clothing/baby-girls-clothing/sweaters?ref=catnav-10923\",\n                    \"hypertext\": \"Sweaters\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/girls-clothing?ref=catnav-10923\",\n                    \"hypertext\": \"Girls' Clothing\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/girls-clothing/dresses?ref=catnav-10923\",\n                    \"hypertext\": \"Dresses\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/girls-clothing/skirts?ref=catnav-10923\",\n                    \"hypertext\": \"Skirts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/girls-clothing/tops-and-tees?ref=catnav-10923\",\n                    \"hypertext\": \"Tops\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/girls-clothing/costumes?ref=catnav-10923\",\n                    \"hypertext\": \"Costumes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/girls-clothing/jackets-and-coats?ref=catnav-10923\",\n                    \"hypertext\": \"Jackets & Coats\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/girls-clothing/pajamas-and-robes?ref=catnav-10923\",\n                    \"hypertext\": \"Pajamas & Robes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/girls-clothing/sweaters?ref=catnav-10923\",\n                    \"hypertext\": \"Sweaters\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/boys-clothing/baby-boys-clothing?ref=catnav-10923\",\n                    \"hypertext\": \"Baby Boys' Clothing\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/boys-clothing/baby-boys-clothing/sweaters?ref=catnav-10923\",\n                    \"hypertext\": \"Sweaters\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/boys-clothing?ref=catnav-10923\",\n                    \"hypertext\": \"Boys' Clothing\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/boys-clothing/tops-and-tees?ref=catnav-10923\",\n                    \"hypertext\": \"Tops\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/boys-clothing/costumes?ref=catnav-10923\",\n                    \"hypertext\": \"Costumes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/boys-clothing/jackets-and-coats?ref=catnav-10923\",\n                    \"hypertext\": \"Jackets & Coats\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/boys-clothing/pajamas-and-robes?ref=catnav-10923\",\n                    \"hypertext\": \"Pajamas & Robes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/boys-clothing/sweaters?ref=catnav-10923\",\n                    \"hypertext\": \"Sweaters\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/girls-shoes?ref=catnav-10923\",\n                    \"hypertext\": \"Girls' Shoes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/girls-shoes/boots?ref=catnav-10923\",\n                    \"hypertext\": \"Boots\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/girls-shoes/slippers?ref=catnav-10923\",\n                    \"hypertext\": \"Slippers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/girls-shoes/sneakers-and-athletic-shoes?ref=catnav-10923\",\n                    \"hypertext\": \"Sneakers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/boys-shoes?ref=catnav-10923\",\n                    \"hypertext\": \"Boys' Shoes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/boys-shoes/boots?ref=catnav-10923\",\n                    \"hypertext\": \"Boots\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/boys-shoes/slippers?ref=catnav-10923\",\n                    \"hypertext\": \"Slippers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/shoes/boys-shoes/sneakers-and-athletic-shoes?ref=catnav-10923\",\n                    \"hypertext\": \"Sneakers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/unisex-kids-clothing/unisex-baby-clothing?ref=catnav-10923\",\n                    \"hypertext\": \"Unisex Baby Clothing\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/unisex-kids-clothing?ref=catnav-10923\",\n                    \"hypertext\": \"Unisex Kids' Clothing\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing-and-shoes/kids-and-baby?ref=catnav-10923\",\n                    \"hypertext\": \"All Kids' & Baby\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/backpacks?ref=catnav-10923\",\n                    \"hypertext\": \"Backpacks\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/handbags?ref=catnav-10923\",\n                    \"hypertext\": \"Handbags\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/handbags/clutches-and-evening-bags?ref=catnav-10923\",\n                    \"hypertext\": \"Clutches & Evening Bags\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/handbags/shoulder-bags?ref=catnav-10923\",\n                    \"hypertext\": \"Shoulder Bags\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/diaper-bags?ref=catnav-10923\",\n                    \"hypertext\": \"Diaper Bags\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/luggage-and-travel?ref=catnav-10923\",\n                    \"hypertext\": \"Luggage & Duffel Bags\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses/electronics-cases/phone-cases?ref=catnav-10923\",\n                    \"hypertext\": \"Phone Cases\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bags-and-purses?ref=catnav-10923\",\n                    \"hypertext\": \"All Bags & Purses\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/womens-clothing-and-accessories?ref=catnav_promo\",\n                    \"hypertext\": \"Editors' Picks\\n            Women’s Clothing and Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/home-decor?ref=catnav-891\",\n                    \"hypertext\": \"Home Decor\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/home-decor/wall-decor?ref=catnav-891\",\n                    \"hypertext\": \"Wall Decor\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/home-decor/decorative-pillows?ref=catnav-891\",\n                    \"hypertext\": \"Decorative Pillows\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/home-decor/frames-and-displays?ref=catnav-891\",\n                    \"hypertext\": \"Picture Frames & Displays\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/home-decor/candles-and-holders?ref=catnav-891\",\n                    \"hypertext\": \"Candles & Holders\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/home-decor/clocks?ref=catnav-891\",\n                    \"hypertext\": \"Clocks\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/home-decor/vases?ref=catnav-891\",\n                    \"hypertext\": \"Vases\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/floor-and-rugs/rugs?ref=catnav-891\",\n                    \"hypertext\": \"Rugs\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/furniture?ref=catnav-891\",\n                    \"hypertext\": \"Furniture\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/furniture/bedroom-furniture?ref=catnav-891\",\n                    \"hypertext\": \"Bedroom Furniture\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/furniture/dining-room-furniture?ref=catnav-891\",\n                    \"hypertext\": \"Dining Room Furniture\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/furniture/kids-furniture?ref=catnav-891\",\n                    \"hypertext\": \"Kids' Furniture\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/furniture/living-room-furniture?ref=catnav-891\",\n                    \"hypertext\": \"Living Room Furniture\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/bedding?ref=catnav-891\",\n                    \"hypertext\": \"Bedding\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/bathroom?ref=catnav-891\",\n                    \"hypertext\": \"Bathroom\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/outdoor-and-garden?ref=catnav-891\",\n                    \"hypertext\": \"Outdoor & Gardening\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/storage-and-organization?ref=catnav-891\",\n                    \"hypertext\": \"Storage & Organization\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/office?ref=catnav-891\",\n                    \"hypertext\": \"Office\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/lighting?ref=catnav-891\",\n                    \"hypertext\": \"Lighting\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/kitchen-and-dining?ref=catnav-891\",\n                    \"hypertext\": \"Kitchen & Dining\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/kitchen-and-dining/cookware?ref=catnav-891\",\n                    \"hypertext\": \"Cookware\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/kitchen-and-dining/drink-and-barware?ref=catnav-891\",\n                    \"hypertext\": \"Drink & Barware\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/kitchen-and-dining/dining-and-serving?ref=catnav-891\",\n                    \"hypertext\": \"Serveware\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/food-and-drink?ref=catnav-891\",\n                    \"hypertext\": \"Food & Drink\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/spirituality-and-religion?ref=catnav-891\",\n                    \"hypertext\": \"Spirituality & Religion\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bath-and-beauty/bath-accessories?ref=catnav-891\",\n                    \"hypertext\": \"Bath Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bath-and-beauty/makeup-and-cosmetics?ref=catnav-891\",\n                    \"hypertext\": \"Makeup & Cosmetics\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bath-and-beauty/skin-care?ref=catnav-891\",\n                    \"hypertext\": \"Skin Care\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bath-and-beauty/hair-care?ref=catnav-891\",\n                    \"hypertext\": \"Hair Care\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bath-and-beauty/essential-oils?ref=catnav-891\",\n                    \"hypertext\": \"Essential Oils\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bath-and-beauty/fragrances?ref=catnav-891\",\n                    \"hypertext\": \"Fragrances\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bath-and-beauty/soaps?ref=catnav-891\",\n                    \"hypertext\": \"Soaps & Bath Bombs\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bath-and-beauty/personal-care/sexual-wellness/sex-toys?ref=catnav-891\",\n                    \"hypertext\": \"Sex Toys\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bath-and-beauty/personal-care/face-masks-and-coverings?ref=catnav-891\",\n                    \"hypertext\": \"Face Masks & Coverings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bath-and-beauty/spa-and-relaxation/spa-kits-and-gifts?ref=catnav-891\",\n                    \"hypertext\": \"Spa Kits & Gifts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/bath-and-beauty?ref=catnav-891\",\n                    \"hypertext\": \"All Bath & Beauty\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/pet-supplies/pet-collars-and-leashes?ref=catnav-891\",\n                    \"hypertext\": \"Pet Collars & Leashes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/pet-supplies/pet-furniture?ref=catnav-891\",\n                    \"hypertext\": \"Pet Furniture\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/pet-supplies/pet-clothing-accessories-and-shoes?ref=catnav-891\",\n                    \"hypertext\": \"Pet Clothing & Shoes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/pet-supplies/pet-clothing-accessories-and-shoes/pet-clothing/pet-jackets-and-hoodies?ref=catnav-891\",\n                    \"hypertext\": \"Pet Jackets & Hoodies\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/pet-supplies/pet-bedding?ref=catnav-891\",\n                    \"hypertext\": \"Pet Bedding\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/pet-supplies/pet-carriers-and-houses?ref=catnav-891\",\n                    \"hypertext\": \"Pet Carriers & Houses\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/pet-supplies?ref=catnav-891\",\n                    \"hypertext\": \"All Pet Supplies\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/holiday-and-christmas-decorations?ref=catnav_promo\",\n                    \"hypertext\": \"Editors' Picks\\n            Holiday Decor\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings?ref=catnav-10983\",\n                    \"hypertext\": \"All Wedding\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/paper-and-party-supplies/party-supplies/party-decor?ref=catnav-10983\",\n                    \"hypertext\": \"Party Decor\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/paper-party-and-kids/party-and-gifting/baking-and-cake-decoration?ref=catnav-10983\",\n                    \"hypertext\": \"Baking & Cake Decoration\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/paper-and-party-supplies/party-supplies?ref=catnav-10983\",\n                    \"hypertext\": \"All Party Supplies\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/paper-and-party-supplies/paper/invitations-and-announcements?ref=catnav-10983\",\n                    \"hypertext\": \"Invitations & Announcements\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/invitations-and-paper/invitations?ref=catnav-10983\",\n                    \"hypertext\": \"Wedding Invitations\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/invitations-and-paper/invitation-kits?ref=catnav-10983\",\n                    \"hypertext\": \"Wedding Invitation Kits\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/invitations-and-paper/templates?ref=catnav-10983\",\n                    \"hypertext\": \"Wedding Templates\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/invitations-and-paper/save-the-dates?ref=catnav-10983\",\n                    \"hypertext\": \"Save The Dates\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/paper-and-party-supplies/paper/greeting-cards?ref=catnav-10983\",\n                    \"hypertext\": \"Greeting Cards\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/paper-and-party-supplies/paper/gift-wrapping?ref=catnav-10983\",\n                    \"hypertext\": \"Gift Wrapping\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/paper-and-party-supplies/paper/greeting-cards/holiday-and-seasonal-cards?ref=catnav-10983\",\n                    \"hypertext\": \"Holiday & Seasonal Cards\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/paper-and-party-supplies/paper/stationery?ref=catnav-10983\",\n                    \"hypertext\": \"Stationery\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/paper-and-party-supplies/paper?ref=catnav-10983\",\n                    \"hypertext\": \"All Invitations & Paper\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/decorations/centerpieces?ref=catnav-10983\",\n                    \"hypertext\": \"Centerpieces\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/decorations/cake-toppers?ref=catnav-10983\",\n                    \"hypertext\": \"Cake Toppers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/decorations/serving-and-dining?ref=catnav-10983\",\n                    \"hypertext\": \"Serving & Dining\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/decorations/serving-and-dining/cake-servers-and-knives?ref=catnav-10983\",\n                    \"hypertext\": \"Cake Servers & Knives\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/decorations/serving-and-dining/table-decor?ref=catnav-10983\",\n                    \"hypertext\": \"Table Decor\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/decorations/candles-and-holders?ref=catnav-10983\",\n                    \"hypertext\": \"Candles & Holders\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/decorations/baskets-and-boxes?ref=catnav-10983\",\n                    \"hypertext\": \"Baskets & Boxes\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/decorations/ring-bearer-pillows?ref=catnav-10983\",\n                    \"hypertext\": \"Ring Bearer Pillows\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/decorations/plants?ref=catnav-10983\",\n                    \"hypertext\": \"Plants\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/decorations?ref=catnav-10983\",\n                    \"hypertext\": \"All Wedding Decorations\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/gifts-and-mementos/bridesmaids-gifts?ref=catnav-10983\",\n                    \"hypertext\": \"Bridesmaids Gifts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/gifts-and-mementos/wedding-favors?ref=catnav-10983\",\n                    \"hypertext\": \"Wedding Favors\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/gifts-and-mementos/gifts-for-the-couple?ref=catnav-10983\",\n                    \"hypertext\": \"Gifts For The Couple\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/gifts-and-mementos/groomsmen-gifts?ref=catnav-10983\",\n                    \"hypertext\": \"Groomsmen Gifts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/gifts-and-mementos/guest-books?ref=catnav-10983\",\n                    \"hypertext\": \"Guest Books\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/gifts-and-mementos/portraits-and-frames?ref=catnav-10983\",\n                    \"hypertext\": \"Portraits & Frames\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/gifts-and-mementos/albums-and-scrapbooks?ref=catnav-10983\",\n                    \"hypertext\": \"Albums & Scrapbooks\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/gifts-and-mementos?ref=catnav-10983\",\n                    \"hypertext\": \"All Wedding Gifts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/something-blue?ref=catnav-10983\",\n                    \"hypertext\": \"Something Blue\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/bouquets-and-corsages?ref=catnav-10983\",\n                    \"hypertext\": \"Bouquets & Corsages\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/veils?ref=catnav-10983\",\n                    \"hypertext\": \"Veils\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/bags-and-purses?ref=catnav-10983\",\n                    \"hypertext\": \"Bags & Purses\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/cover-ups-and-scarves?ref=catnav-10983\",\n                    \"hypertext\": \"Cover Ups & Scarves\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/hair-accessories?ref=catnav-10983\",\n                    \"hypertext\": \"Hair Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/hair-accessories/barrettes-and-clips?ref=catnav-10983\",\n                    \"hypertext\": \"Barrettes & Clips\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/hair-accessories/decorative-combs?ref=catnav-10983\",\n                    \"hypertext\": \"Decorative Combs\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/hair-accessories/fascinators-and-mini-hats?ref=catnav-10983\",\n                    \"hypertext\": \"Fascinators & Mini Hats\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/hair-accessories/hair-jewelry?ref=catnav-10983\",\n                    \"hypertext\": \"Hair Jewelry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/hair-accessories/hair-pins?ref=catnav-10983\",\n                    \"hypertext\": \"Hair Pins\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/hair-accessories/wreaths-and-tiaras?ref=catnav-10983\",\n                    \"hypertext\": \"Wreaths & Tiaras\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/cummerbunds?ref=catnav-10983\",\n                    \"hypertext\": \"Cummerbunds\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/neckties?ref=catnav-10983\",\n                    \"hypertext\": \"Neckties\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/umbrellas?ref=catnav-10983\",\n                    \"hypertext\": \"Umbrellas\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories/hats?ref=catnav-10983\",\n                    \"hypertext\": \"Hats\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/accessories?ref=catnav-10983\",\n                    \"hypertext\": \"All Wedding Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/clothing/dresses?ref=catnav-10983\",\n                    \"hypertext\": \"Dresses\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/clothing/dresses/wedding-gowns-and-separates?ref=catnav-10983\",\n                    \"hypertext\": \"Bridal Gowns & Separates\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/clothing/dresses/bridesmaid-dresses?ref=catnav-10983\",\n                    \"hypertext\": \"Bridesmaid Dresses\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/clothing/dresses/flower-girl-dresses?ref=catnav-10983\",\n                    \"hypertext\": \"Flower Girl Dresses\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/clothing/dresses/mother-of-the-bride-dresses?ref=catnav-10983\",\n                    \"hypertext\": \"Mother of the Bride Dresses\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/clothing/lingerie-and-garters?ref=catnav-10983\",\n                    \"hypertext\": \"Lingerie & Garters\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/clothing/suits?ref=catnav-10983\",\n                    \"hypertext\": \"Suits\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/clothing?ref=catnav-10983\",\n                    \"hypertext\": \"All Wedding Clothing\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/jewelry/earrings?ref=catnav-10983\",\n                    \"hypertext\": \"Earrings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/jewelry/rings?ref=catnav-10983\",\n                    \"hypertext\": \"Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/jewelry/rings/engagement-rings?ref=catnav-10983\",\n                    \"hypertext\": \"Engagement Rings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/jewelry/rings/wedding-bands?ref=catnav-10983\",\n                    \"hypertext\": \"Wedding Bands\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/jewelry/rings/bridal-sets?ref=catnav-10983\",\n                    \"hypertext\": \"Bridal Sets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/jewelry/necklaces?ref=catnav-10983\",\n                    \"hypertext\": \"Necklaces\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/jewelry/bracelets?ref=catnav-10983\",\n                    \"hypertext\": \"Bracelets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/jewelry/jewelry-sets?ref=catnav-10983\",\n                    \"hypertext\": \"Jewelry Sets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/weddings/jewelry?ref=catnav-10983\",\n                    \"hypertext\": \"All Wedding Jewelry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/weddings?ref=catnav_promo\",\n                    \"hypertext\": \"Editors' Picks\\n            The Wedding Shop\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/toys-and-games?ref=catnav-11049\",\n                    \"hypertext\": \"Toys & Games\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/toys-and-games/toys/baby-and-toddler-toys?ref=catnav-11049\",\n                    \"hypertext\": \"Baby & Toddler Toys\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/toys-and-games/toys/dolls-and-action-figures?ref=catnav-11049\",\n                    \"hypertext\": \"Dolls & Action Figures\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/toys-and-games/toys/stuffed-animals-and-plushies?ref=catnav-11049\",\n                    \"hypertext\": \"Stuffed Animals\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/toys-and-games/games-and-puzzles?ref=catnav-11049\",\n                    \"hypertext\": \"Games & Puzzles\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/toys-and-games/toys/learning-and-school?ref=catnav-11049\",\n                    \"hypertext\": \"Learning & School\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/paper-party-and-kids/kids-crafts?ref=catnav-11049\",\n                    \"hypertext\": \"Kids' Crafts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/toys-and-games/toys/slime-and-foam?ref=catnav-11049\",\n                    \"hypertext\": \"Slime & Foam\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/toys-and-games/sports-and-outdoor-games?ref=catnav-11049\",\n                    \"hypertext\": \"Sports & Outdoor Games\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/electronics-and-accessories?ref=catnav-11049\",\n                    \"hypertext\": \"Electronics & Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/electronics-and-accessories/cell-phone-accessories?ref=catnav-11049\",\n                    \"hypertext\": \"Cell Phone Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/electronics-and-accessories/gadgets?ref=catnav-11049\",\n                    \"hypertext\": \"Gadgets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/electronics-and-accessories/video-games?ref=catnav-11049\",\n                    \"hypertext\": \"Video Games\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/electronics-and-accessories/decals-and-skins?ref=catnav-11049\",\n                    \"hypertext\": \"Decals & Skins\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/electronics-and-accessories/cameras-and-equipment/cameras?ref=catnav-11049\",\n                    \"hypertext\": \"Cameras\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/electronics-and-accessories/computers-and-peripherals?ref=catnav-11049\",\n                    \"hypertext\": \"Computers & Peripherals\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/electronics-and-accessories/car-parts-and-accessories?ref=catnav-11049\",\n                    \"hypertext\": \"Car Parts & Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/electronics-and-accessories/docking-and-stands?ref=catnav-11049\",\n                    \"hypertext\": \"Docks & Stands\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/electronics-and-accessories/electronics-cases?ref=catnav-11049\",\n                    \"hypertext\": \"Electronics Cases\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/books?ref=catnav-11049\",\n                    \"hypertext\": \"Books\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/books/blank-books?ref=catnav-11049\",\n                    \"hypertext\": \"Blank Books\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/books/calendars-and-planners?ref=catnav-11049\",\n                    \"hypertext\": \"Calendars & Planners\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/books/book-accessories?ref=catnav-11049\",\n                    \"hypertext\": \"Book Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/books/childrens-books?ref=catnav-11049\",\n                    \"hypertext\": \"Children's Books\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/books/art-and-photography-books?ref=catnav-11049\",\n                    \"hypertext\": \"Art & Photography Books\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/books/comics-and-graphic-novels?ref=catnav-11049\",\n                    \"hypertext\": \"Comics & Graphic Novels\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/books/craft-and-hobby-books?ref=catnav-11049\",\n                    \"hypertext\": \"Craft & Hobby Books\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/books/literature-and-fiction?ref=catnav-11049\",\n                    \"hypertext\": \"Literature & Fiction\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/books/poetry-books?ref=catnav-11049\",\n                    \"hypertext\": \"Poetry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/books/guides-and-how-tos?ref=catnav-11049\",\n                    \"hypertext\": \"Guides & How Tos\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/books/zines-and-magazines?ref=catnav-11049\",\n                    \"hypertext\": \"Zines & Magazines\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/toys-and-entertainment/movies-and-music?ref=catnav-11049\",\n                    \"hypertext\": \"Movies & Music\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/music/musical-instruments?ref=catnav-11049\",\n                    \"hypertext\": \"Musical Instruments\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/music/instrument-straps?ref=catnav-11049\",\n                    \"hypertext\": \"Instrument Straps\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/music/recorded-audio?ref=catnav-11049\",\n                    \"hypertext\": \"Recorded Audio\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/music/sheet-music?ref=catnav-11049\",\n                    \"hypertext\": \"Sheet Music\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/movies?ref=catnav-11049\",\n                    \"hypertext\": \"All Movies\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/music?ref=catnav-11049\",\n                    \"hypertext\": \"All Music\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/books-movies-and-music/music/picks-and-slides?ref=catnav-11049\",\n                    \"hypertext\": \"Picks & Slides\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/tech-trends?ref=catnav_promo\",\n                    \"hypertext\": \"Editors' Picks\\n            Home Tech Accessories\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/prints?ref=catnav-66\",\n                    \"hypertext\": \"Prints\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/photography?ref=catnav-66\",\n                    \"hypertext\": \"Photography\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/painting?ref=catnav-66\",\n                    \"hypertext\": \"Painting\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/painting/oil?ref=catnav-66\",\n                    \"hypertext\": \"Oil\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/painting/watercolor?ref=catnav-66\",\n                    \"hypertext\": \"Watercolor\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/painting/acrylic?ref=catnav-66\",\n                    \"hypertext\": \"Acrylic\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/sculpture?ref=catnav-66\",\n                    \"hypertext\": \"Sculpture\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/glass-art?ref=catnav-66\",\n                    \"hypertext\": \"Glass Art\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/drawing-and-illustration?ref=catnav-66\",\n                    \"hypertext\": \"Drawing & Illustration\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/mixed-media-and-collage?ref=catnav-66\",\n                    \"hypertext\": \"Mixed Media & Collage\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/fiber-arts?ref=catnav-66\",\n                    \"hypertext\": \"Fiber Arts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/dolls-and-miniatures?ref=catnav-66\",\n                    \"hypertext\": \"Dolls & Miniatures\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/collectibles?ref=catnav-66\",\n                    \"hypertext\": \"Collectibles\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/collectibles/figurines?ref=catnav-66\",\n                    \"hypertext\": \"Figurines & Knick Knacks\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/collectibles/memorabilia?ref=catnav-66\",\n                    \"hypertext\": \"Memorabilia\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/collectibles/coins?ref=catnav-66\",\n                    \"hypertext\": \"Coins & Money\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/home-and-wall-art?ref=catnav_promo\",\n                    \"hypertext\": \"Editors' Picks\\n            Wall Art and Decor\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/home-and-hobby/woodworking-and-carpentry?ref=catnav-562\",\n                    \"hypertext\": \"Woodworking & Carpentry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/home-and-hobby/home-improvement?ref=catnav-562\",\n                    \"hypertext\": \"Home Improvement\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/home-and-hobby/electronics-and-circuitry?ref=catnav-562\",\n                    \"hypertext\": \"Electronics & Circuitry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/home-and-hobby/framing?ref=catnav-562\",\n                    \"hypertext\": \"Framing\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/home-and-hobby/doll-and-model-making?ref=catnav-562\",\n                    \"hypertext\": \"Doll & Model Making\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/home-and-hobby/candle-making?ref=catnav-562\",\n                    \"hypertext\": \"Candle Making\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/home-and-hobby/food-and-fermenting?ref=catnav-562\",\n                    \"hypertext\": \"Food & Fermenting\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/home-and-hobby/floral-and-garden-crafts?ref=catnav-562\",\n                    \"hypertext\": \"Floral & Garden Crafts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/home-and-hobby/floral-and-garden-crafts/gardening-and-plants?ref=catnav-562\",\n                    \"hypertext\": \"Gardening & Plants\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/home-and-hobby/floral-and-garden-crafts/floral-arranging?ref=catnav-562\",\n                    \"hypertext\": \"Floral Arranging\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/home-and-hobby?ref=catnav-562\",\n                    \"hypertext\": \"All Home & Hobby\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/jewelry-and-beauty/jewelry-making-and-beading?ref=catnav-562\",\n                    \"hypertext\": \"Jewelry Making & Beading\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/jewelry-and-beauty/jewelry-making-and-beading/beads?ref=catnav-562\",\n                    \"hypertext\": \"Beads\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/jewelry-and-beauty/jewelry-making-and-beading/cabochons?ref=catnav-562\",\n                    \"hypertext\": \"Cabochons\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/jewelry-and-beauty/jewelry-making-and-beading/charms?ref=catnav-562\",\n                    \"hypertext\": \"Charms\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/jewelry-and-beauty/jewelry-making-and-beading/findings?ref=catnav-562\",\n                    \"hypertext\": \"Jewelry Findings\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/jewelry-and-beauty/jewelry-making-and-beading/pendants?ref=catnav-562\",\n                    \"hypertext\": \"Pendants\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/jewelry-and-beauty/makeup-and-face-painting?ref=catnav-562\",\n                    \"hypertext\": \"Makeup & Face Painting\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/jewelry-and-beauty?ref=catnav-562\",\n                    \"hypertext\": \"All Jewelry & Beauty\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/sewing-and-fiber/knitting?ref=catnav-562\",\n                    \"hypertext\": \"Knitting\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/sewing-and-fiber/crochet?ref=catnav-562\",\n                    \"hypertext\": \"Crochet\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/sewing-and-fiber/sewing-and-needlecraft/sewing?ref=catnav-562\",\n                    \"hypertext\": \"Sewing\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/sewing-and-fiber/sewing-and-needlecraft/quilting?ref=catnav-562\",\n                    \"hypertext\": \"Quilting\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/sewing-and-fiber/sewing-and-needlecraft/embroidery?ref=catnav-562\",\n                    \"hypertext\": \"Embroidery\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/sewing-and-fiber/sewing-and-needlecraft/cross-stitch?ref=catnav-562\",\n                    \"hypertext\": \"Cross Stitch\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/sewing-and-fiber?ref=catnav-562\",\n                    \"hypertext\": \"All Sewing & Fiber\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/paper-party-and-kids/papercraft/card-making-and-stationery?ref=catnav-562\",\n                    \"hypertext\": \"Card Making & Stationery\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/paper-party-and-kids/papercraft/scrapbooking?ref=catnav-562\",\n                    \"hypertext\": \"Scrapbooking\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/paper-party-and-kids/papercraft/bookbinding?ref=catnav-562\",\n                    \"hypertext\": \"Bookbinding\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/paper-party-and-kids/papercraft/stamping?ref=catnav-562\",\n                    \"hypertext\": \"Stamping\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/paper-party-and-kids/papercraft/origami?ref=catnav-562\",\n                    \"hypertext\": \"Origami\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/paper-party-and-kids/party-and-gifting?ref=catnav-562\",\n                    \"hypertext\": \"Party & Gifting\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/paper-party-and-kids/papercraft?ref=catnav-562\",\n                    \"hypertext\": \"All Papercraft\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/visual-arts/painting?ref=catnav-562\",\n                    \"hypertext\": \"Painting\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/visual-arts/printing-and-printmaking?ref=catnav-562\",\n                    \"hypertext\": \"Printing & Printmaking\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/visual-arts/drawing-and-drafting?ref=catnav-562\",\n                    \"hypertext\": \"Drawing & Drafting\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/visual-arts/photography?ref=catnav-562\",\n                    \"hypertext\": \"Photography\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/visual-arts/collage?ref=catnav-562\",\n                    \"hypertext\": \"Collage\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/visual-arts/calligraphy?ref=catnav-562\",\n                    \"hypertext\": \"Calligraphy & Pens\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/visual-arts?ref=catnav-562\",\n                    \"hypertext\": \"All Visual Arts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/sculpting-and-forming/ceramics-and-pottery?ref=catnav-562\",\n                    \"hypertext\": \"Ceramics & Pottery\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/sculpting-and-forming/metalworking?ref=catnav-562\",\n                    \"hypertext\": \"Metalworking\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/sculpting-and-forming/carving-and-whittling?ref=catnav-562\",\n                    \"hypertext\": \"Carving & Whittling\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/craft-supplies-and-tools/sculpting-and-forming?ref=catnav-562\",\n                    \"hypertext\": \"All Sculpting & Forming\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/DIY-craft-projects?ref=catnav_promo\",\n                    \"hypertext\": \"Editors' Picks\\n            DIY Craft Projects\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/gift-guides?ref=gift_guide_nav_promo\",\n                    \"hypertext\": \"Gift guides\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/gift-guide-for-her?ref=catnav-gift-guide-for-her\",\n                    \"hypertext\": \"Gifts for Her\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/gift-guide-for-him?ref=catnav-gift-guide-for-him\",\n                    \"hypertext\": \"Gifts for Him\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/gift-guide-for-kids?ref=catnav-gift-guide-for-kids\",\n                    \"hypertext\": \"Gifts for Kids\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/gift-guide-for-pets?ref=catnav-gift-guide-for-pets\",\n                    \"hypertext\": \"Gifts for Pets\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/gift-guide-personalized?ref=catnav-gift-guide-personalized\",\n                    \"hypertext\": \"Personalized Gifts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/gift-guide-under-30?ref=catnav-gift-guide-under-30\",\n                    \"hypertext\": \"Gifts Under $30\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/birthday-gifts?ref=catnav-birthday-gifts\",\n                    \"hypertext\": \"Birthday Gifts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/anniversary-gifts?ref=catnav-anniversary-gifts\",\n                    \"hypertext\": \"Anniversary Gifts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/holiday-and-christmas-decorations?ref=catnav-holiday-and-christmas-decorations\",\n                    \"hypertext\": \"Holiday Decor\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/gift-guide-sustainable?ref=catnav-gift-guide-sustainable\",\n                    \"hypertext\": \"Earth-conscious finds\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/giftcards?ref=catnav-shop-gift-cards-header\",\n                    \"hypertext\": \"Gift cards\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/giftcards?ref=catnav-shop-gift-card\",\n                    \"hypertext\": \"Shop gift cards\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/redeem?ref=catnav-redeem-gift-card\",\n                    \"hypertext\": \"Redeem gift cards\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?q=personalized+gifts&mosv=sese&moci=1069619756788&mosi=1072969767910&ref=hp_bubbles_Fall22&anchor_listing_id=540800004&is_merch_library=true\",\n                    \"hypertext\": \"Personalized Gifts\\n                        \\n                        \\n                            Personalized Gifts\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?q=fall&mosv=sese&moci=1069619756788&mosi=1095418046963&ref=hp_bubbles_Fall22&anchor_listing_id=844877616&is_merch_library=true\",\n                    \"hypertext\": \"Fall Finds\\n                        \\n                        \\n                            Fall Finds\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?q=halloween&mosv=sese&moci=1069619756788&mosi=1072969811278&ref=hp_bubbles_Fall22&anchor_listing_id=1250834998&is_merch_library=true\",\n                    \"hypertext\": \"Halloween\\n                        \\n                        \\n                            Halloween\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?q=handmade+jewelry&mosv=sese&moci=1069619756788&mosi=1095418093557&ref=hp_bubbles_Fall22&anchor_listing_id=1100187819\",\n                    \"hypertext\": \"Unique Jewelry\\n                        \\n                        \\n                            Unique Jewelry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search/home-and-living?q=home+decor&mosv=sese&moci=1069619756788&mosi=1095418156639&ref=hp_bubbles_Fall22&anchor_listing_id=454724836&is_merch_library=true\",\n                    \"hypertext\": \"Home Decor\\n                        \\n                        \\n                            Home Decor\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?q=gifts&mosv=sese&moci=1069619756788&mosi=1072969922836&ref=hp_bubbles_Fall22&anchor_listing_id=1056674694&is_discounted=true&is_merch_library=true\",\n                    \"hypertext\": \"On Sale\\n                        \\n                        \\n                            On Sale\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/1073030609/custom-engraved-marble-wood-coasters?click_key=a4953d8557e25c2a1d8e2ed031a9d7bf1e32be96%3A1073030609&click_sum=d7fd8cdb&ref=hp_prn-1&frs=1&sts=1\",\n                    \"hypertext\": \"Loading\\n    \\n\\n\\n\\n    \\n            \\n    \\n\\n\\n\\n    \\n\\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Custom Engraved Marble Wood Coasters | Round Marble Wooden Coaster Personalized | Housewarming Gifts  | Wedding Gifts | Bridal Shower Gifts\\n        \\n        \\n                \\n\\n            \\n        \\n\\n\\n                    \\n    \\n    \\n    5 out of 5 stars\\n\\n    \\n        \\n        \\n                \\n            \\n                    \\n                \\n                        \\n                    \\n                            \\n                    \\n                \\n            \\n        \\n    \\n\\n                    \\n                        (11,214)\\n                    \\n                    \\n\\n        \\n\\n                        \\n\\n\\n                \\n                    $13.88\\n                        \\n                        \\n    FREE shipping\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/1167562350/personalized-cutting-board-wedding-gift?click_key=51e5d85a5e0f7da0d5b23ceff0d8d3080acf873e%3A1167562350&click_sum=ca9433c6&ref=hp_prn-2&pro=1&frs=1&sts=1\",\n                    \"hypertext\": \"Personalized Cutting Board Wedding Gift, Customize your Bamboo Charcuterie Boards, Unique Bridal Shower Gift. Engraved Engagement Present,\\n        \\n        \\n                \\n\\n            \\n        \\n\\n\\n                    \\n    \\n    \\n    5 out of 5 stars\\n\\n    \\n        \\n        \\n                \\n            \\n                    \\n                \\n                        \\n                    \\n                            \\n                    \\n                \\n            \\n        \\n    \\n\\n                    \\n                        (668)\\n                    \\n                    \\n\\n        \\n\\n                        \\n\\n\\n                    \\n                        \\n                            Sale Price $39.94\\n                        \\n                        \\n                            $39.94\\n                        \\n                        \\n                            $53.25\\n                            \\n                                Original Price $53.25\\n                            \\n                                \\n                                        (25% off)\\n                                \\n                        \\n                    \\n\\n\\n                    \\n            \\n        \\n                \\n    FREE shipping\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/988947481/thinking-of-you-succulent-gift-box?click_key=449d870ff338d22eaaf8d2c03959811721dd2601%3A988947481&click_sum=56106d4f&ref=hp_prn-3&pro=1&frs=1&sts=1\",\n                    \"hypertext\": \"Thinking of You - Succulent Gift Box - Missing You - Friendship Gift Box - Care Package - Thinking of You Gift -FREE SHIPPING\\n        \\n        \\n                \\n\\n            \\n        \\n\\n\\n                    \\n    \\n    \\n    5 out of 5 stars\\n\\n    \\n        \\n        \\n                \\n            \\n                    \\n                \\n                        \\n                    \\n                            \\n                    \\n                \\n            \\n        \\n    \\n\\n                    \\n                        (14,522)\\n                    \\n                    \\n\\n        \\n\\n                        \\n\\n\\n                    \\n                        \\n                            Sale Price $34.21\\n                        \\n                        \\n                            $34.21\\n                        \\n                        \\n                            $42.76\\n                            \\n                                Original Price $42.76\\n                            \\n                                \\n                                        (20% off)\\n                                \\n                        \\n                    \\n\\n\\n                    \\n            \\n        \\n                \\n    FREE shipping\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/1167525912/top-seller-from-the-library-of-book?click_key=b009f6b724874c78500a79cf022d8a4e6b94b336%3A1167525912&click_sum=878b3196&ref=hp_prn-4&frs=1&sts=1\",\n                    \"hypertext\": \"TOP SELLER - From the Library of Book Embosser Custom Personalized From the Library of Book Belongs to Ex Libris Book Lover Gift 1 5/8\\\"\\n        \\n        \\n                \\n\\n            \\n        \\n\\n\\n                    \\n    \\n    \\n    5 out of 5 stars\\n\\n    \\n        \\n        \\n                \\n            \\n                    \\n                \\n                        \\n                    \\n                            \\n                    \\n                \\n            \\n        \\n    \\n\\n                    \\n                        (12,649)\\n                    \\n                    \\n\\n        \\n\\n                        \\n\\n\\n                \\n                    $23.00\\n                        \\n                        \\n    FREE shipping\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/989193701/birth-flower-birthday-gift-box?click_key=5c829b11a9a6c071e069bef822291822177bc3c3%3A989193701&click_sum=4c1a8e1e&ref=hp_prn-5&pro=1&frs=1&sts=1\",\n                    \"hypertext\": \"Loading\\n    \\n\\n\\n\\n    \\n            \\n    \\n\\n\\n\\n    \\n\\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Birth Flower Birthday Gift Box, Personalized birthday ideas, birthday present, gift for best friend - BdayFlower-dEGB\\n        \\n        \\n                \\n\\n            \\n        \\n\\n\\n                    \\n    \\n    \\n    5 out of 5 stars\\n\\n    \\n        \\n        \\n                \\n            \\n                    \\n                \\n                        \\n                    \\n                            \\n                    \\n                \\n            \\n        \\n    \\n\\n                    \\n                        (12,951)\\n                    \\n                    \\n\\n        \\n\\n                        \\n\\n\\n                    \\n                        \\n                            Sale Price $21.90\\n                        \\n                        \\n                            $21.90\\n                        \\n                        \\n                            $29.20\\n                            \\n                                Original Price $29.20\\n                            \\n                                \\n                                        (25% off)\\n                                \\n                        \\n                    \\n\\n\\n                    \\n            \\n        \\n                \\n    FREE shipping\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/879661411/personalized-family-name-metal-sign-last?click_key=b2c99a03e4223c793d08888624a65a01067242d8%3A879661411&click_sum=2fa6c009&ref=hp_prn-6&pro=1&frs=1&sts=1\",\n                    \"hypertext\": \"Personalized Family Name Metal Sign, Last Name Sign, Initial, Metal Monogram, Door Hanger, Housewarming Gift, Wedding Monogram, Anniversary\\n        \\n        \\n                \\n\\n            \\n        \\n\\n\\n                    \\n    \\n    \\n    5 out of 5 stars\\n\\n    \\n        \\n        \\n                \\n            \\n                    \\n                \\n                        \\n                    \\n                            \\n                    \\n                \\n            \\n        \\n    \\n\\n                    \\n                        (8,508)\\n                    \\n                    \\n\\n        \\n\\n                        \\n\\n\\n                    \\n                        \\n                            Sale Price $37.20\\n                        \\n                        \\n                            $37.20\\n                        \\n                        \\n                            $62.00\\n                            \\n                                Original Price $62.00\\n                            \\n                                \\n                                        (40% off)\\n                                \\n                        \\n                    \\n\\n\\n                    \\n            \\n        \\n                \\n    FREE shipping\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured?ref=hp_stash_masonry\",\n                    \"hypertext\": \"Shop all\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?explicit=1&q=gicl%C3%A9e+prints&anchor_listing_id=843904184&click_key=87b27053844313a01817f6b86d25c87479908cdb%3A843904184&click_sum=38be30ed&ref=hp_stash_masonry-1&sts=1\",\n                    \"hypertext\": \"$28.65\\n\\n\\n        \\n                        \\n                \\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Ink Flower Drawing , Giclée  Fine Art Print , Modern Farmhouse Décor , Kitchen Wall Art , Large Wall Art , Sizes up to 24 x 36'' / A1\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/art-and-collectibles/prints/giclee?ref=hp_stash_masonry\",\n                    \"hypertext\": \"Giclée Prints\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?explicit=1&q=decorative+pillows&anchor_listing_id=1178384856&click_key=1c64197c1b14dd49104b5f74049c0c7d9fba5424%3A1178384856&click_sum=9eef1e78&ref=hp_stash_masonry-2&sts=1\",\n                    \"hypertext\": \"$45.00\\n\\n\\n        \\n                        \\n                \\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Textured Stripe Pillow Cover | Cream/Ivory/Beige Throw Pillow | Minimalist Decor || 20x20 Square | 14x20 Lumbar || Pillow Insert Available\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/home-decor/decorative-pillows?ref=hp_stash_masonry\",\n                    \"hypertext\": \"Decorative Pillows\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?explicit=1&q=outdoor+%26+gardening&anchor_listing_id=911154137&click_key=97972b03821f8b491cfb467e2de70f74ae54bff5%3A911154137&click_sum=5c6b128e&ref=hp_stash_masonry-3\",\n                    \"hypertext\": \"$65.00\\n\\n\\n        \\n                        \\n                \\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                One white clay- Ceramic wind chime -wind chime-patio- wedding gift- wabi sabi- bell- gift for her- boyfriend gift-valentines gift-bell\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/outdoor-and-garden?ref=hp_stash_masonry\",\n                    \"hypertext\": \"Outdoor & Gardening\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?explicit=1&q=wall+decor&anchor_listing_id=253489241&click_key=d204683dfe517ac30d8cbe6c2b92f84581b5bcea%3A253489241&click_sum=79419df4&ref=hp_stash_masonry-4\",\n                    \"hypertext\": \"$50.74\\n\\n\\n        \\n                        \\n                \\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Mid-Century Bird Screen Print - Oversize Scandi Wall Art, Minimalist Boho Print 50x70cm\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/home-decor/wall-decor?ref=hp_stash_masonry\",\n                    \"hypertext\": \"Wall Decor\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?explicit=1&q=mirrors&anchor_listing_id=502794761&click_key=fbeeec57bd41581461d84d3d5d9b1554ef28d7d5%3A502794761&click_sum=25629bf0&ref=hp_stash_masonry-5\",\n                    \"hypertext\": \"$471.59\\n\\n\\n        \\n                        \\n                \\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Convex mirror - Round convex mirrors - Wooden convex mirror for living room, bathroom, bedroom, hallway or study\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/home-decor/mirrors?ref=hp_stash_masonry\",\n                    \"hypertext\": \"Mirrors\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?explicit=1&q=women%27s+blazers&anchor_listing_id=1301117945&click_key=ba2adebfe1b49401c99d5ae4beb94f7727db19d1%3A1301117945&click_sum=428bb227&ref=hp_stash_masonry-6&sts=1\",\n                    \"hypertext\": \"$62.00\\n\\n\\n        \\n                        \\n                \\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                90s check blazer / red black beige gingham blazer / preppy plaid blazer / size 12 / fits like M-L\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/clothing/womens-clothing/blazers-and-suits/blazers?ref=hp_stash_masonry\",\n                    \"hypertext\": \"Women's Blazers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?explicit=1&q=candlestick+holders&anchor_listing_id=1093884960&click_key=b0de26714f38b2bec5a3d8461a1b8234b2e80564%3A1093884960&click_sum=1f440da9&ref=hp_stash_masonry-7&sts=1\",\n                    \"hypertext\": \"$23.88\\n\\n\\n        \\n                        \\n                \\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Wavy Candle Holder\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/home-decor/candles-and-holders/candleholders/candlestick-holders?ref=hp_stash_masonry\",\n                    \"hypertext\": \"Candlestick Holders\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/search?explicit=1&q=duvet+covers&anchor_listing_id=788623044&click_key=416bf40007139a1ed28a786153f43f4bc20e9636%3A788623044&click_sum=2cbbf836&ref=hp_stash_masonry-8\",\n                    \"hypertext\": \"$188.44\\n\\n\\n        \\n                        \\n                \\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Linen bedding white or ivory colors. Linen duvet cover and 2 pillowcases. Linen bedding Queen, King, Full size\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/c/home-and-living/bedding/duvet-covers?ref=hp_stash_masonry\",\n                    \"hypertext\": \"Duvet Covers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/halloween-costumes-and-decor-ideas?ref=hp_editors_picks_primary\",\n                    \"hypertext\": \"Shop these unique finds\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/1067118266/choose-your-scent-pumpkin-shaped-soy?click_key=f4a184de8b1197a14474524de99384986be0ab2c%3A1067118266&click_sum=43f083cb&ref=hp_editors_picks_primary-1\",\n                    \"hypertext\": \"$6.00\\n\\n\\n        \\n                        \\n                \\n                            \\n            \\n                \\n    \\n        \\n        Loading\\n    \\n\\n            \\n\\n            \\n                    \\n            \\n\\n            \\n                \\n            \\n        \\n\\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Choose your Scent- Pumpkin shaped, Soy & Beeswax Candle, 3.9oz\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/740059045/childrens-drawing-halloween-t-shirt-glow?click_key=1bbf1cfb0f1aec88477df4dfe6cdfd9c5e5cd404%3A740059045&click_sum=9409b057&ref=hp_editors_picks_primary-2\",\n                    \"hypertext\": \"$23.87\\n\\n\\n        \\n                        \\n                \\n                            \\n            \\n                \\n    \\n        \\n        Loading\\n    \\n\\n            \\n\\n            \\n                    \\n            \\n\\n            \\n                \\n            \\n        \\n\\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Children's Drawing Halloween T shirt - Glow in the Dark - Kids Halloween Costume - Own Drawing\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/868385752/candle-skull-bleeding-red-witch-gothic?click_key=0afcb1d6d08ebbeea695377c6fcc5be23eca7bd6%3A868385752&click_sum=0014f3fa&ref=hp_editors_picks_primary-3&sts=1\",\n                    \"hypertext\": \"$10.47\\n\\n\\n        \\n                        \\n                \\n                            \\n            \\n                \\n    \\n        \\n        Loading\\n    \\n\\n            \\n\\n            \\n                    \\n            \\n\\n            \\n                \\n            \\n        \\n\\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Candle Skull bleeding red  witch Gothic bones Black Halloween decoration Paraffin Candle witchraft Halloween decor\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/1073601670/spooky-witch-dangle-earrings-black-woman?click_key=c91e51ab39eb36554fc81f026386f9cebf9c1be9%3A1073601670&click_sum=7ef5244f&ref=hp_editors_picks_primary-4&sts=1\",\n                    \"hypertext\": \"$57.30\\n\\n\\n        \\n                        \\n                \\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Spooky Witch Dangle Earrings, Black Woman Earrings, Goth Jewelry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/732292963/swan-costume-for-mother-and-daughter-set?click_key=c07b0ca4ebf80394fdb268f9771cbfea1b657e60%3A732292963&click_sum=8f54ba7b&ref=hp_editors_picks_primary-5\",\n                    \"hypertext\": \"$273.32\\n\\n\\n        \\n                        \\n                \\n                            \\n            \\n                \\n    \\n        \\n        Loading\\n    \\n\\n            \\n\\n            \\n                    \\n            \\n\\n            \\n                \\n            \\n        \\n\\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                swan costume for mother and daughter,  Set of girl costume and adult costume, Halloween costume\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/632639400/mommy-and-me-halloween-shirts?click_key=1012f6fa436d26fc8a2caa913d80f0497987e459%3A632639400&click_sum=10271280&ref=hp_editors_picks_primary-6\",\n                    \"hypertext\": \"$15.00\\n\\n\\n        \\n                        \\n                \\n                            \\n            \\n                \\n    \\n        \\n        Loading\\n    \\n\\n            \\n\\n            \\n                    \\n            \\n\\n            \\n                \\n            \\n        \\n\\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Mommy and Me | Halloween shirts | Sweatshirts | Mom | Son | Matching | Halloween | Family Tees | Boo | Costume | Fall | Rollin With My Boo\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/latinx-owned-shops?ref=hp_merch_co\",\n                    \"hypertext\": \"See more\\n                Editors' Picks\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/540157205/ay-dios-mio?click_key=ce8db198cd467ae51079c165a67210a328dc5d75%3A540157205&click_sum=298f6443&ref=hp_merch_co-1\",\n                    \"hypertext\": \"$4.00\\n\\n\\n        \\n                        \\n                \\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Ay Dios Mio\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/850697922/prisma-hanging-11-rainbow-making-ceiling?click_key=595e4ca8e0f278a8a391db164c122389dbc87c68%3A850697922&click_sum=6bc2c8d1&ref=hp_merch_co-2\",\n                    \"hypertext\": \"$80.00\\n\\n\\n        \\n                        \\n                \\n                            \\n            \\n                \\n    \\n        \\n        Loading\\n    \\n\\n            \\n\\n            \\n                    \\n            \\n\\n            \\n                \\n            \\n        \\n\\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Prisma Hanging #11 - Rainbow Making Ceiling Hanging\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/890052847/home-spa-gift-set-brown-organic-cotton?click_key=7e68c9768f533d72b76658522b96f7b236e4dd2d%3A890052847&click_sum=433c50eb&ref=hp_merch_co-3&sts=1\",\n                    \"hypertext\": \"$51.30\\n\\n\\n        \\n                        \\n                \\n                            \\n            \\n                \\n    \\n        \\n        Loading\\n    \\n\\n            \\n\\n            \\n                    \\n            \\n\\n            \\n                \\n            \\n        \\n\\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Home Spa Gift Set - Brown Organic Cotton\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/871831325/organic-silver-ring-pack-of-three?click_key=0ea20336523f971195fd078da07d49eba6c86232%3A871831325&click_sum=dedc6648&ref=hp_merch_co-4\",\n                    \"hypertext\": \"$170.00\\n\\n\\n        \\n                        \\n                \\n                            \\n            \\n                \\n    \\n        \\n        Loading\\n    \\n\\n            \\n\\n            \\n                    \\n            \\n\\n            \\n                \\n            \\n        \\n\\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Organic silver ring (pack of three), Reticulated Stacking Ring, textured bronze ring, silver ring, bronze ring, organic band\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/873726651/latina-educada-poderosa-sticker?click_key=8d16258479fedcde4a1579387a6e26a5e20856ec%3A873726651&click_sum=e47c7d17&ref=hp_merch_co-5\",\n                    \"hypertext\": \"$3.50\\n\\n\\n        \\n                        \\n                \\n                            \\n            \\n                \\n    \\n        \\n        Loading\\n    \\n\\n            \\n\\n            \\n                    \\n            \\n\\n            \\n                \\n            \\n        \\n\\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Latina Educada Poderosa Sticker\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/1229600030/puebla-talavera-mug-greeting-card?click_key=dc4d3143dc4accf2676abbaa43225ce15714aeb5%3A1229600030&click_sum=d3b5702c&ref=hp_merch_co-6\",\n                    \"hypertext\": \"$6.00\\n\\n\\n        \\n                        \\n                \\n                            \\n            \\n                \\n    \\n        \\n        Loading\\n    \\n\\n            \\n\\n            \\n                    \\n            \\n\\n            \\n                \\n            \\n        \\n\\n            \\n        \\n    \\n            \\n        \\n\\n        \\n        \\n    \\n               \\n        \\n                Puebla Talavera Mug Greeting Card, Spanglish greeting card, Mexican letter, Latinx stationary, Handmade, Latina Card, Latine gifts, chicana\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/listing/855946077/the-constanza-in-guava-poppy-polymer?ref=hp_merch_co-0\",\n                    \"hypertext\": \"$30.00\\n\\n\\n        \\n                \\n                    \\n            \\n                \\n                \\n            \\n            \\n            \\n            \\n                \\n                Add to Favorites\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/gift-guides?ref=hp_g-sm\",\n                    \"hypertext\": \"Shop our selections\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/gift-guide-under-30?ref=hp_g-1\",\n                    \"hypertext\": \"Gifts Under $30\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/gift-guide-for-her?ref=hp_g-2\",\n                    \"hypertext\": \"Gifts for Her\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/gift-guide-for-him?ref=hp_g-3\",\n                    \"hypertext\": \"Gifts for Him\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/personalized-and-custom-jewelry?ref=hp_g-4\",\n                    \"hypertext\": \"Personalized and Custom Jewelry\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/community-doing-good?ref=hp_g-5\",\n                    \"hypertext\": \"Creating Change Together\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/featured/everyday-supplies?ref=hp_g-6\",\n                    \"hypertext\": \"Masks and more\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/blog?ref=hp_blog-sm\",\n                    \"hypertext\": \"Fresh from the blog\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/blog/handcrafted-dining-tables?ref=hp_blog-0\",\n                    \"hypertext\": \"Shopping Guides\\n                                    Dining Table Digest: Handcrafted Shopper Favorites to Gather 'Round\\n                                    Dining Table Digest: Handcrafted Shopper Favorites to Gather 'Round\\n                                    \\n                                        Calling all dinner party pros! Explore the feast-worthy dining tables buyers are choosing to anchor their holiday seasons—and read their rave reviews.\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/blog/owl-cookies-recipe?ref=hp_blog-1\",\n                    \"hypertext\": \"Holiday\\n                                    Adorable (and Delicious!) Owl Cookies to Make Today\\n                                    Adorable (and Delicious!) Owl Cookies to Make Today\\n                                    \\n                                        Looking for a crowd-pleasing autumnal treat to try? These buttery biscuits are sure to be a hoot.\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/blog/best-gifts-for-coffee-lovers?ref=hp_blog-2\",\n                    \"hypertext\": \"Shopping Guides\\n                                    The Best Gifts for Coffee Lovers\\n                                    The Best Gifts for Coffee Lovers\\n                                    \\n                                        From clever mugs to must-have accessories, these are the top gift picks for coffee lovers and home baristas everywhere.\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/about\",\n                    \"hypertext\": \"Read our wonderfully weird story\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/help?ref=hp_what_is_etsy_help_center\",\n                    \"hypertext\": \"Go to Help Center\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/signin?from_page=https%3A%2F%2Fwww.etsy.com%2F&workflow=c3Vic2NyaWJlX3RvX2VtYWlsX2xpc3Q6bmV3X2F0X2V0c3k6MTY2MzczMDI5NzoxZGFkNmM5N2Y2NTQ0NTg2ZGNlYTZmMGJiOWVlZWY0MA==\",\n                    \"hypertext\": \"Log in\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/join?from_url=https%3A%2F%2Fwww.etsy.com%2F\",\n                    \"hypertext\": \"Register\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/giftcards?ref=ftr\",\n                    \"hypertext\": \"Gift cards\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/categories\",\n                    \"hypertext\": \"Sitemap\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/blog/en/?ref=ftr\",\n                    \"hypertext\": \"Etsy blog\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/uk?locale_override=GBP%7Cen-GB%7CGB\",\n                    \"hypertext\": \"Etsy United Kingdom\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/de?locale_override=EUR%7Cde%7CDE\",\n                    \"hypertext\": \"Etsy Germany\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/ca?locale_override=CAD%7Cen-US%7CCA\",\n                    \"hypertext\": \"Etsy Canada\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/sell?ref=ftr\",\n                    \"hypertext\": \"Sell on Etsy\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/about?ref=ftr\",\n                    \"hypertext\": \"Etsy, Inc.\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/legal?ref=ftr\",\n                    \"hypertext\": \"Policies\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/careers?ref=ftr\",\n                    \"hypertext\": \"Careers\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/press?ref=ftr\",\n                    \"hypertext\": \"Press\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/impact?ref=ftr\",\n                    \"hypertext\": \"Impact\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/help?ref=ftr\",\n                    \"hypertext\": \"Help Center\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/support-and-trust?ref=ftr\",\n                    \"hypertext\": \"Trust and safety\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/#\",\n                    \"hypertext\": \"Privacy / Do not sell my personal info\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/your/account/locale_preferences?from_page=https%3A%2F%2Fwww.etsy.com%2F\",\n                    \"hypertext\": \"US\\n\\n      United States   |   English (US)   |   $ (USD)\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/legal/terms-of-use?ref=ftr\",\n                    \"hypertext\": \"Terms of Use\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/legal/privacy/?ref=ftr\",\n                    \"hypertext\": \"Privacy\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/legal/policy/cookies-tracking-technologies/44797645975?ref=ftr\",\n                    \"hypertext\": \"Interest-based ads\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/help/article/493\",\n                    \"hypertext\": \"Learn more.\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/legal/cookies-and-tracking-technologies\",\n                    \"hypertext\": \"Cookies & Similar Technologies Policy\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/legal/privacy\",\n                    \"hypertext\": \"Privacy Policy\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/legal/cookies\",\n                    \"hypertext\": \"Cookies & Similar Technologies Policy.\",\n                    \"linkToFile\": false,\n                    \"follow\": true,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/sso-community?return_to=https%3A%2F%2Fcommunity.etsy.com%2Ft5%2FEtsy-Teams%2Fct-p%2Fteams\",\n                    \"hypertext\": \"Teams\",\n                    \"linkToFile\": false,\n                    \"follow\": false,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/sso-community?return_to=https%3A%2F%2Fcommunity.etsy.com%2Ft5%2FEtsy-Forums%2Fct-p%2Fforums\",\n                    \"hypertext\": \"Forums\",\n                    \"linkToFile\": false,\n                    \"follow\": false,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/affiliates?ref=ftr\",\n                    \"hypertext\": \"Affiliates\",\n                    \"linkToFile\": false,\n                    \"follow\": false,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/social-tracking?network=instagram\",\n                    \"hypertext\": \"Instagram\",\n                    \"linkToFile\": false,\n                    \"follow\": false,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/social-tracking?network=facebook\",\n                    \"hypertext\": \"Facebook\",\n                    \"linkToFile\": false,\n                    \"follow\": false,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/social-tracking?network=pinterest\",\n                    \"hypertext\": \"Pinterest\",\n                    \"linkToFile\": false,\n                    \"follow\": false,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/social-tracking?network=twitter\",\n                    \"hypertext\": \"Twitter\",\n                    \"linkToFile\": false,\n                    \"follow\": false,\n                    \"internal\": true\n                },\n                {\n                    \"link\": \"https://www.etsy.com/social-tracking?network=youtube\",\n                    \"hypertext\": \"Youtube\",\n                    \"linkToFile\": false,\n                    \"follow\": false,\n                    \"internal\": true\n                }\n            ],\n            \"status\": \"average\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"<p>Links <a href=\\\"https://www.woorank.com/en/edu/seo-guides/link-juice\\\" target=\\\"_blank\\\">pass value from one page to another</a>. This value is called 'link juice'.</p><p>A page's link juice is split between all the links on that page so lots of unnecessary links on a page will dilute the value attributed to each link. There's no exact number of links to include on a page but best practice is to keep it under 200.</p><p>Using the <a href=\\\"https://www.woorank.com/en/blog/how-can-you-use-the-nofollow-attribute-to-your-advantage\\\" target=\\\"_blank\\\">Nofollow</a> attribute in your links prevents some link juice, but these links are still taken into account when calculating the value that is passed through each link, so using lots of NoFollow links can still dilute PageRank.<br /><br />Check your site's internal linking using <a href=\\\"https://www.woorank.com/en/p/crawler\\\">Site Crawl</a>.</p>\"\n        },\n        \"local_directories\": {\n            \"type\": \"local_directories\",\n            \"name\": \"Local Directories\",\n            \"data\": {\n                \"GoogleMyBusiness\": null,\n                \"Yelp\": null\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"This is a list of the local directories where your business has been found.  Take care of your listings in local directories; since maps are now an integral part of search results, your <a href=\\\"https://www.woorank.com/en/blog/guide-to-google-my-business\\\" target=\\\"_blank\\\">Google My Business page</a> may have more visitors than your website!<br /><br />It is important to make sure that your business details are correct in each directory where you are listed. Find the directories in your country (<a href=\\\"https://www.woorank.com/en/blog/10-free-us-local-business-listing-sites\\\" target=\\\"_blank\\\">USA</a>, <a href=\\\"https://www.woorank.com/en/blog/free-business-directories-uk\\\" target=\\\"_blank\\\">UK</a>  and <a href=\\\"https://www.woorank.com/en/blog/free-local-directories-in-canada\\\" target=\\\"_blank\\\">Canada</a>.) and enhance your listings with pictures, video, schedules and as many customer reviews as possible.\"\n        },\n        \"local_online_reviews\": {\n            \"type\": \"local_online_reviews\",\n            \"name\": \"Online Reviews\",\n            \"data\": [],\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"These are the latest reviews of your business that can be found in local directories. Surveys show that 90 percent of customers say buying decisions are influenced by <a href=\\\"https://www.woorank.com/en/blog/local-seo-strategy\\\" target=\\\"_blank\\\">online reviews</a> so take the time to make a good impression and <a rel=\\\"nofollow\\\" href=\\\"http://blog.woorank.com/2014/04/manage-negative-online-reviews/\\\" target=\\\"_blank\\\">gather positive feedback</a>. Strategies for gaining reviews may differ by audience or business type; in general, consider asking for reviews, making it easy to send in feedback and having a prominent social presence.\"\n        },\n        \"microformats\": {\n            \"type\": \"microformats\",\n            \"name\": \"Microformats\",\n            \"data\": {\n                \"items\": [],\n                \"counts\": {}\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"Designed for humans first and machines second, <a rel=\\\"nofollow\\\" target=\\\"_blank\\\" href=\\\"http://microformats.org/\\\">microformats</a> use code (HTML/XHTML tags) originally intended for other purposes to add context to the content on a webpage. This helps machines (like Google!) to understand certain information (contact information, geographic coordinates, calendar events, etc.) intended for humans.\"\n        },\n        \"mixed_content\": {\n            \"type\": \"mixed_content\",\n            \"name\": \"Mixed Content\",\n            \"data\": {\n                \"isHttps\": true,\n                \"hasHttpResources\": false,\n                \"httpResources\": []\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 3,\n            \"advice\": \"Great, your website is secure and does not contain <a target=\\\"_blank\\\" href=\\\"https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content\\\">mixed content types</a>.<br /><br />Mixed content occurs when a URL is loaded over a secure HTTPS protocol, but other resources on the page (such as images, videos, stylesheets, scripts, etc.) are loaded over an insecure HTTP connection. <br /><br />Modern browsers may block this content, or may display warnings to the user that this page contains insecure resources which causes them not to view your page. <br /><br />Check out these <a target=\\\"_blank\\\" href=\\\"https://developers.google.com/web/fundamentals/security/prevent-mixed-content/fixing-mixed-content\\\">techniques to prevent mixed content</a> on your site. \"\n        },\n        \"mobile_compatibility\": {\n            \"type\": \"mobile_compatibility\",\n            \"name\": \"Plugins\",\n            \"data\": {\n                \"usesPlugins\": false,\n                \"plugins\": []\n            },\n            \"status\": \"good\",\n            \"solvability\": 2,\n            \"importance\": 2,\n            \"advice\": \"Great, your website does not embed any special types of web content, such as <a rel=\\\"nofollow\\\" href=\\\"https://helpx.adobe.com/flash/how-to/export-flash-multiple-platforms.html\\\" target=\\\"_blank\\\">Flash</a>, <a rel=\\\"nofollow\\\" href=\\\"https://www.microsoft.com/silverlight/what-is-silverlight/\\\" target=\\\"_blank\\\">Silverlight</a> or <a rel=\\\"nofollow\\\" href=\\\"https://www.oracle.com/technetwork/java/javase/overview/index.html\\\" target=\\\"_blank\\\">Java</a>, so your content can be accessed on all devices. \"\n        },\n        \"mobile_fontsize\": {\n            \"type\": \"mobile_fontsize\",\n            \"name\": \"Font Size Legibility\",\n            \"data\": {\n                \"viewport\": {\n                    \"isPresent\": true,\n                    \"isValid\": true\n                },\n                \"pageHasLegibleText\": true,\n                \"legibleTextRatio\": 0.9934999999999999\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"At least 60% of your page’s font size is 12 pixels or greater.\"\n        },\n        \"mobile_frameworks\": {\n            \"type\": \"mobile_frameworks\",\n            \"name\": \"Mobile Frameworks\",\n            \"data\": {\n                \"frameworks\": []\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"Mobile or <a rel=\\\"nofollow\\\" href=\\\"https://developers.google.com/webmasters/mobile-sites/website-software/\\\" target=\\\"_blank\\\">responsive frameworks</a> are an important part of website optimization as they assist developers in creating applications which are applicable to multiple devices.\"\n        },\n        \"mobile_friendliness\": {\n            \"type\": \"mobile_friendliness\",\n            \"name\": \"Mobile Friendliness\",\n            \"data\": {\n                \"mobileFriendliness\": 1\n            },\n            \"status\": \"good\",\n            \"solvability\": 2,\n            \"importance\": 3,\n            \"advice\": \"<p><a href=\\\"https://www.woorank.com/en/edu/seo-guides/mobile-friendliness\\\" target=\\\"_blank\\\">Mobile friendly</a> pages make it easy for users to complete objectives and common tasks and use a design or template that is consistent across all devices (uses responsive web design).</p><p>Your site is well configured for mobile users.</p>\"\n        },\n        \"mobile_rendering\": {\n            \"type\": \"mobile_rendering\",\n            \"name\": \"Mobile Rendering\",\n            \"data\": {\n                \"phone\": \"https://s3.amazonaws.com/woothumbs/cb28ba5e302e-etsy.com.phone.png\",\n                \"tablet\": null,\n                \"desktop\": \"https://s3.amazonaws.com/woothumbs/534f77e38b6e-etsy.com.desktop.png\"\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<p>This is how your website appears when displayed on different mobile devices.<br /><br />With more than half of all Google search queries originating on a mobile device, it is important to make sure your mobile site is optimized for these users.</p>\"\n        },\n        \"mobile_taptargets\": {\n            \"type\": \"mobile_taptargets\",\n            \"name\": \"Tap Targets\",\n            \"data\": {\n                \"viewport\": {\n                    \"isPresent\": true,\n                    \"isValid\": true\n                },\n                \"failingTapTargets\": []\n            },\n            \"status\": \"good\",\n            \"solvability\": 2,\n            \"importance\": 2,\n            \"advice\": \"Great, your links and buttons are big enough to be easily tapped and spaced enough so that a user's finger pressing on one tap target does not inadvertently touch another tap target.\"\n        },\n        \"mobile_viewport\": {\n            \"type\": \"mobile_viewport\",\n            \"name\": \"Mobile Viewport\",\n            \"data\": {\n                \"isPresent\": true,\n                \"isValid\": true,\n                \"contentIsSizedToViewport\": true\n            },\n            \"status\": \"good\",\n            \"solvability\": 2,\n            \"importance\": 2,\n            \"advice\": \"Great, the <a href=\\\"https://www.woorank.com/en/blog/tips-and-tools-for-creating-mobile-websites\\\" target=\\\"_blank\\\">viewport</a> is well configured.<br /><br />Keep in mind that since the width (in CSS pixels) of the viewport may vary, your page content should not solely rely on a particular viewport width to render well. Consider these additional tips:<ul><li>Avoid setting large absolute CSS widths for page elements.</li><li>If necessary, <a rel=\\\"nofollow\\\" href=\\\"https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries\\\" target=\\\"_blank\\\">CSS media queries</a> can be used to apply different styling depending on screen size.</li><li>Ideally, serve responsively-sized images.</li></ul>\"\n        },\n        \"mx_records\": {\n            \"type\": \"mx_records\",\n            \"name\": \"MX records\",\n            \"data\": [\n                {\n                    \"exchange\": \"alt2.aspmx.l.google.com\",\n                    \"priority\": 30\n                },\n                {\n                    \"exchange\": \"aspmx3.googlemail.com\",\n                    \"priority\": 50\n                },\n                {\n                    \"exchange\": \"aspmx2.googlemail.com\",\n                    \"priority\": 40\n                },\n                {\n                    \"exchange\": \"alt1.aspmx.l.google.com\",\n                    \"priority\": 20\n                },\n                {\n                    \"exchange\": \"aspmx.l.google.com\",\n                    \"priority\": 10\n                }\n            ],\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"\"\n        },\n        \"open_graph\": {\n            \"type\": \"open_graph\",\n            \"name\": \"Open Graph Protocol\",\n            \"data\": {\n                \"properties\": [\n                    {\n                        \"property\": \"og:description\",\n                        \"value\": \"Find the perfect handmade gift, vintage & on-trend clothes, unique jewelry, and more… lots more.\"\n                    },\n                    {\n                        \"property\": \"og:locale\",\n                        \"value\": \"en_US\"\n                    },\n                    {\n                        \"property\": \"og:site_name\",\n                        \"value\": \"Etsy\"\n                    },\n                    {\n                        \"property\": \"og:title\",\n                        \"value\": \"Etsy - Shop for handmade, vintage, custom, and unique gifts for everyone\"\n                    },\n                    {\n                        \"property\": \"og:type\",\n                        \"value\": \"website\"\n                    },\n                    {\n                        \"property\": \"og:url\",\n                        \"value\": \"http://www.etsy.com/\"\n                    }\n                ],\n                \"issues\": [\n                    {\n                        \"meta\": {\n                            \"property\": \"og:image\"\n                        },\n                        \"type\": \"REQUIRED_OG_PROPERTY\"\n                    }\n                ],\n                \"storedImage\": null\n            },\n            \"status\": \"average\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"We detected open graph tags on your webpage, but there are some errors that should be fixed.<br /><br />Facebook developed the <a rel=\\\"nofollow\\\" target=\\\"_blank\\\" href=\\\"http://ogp.me/\\\">Open Graph protocol</a> to enable the integration of any web page with its social media platform. Other social media platforms have also adopted the protocol, allowing you to control how your web pages are presented when shared across social media.<br /><br />Check out Facebook's <a href=\\\"https://developers.facebook.com/docs/sharing/webmasters/#markup\\\" target=\\\"_blank\\\">Guide to Sharing for Webmasters</a> to learn how to add Open Graph tags.<br /> <br />Use the <a rel=\\\"nofollow\\\" target=\\\"_blank\\\" href=\\\"https://developers.facebook.com/tools/debug/\\\">Sharing Debugger </a> to check what information appears when shared on Facebook and the <a rel=\\\"nofollow\\\" target=\\\"_blank\\\" href=\\\"https://cards-dev.twitter.com/validator\\\">Twitter Cards Validator </a> to do the same for Twitter.\"\n        },\n        \"phone_numbers\": {\n            \"type\": \"phone_numbers\",\n            \"name\": \"Phone Number Privacy\",\n            \"data\": [],\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"\"\n        },\n        \"resources_cacheability\": {\n            \"type\": \"resources_cacheability\",\n            \"name\": \"Asset Cacheability\",\n            \"data\": {\n                \"uncachedResources\": []\n            },\n            \"status\": \"good\",\n            \"solvability\": 2,\n            \"importance\": 2,\n            \"advice\": \"Great! We didn't find uncached assets on your web page.<br /><a href=\\\"https://www.woorank.com/en/edu/seo-guides/leverage-asset-caching-to-improve-seo\\\" target=\\\"_blank\\\">Enabling caching</a> for your website makes your site load faster for repeat visitors.<br /><br />To learn more on how to make your website faster, check out these <a href=\\\"https://www.woorank.com/en/edu/seo-guides/page-load-time\\\" target=\\\"_blank\\\">tips to decrease page load time</a>.\"\n        },\n        \"resources_compression\": {\n            \"type\": \"resources_compression\",\n            \"name\": \"Asset Compression\",\n            \"data\": {\n                \"uncompressedResources\": []\n            },\n            \"status\": \"good\",\n            \"solvability\": 2,\n            \"importance\": 2,\n            \"advice\": \"Great! We didn't find uncompressed assets on your web page.<br /><a href=\\\"https://www.woorank.com/en/edu/seo-guides/gzip-compression-seo\\\" target=\\\"_blank\\\">Compressing assets</a> reduces the amount of time it takes a user's browser to download files from your server. Enabling compression is an important part of reducing the amount of time it takes your website to load. \"\n        },\n        \"resources_minification\": {\n            \"type\": \"resources_minification\",\n            \"name\": \"Asset Minification\",\n            \"data\": {\n                \"unminifiedResources\": []\n            },\n            \"status\": \"good\",\n            \"solvability\": 2,\n            \"importance\": 2,\n            \"advice\": \"Great! We didn't find unminified assets on your web page.<br /><br />To learn more on how to minification helps a website, read our <a href=\\\"https://www.woorank.com/en/edu/seo-guides/why-minification-matters\\\" target=\\\"_blank\\\">guide to minification</a>.\"\n        },\n        \"robots_tags\": {\n            \"type\": \"robots_tags\",\n            \"name\": \"Robots Tags\",\n            \"data\": {\n                \"tags\": [],\n                \"htmlHeaderDiscrepancy\": false,\n                \"hasDirectiveError\": false\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 3,\n            \"advice\": \"\"\n        },\n        \"robots_txt\": {\n            \"type\": \"robots_txt\",\n            \"name\": \"Robots.txt\",\n            \"data\": {\n                \"url\": \"https://www.etsy.com/robots.txt\",\n                \"messages\": [],\n                \"disallowedResources\": []\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"<p>A <a href=\\\"https://www.woorank.com/en/edu/seo-guides/robots-txt\\\" target=\\\"_blank\\\">robots.txt file</a> allows you to restrict the access of search engine crawlers to prevent them from accessing specific pages or directories. They also point the web crawler to your page’s XML sitemap file.</p><p>Your site currently has a robots.txt file. You can use Google Search Console's Robots.txt Tester to submit and test your robots.txt file and to make sure Googlebot isn't crawling any restricted files.<br /><br />See the pages you've disallowed with your robots.txt file with <a href=\\\"https://www.woorank.com/en/p/crawler\\\" target=\\\"_blank\\\">Site Crawl</a>.</p>\"\n        },\n        \"schema_org\": {\n            \"type\": \"schema_org\",\n            \"name\": \"Schema.org\",\n            \"data\": {\n                \"items\": [\n                    {\n                        \"id\": \"_:b0\",\n                        \"type\": \"WebSite\",\n                        \"potentialAction\": {\n                            \"id\": \"_:b1\",\n                            \"type\": \"SearchAction\",\n                            \"query-input\": \"required name=search_term_string\",\n                            \"target\": {\n                                \"id\": \"_:b2\",\n                                \"type\": \"EntryPoint\",\n                                \"urlTemplate\": \"https://www.etsy.com/search?q={search_term_string}&utm_campaign=action_schema_markup\"\n                            }\n                        },\n                        \"url\": \"https://www.etsy.com/\"\n                    }\n                ],\n                \"issues\": [],\n                \"counts\": {\n                    \"WebSite\": 1\n                }\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 3,\n            \"advice\": \"Great, we detected Schema.org items on your webpage.<br /><br /><a target=\\\"_blank\\\" href=\\\"https://schema.org/\\\">Schema.org</a> is a set of vocabularies used to add meaning to the information on a webpage in a way that is readable by machines (Google). <br /><br />Schema.org includes attributes for entities, relationships between entities and actions.<br /><br />These vocabularies can be added to a page using many different encodings, including RDFa, Microdata and JSON-LD. <br /><br />Learn more in <a href=\\\"https://developers.google.com/search/docs/guides/intro-structured-data\\\" target=\\\"_blank\\\">Google's intro to structured data.</a>\"\n        },\n        \"security_txt\": {\n            \"type\": \"security_txt\",\n            \"name\": \"Security.txt\",\n            \"data\": {\n                \"exists\": false\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"\"\n        },\n        \"shared_count\": {\n            \"type\": \"shared_count\",\n            \"name\": \"Social Media Engagement\",\n            \"data\": {\n                \"facebookShares\": 1840180,\n                \"facebookComments\": 148656,\n                \"facebookReactions\": 462658,\n                \"pinterest\": 0\n            },\n            \"status\": \"good\",\n            \"solvability\": 2,\n            \"importance\": 2,\n            \"advice\": \"<p>The impact of social media is huge for certain industries.</p><p>Learn how to \\u202a\\u202c\\u202cfurther engage your social media audiences and create a consistent fan base.<a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/blog/social-media-management-tools-for-small-budgets/\\\" target=\\\"_blank\\\"> Check these helpful tools</a> for managing your social media campaign.</p><p>Note: This data includes \\u202a<a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/blog/woorank-social-media-stats-explained\\\" target=\\\"_blank\\\">engagements from like and share buttons on your site, or people copying and pasting your URLs directly into Facebook</a> from your website's URL. It does not count likes and shares from your branded Facebook page.</p>\"\n        },\n        \"sitemaps_validity\": {\n            \"type\": \"sitemaps_validity\",\n            \"name\": \"Sitemaps Validity\",\n            \"data\": {\n                \"sitemaps\": [\n                    {\n                        \"url\": \"https://www.etsy.com/sitemaps.xml\"\n                    },\n                    {\n                        \"url\": \"https://www.etsy.com/listing_sitemaps/en/index.xml.gz\"\n                    },\n                    {\n                        \"url\": \"https://www.etsy.com/de/listing_sitemaps/de_shops/listing_index_de_shops.xml.gz\"\n                    }\n                ],\n                \"issues\": {\n                    \"maxSize\": [],\n                    \"tooManyUrls\": [],\n                    \"invalidStructure\": [],\n                    \"notAccessible\": [\n                        {\n                            \"url\": \"https://www.etsy.com/sitemaps.xml\"\n                        },\n                        {\n                            \"url\": \"https://www.etsy.com/listing_sitemaps/en/index.xml.gz\"\n                        },\n                        {\n                            \"url\": \"https://www.etsy.com/de/listing_sitemaps/de_shops/listing_index_de_shops.xml.gz\"\n                        }\n                    ],\n                    \"wrongFormat\": [],\n                    \"emptySitemap\": []\n                },\n                \"numberSitemaps\": 267,\n                \"numberUrls\": 0\n            },\n            \"status\": \"bad\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"<p>Valid sitemaps make search engines happy by allowing them to find new and updated content easily. Make sure your sitemaps are accessible, have valid syntax, are free from content errors and respect the limits set by search engines.<br /></p><p>To learn more about what a valid sitemap should look like check out our guide about <a href=\\\"https://www.woorank.com/en/edu/seo-guides/xml-sitemaps\\\" target=\\\"_blank\\\">XML Sitemaps</a> or submit it through <a rel=\\\"nofollow\\\" href=\\\"http://www.google.com/webmasters/tools/\\\" target=\\\"_blank\\\">Google Search Console</a>.</p>\"\n        },\n        \"ssl_secured\": {\n            \"type\": \"ssl_secured\",\n            \"name\": \"SSL Secure\",\n            \"data\": {\n                \"hasCertificate\": true,\n                \"httpsRedirect\": true,\n                \"stsHeader\": true,\n                \"certificateExpired\": false,\n                \"certificateExpirationDate\": 1679180395000,\n                \"certificateIssuer\": \"GlobalSign nv-sa\",\n                \"selfSigned\": false,\n                \"rightCa\": true,\n                \"commonName\": null\n            },\n            \"status\": \"good\",\n            \"solvability\": 3,\n            \"importance\": 2,\n            \"advice\": \"Modern websites tend to be SSL secured (HTTPS) as it provides an extra security layer while logging in to your Web Service. In 2014, <a rel=\\\"nofollow\\\" href=\\\"http://googlewebmastercentral.blogspot.be/2014/08/https-as-ranking-signal.html\\\" target=\\\"_blank\\\">Google announced</a> that an HTTPS (vs HTTP) website would receive an extra boost in their ranking. <br /><br />While switching to HTTPS, make sure your site remains optimized and see to it that your website will still run quickly. Follow these best practices for a smooth transition:<ul><li>Use a serious issuer to purchase your SSL certificate</li><li>Redirect all of your HTTP pages to the HTTPS version of your website</li><li>Use <a rel=\\\"nofollow\\\" href=\\\"https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security\\\" target=\\\"_blank\\\">HTTP Strict Transport Security</a> (HSTS) in your headers</li><li>Renew your SSL certificate every year, before it expires</li><li>Make sure that all of your content (CSS, etc.) is linked to HTTPS</li><li>Update your XML sitemap to ensure the URLs include HTTPS and update the robots.txt file to reference this version</li><li>Register the HTTPS website in Google & Bing Search Console/Webmaster Tools</li></ul>\"\n        },\n        \"technologies\": {\n            \"type\": \"technologies\",\n            \"name\": \"Technologies\",\n            \"data\": {\n                \"technologies\": [\n                    {\n                        \"app\": \"Varnish\",\n                        \"version\": \"\",\n                        \"id\": \"varnish\",\n                        \"categories\": [\n                            \"cache-tools\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Bootstrap\",\n                        \"version\": \"2\",\n                        \"id\": \"bootstrap\",\n                        \"categories\": [\n                            \"ui-frameworks\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Prototype\",\n                        \"version\": \"\",\n                        \"id\": \"prototype\",\n                        \"categories\": [\n                            \"javascript-frameworks\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Google App Engine\",\n                        \"version\": \"\",\n                        \"id\": \"google-app-engine\",\n                        \"categories\": [\n                            \"web-servers\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Apache\",\n                        \"version\": \"\",\n                        \"id\": \"apache\",\n                        \"categories\": [\n                            \"web-servers\"\n                        ]\n                    },\n                    {\n                        \"app\": \"jQuery\",\n                        \"version\": \"\",\n                        \"id\": \"jquery\",\n                        \"categories\": [\n                            \"javascript-libraries\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Google Adwords Tracking\",\n                        \"version\": \"\",\n                        \"id\": \"google-adwords-tracking\",\n                        \"categories\": [\n                            \"analytics\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Pinterest Tag\",\n                        \"version\": \"\",\n                        \"id\": \"pinterest-tag\",\n                        \"categories\": [\n                            \"analytics\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Google Analytics 4\",\n                        \"version\": \"\",\n                        \"id\": \"google-analytics-4\",\n                        \"categories\": [\n                            \"analytics\"\n                        ]\n                    },\n                    {\n                        \"app\": \"theTradeDesk\",\n                        \"version\": \"\",\n                        \"id\": \"thetradedesk\",\n                        \"categories\": [\n                            \"advertising-networks\",\n                            \"saas\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Zendesk\",\n                        \"version\": \"\",\n                        \"id\": \"zendesk\",\n                        \"categories\": [\n                            \"cms\",\n                            \"live-chat\",\n                            \"saas\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Segment\",\n                        \"version\": \"\",\n                        \"id\": \"segment\",\n                        \"categories\": [\n                            \"analytics\",\n                            \"saas\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Polyfill\",\n                        \"version\": \"\",\n                        \"id\": \"polyfill\",\n                        \"categories\": [\n                            \"javascript-libraries\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Microsoft Advertising\",\n                        \"version\": \"\",\n                        \"id\": \"microsoft-advertising\",\n                        \"categories\": [\n                            \"advertising-networks\",\n                            \"saas\"\n                        ]\n                    },\n                    {\n                        \"app\": \"G Suite\",\n                        \"version\": \"\",\n                        \"id\": \"google-suite\",\n                        \"categories\": [\n                            \"web-mail\",\n                            \"email\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Google Tag Manager\",\n                        \"version\": \"\",\n                        \"id\": \"google-tag-manager\",\n                        \"categories\": [\n                            \"tag-managers\",\n                            \"saas\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Google Analytics\",\n                        \"version\": \"\",\n                        \"id\": \"google-analytics\",\n                        \"categories\": [\n                            \"analytics\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Google Ads Conversion Tracking\",\n                        \"version\": \"\",\n                        \"id\": \"google-ads-conversion-tracking\",\n                        \"categories\": [\n                            \"analytics\",\n                            \"saas\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Bugcrowd\",\n                        \"version\": \"\",\n                        \"id\": \"bugcrowd\",\n                        \"categories\": [\n                            \"captchas\"\n                        ]\n                    },\n                    {\n                        \"app\": \"AWIN\",\n                        \"version\": \"\",\n                        \"id\": \"awin\",\n                        \"categories\": [\n                            \"affiliate-programs\",\n                            \"saas\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Microsoft 365\",\n                        \"version\": \"\",\n                        \"id\": \"microsoft-365\",\n                        \"categories\": [\n                            \"web-mail\",\n                            \"email\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Facebook Business Manager\",\n                        \"version\": \"\",\n                        \"id\": \"facebook-business-manager\",\n                        \"categories\": [\n                            \"analytics\"\n                        ]\n                    },\n                    {\n                        \"app\": \"Google Search Console\",\n                        \"version\": \"\",\n                        \"id\": \"google-search-console\",\n                        \"categories\": [\n                            \"analytics\",\n                            \"seo\",\n                            \"search-engines\"\n                        ]\n                    },\n                    {\n                        \"app\": \"MailChimp\",\n                        \"version\": \"\",\n                        \"id\": \"mailchimp\",\n                        \"categories\": [\n                            \"marketing-automation\",\n                            \"email\",\n                            \"saas\"\n                        ]\n                    }\n                ]\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<p>Get to know the technologies used for your website. Some codes might slow down your website. Ask your webmaster to take a look at this.</p>\"\n        },\n        \"title\": {\n            \"type\": \"title\",\n            \"name\": \"Title Tag\",\n            \"data\": {\n                \"value\": \"Etsy - Shop for handmade, vintage, custom, and unique gifts for everyone\",\n                \"truncated\": false,\n                \"length\": 72,\n                \"pixelLength\": 525,\n                \"hash\": \"5RycFvWil7BoQh90ldecYcivNb3yMrIPbfB9ruYZSeI=\"\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 3,\n            \"advice\": \"<p>Your HTML <a href=\\\"https://www.woorank.com/en/edu/seo-guides/title-tag-seo\\\" target=\\\"_blank\\\">title tag</a> appears in browser tabs, bookmarks and in search result pages.<br /><br />Make your title tags clear, concise (65 characters, 200-569 pixels) and include your most important keywords.<br /><br />Check the title tags for thousands of pages at once using <a href=\\\"https://www.woorank.com/en/p/crawler\\\" target=\\\"_blank\\\">Site Crawl</a>.</p>\"\n        },\n        \"tld_cybersquating_prevention\": {\n            \"type\": \"tld_cybersquating_prevention\",\n            \"name\": \"Domain Availability\",\n            \"data\": [\n                {\n                    \"domain\": \"etsy.net\",\n                    \"isAvailable\": false,\n                    \"expiresAt\": 1710547200000\n                },\n                {\n                    \"domain\": \"etsy.org\",\n                    \"isAvailable\": false,\n                    \"expiresAt\": 1710547200000\n                },\n                {\n                    \"domain\": \"etsy.info\",\n                    \"isAvailable\": false,\n                    \"expiresAt\": 1710547200000\n                },\n                {\n                    \"domain\": \"etsy.biz\",\n                    \"isAvailable\": true,\n                    \"expiresAt\": null\n                },\n                {\n                    \"domain\": \"etsy.eu\",\n                    \"isAvailable\": false,\n                    \"expiresAt\": null\n                }\n            ],\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<p><a rel=\\\"nofollow\\\" href=\\\"https://be.godaddy.com/?isc=cjc30arch&cvosrc=affiliate.cj.5475951\\\" target=\\\"_blank\\\">Register</a> the various extensions of your domain to protect your brand from <a rel=\\\"nofollow\\\" href=\\\"https://en.wikipedia.org/wiki/Cybersquatting\\\" target=\\\"_blank\\\">cybersquatters</a>.</p>\"\n        },\n        \"topics\": {\n            \"type\": \"topics\",\n            \"name\": \"DBpedia topics\",\n            \"data\": [\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Guides\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Guides\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Guides\",\n                    \"dbpediaLabelsEn\": [\n                        \"Guides\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:France\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"France\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:France\",\n                    \"dbpediaLabelsEn\": [\n                        \"France\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Ivory\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Ivory\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Ivory\",\n                    \"dbpediaLabelsEn\": [\n                        \"Ivory\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Costumes\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Costumes\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Costumes\",\n                    \"dbpediaLabelsEn\": [\n                        \"Costumes\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Candles\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Candles\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Candles\",\n                    \"dbpediaLabelsEn\": [\n                        \"Candles\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Prints_(art)\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Prints (art)\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Prints_(art)\",\n                    \"dbpediaLabelsEn\": [\n                        \"Prints (art)\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Mirrors\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Mirrors\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Mirrors\",\n                    \"dbpediaLabelsEn\": [\n                        \"Mirrors\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Art\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Art\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Art\",\n                    \"dbpediaLabelsEn\": [\n                        \"Art\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Visual_Arts\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Visual Arts\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Visual_Arts\",\n                    \"dbpediaLabelsEn\": [\n                        \"Visual Arts\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:United_kingdom\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"United kingdom\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:United_kingdom\",\n                    \"dbpediaLabelsEn\": [\n                        \"United kingdom\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Renewable_electricity\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Renewable electricity\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Renewable_electricity\",\n                    \"dbpediaLabelsEn\": [\n                        \"Renewable electricity\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Shirts\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Shirts\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Shirts\",\n                    \"dbpediaLabelsEn\": [\n                        \"Shirts\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Wedding_clothing\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Wedding clothing\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Wedding_clothing\",\n                    \"dbpediaLabelsEn\": [\n                        \"Wedding clothing\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Wedding_gifts\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Wedding gifts\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Wedding_gifts\",\n                    \"dbpediaLabelsEn\": [\n                        \"Wedding gifts\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Japan\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Japan\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Japan\",\n                    \"dbpediaLabelsEn\": [\n                        \"Japan\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:United_Kingdom\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"United Kingdom\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:United_Kingdom\",\n                    \"dbpediaLabelsEn\": [\n                        \"United Kingdom\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Poland\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Poland\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Poland\",\n                    \"dbpediaLabelsEn\": [\n                        \"Poland\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:United_States\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"United States\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:United_States\",\n                    \"dbpediaLabelsEn\": [\n                        \"United States\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Canada\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Canada\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Canada\",\n                    \"dbpediaLabelsEn\": [\n                        \"Canada\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:New_Zealand\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"New Zealand\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:New_Zealand\",\n                    \"dbpediaLabelsEn\": [\n                        \"New Zealand\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Australia\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Australia\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Australia\",\n                    \"dbpediaLabelsEn\": [\n                        \"Australia\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Books\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Books\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Books\",\n                    \"dbpediaLabelsEn\": [\n                        \"Books\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Germany\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Germany\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Germany\",\n                    \"dbpediaLabelsEn\": [\n                        \"Germany\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Netherlands\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Netherlands\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Netherlands\",\n                    \"dbpediaLabelsEn\": [\n                        \"Netherlands\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Ireland\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Ireland\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Ireland\",\n                    \"dbpediaLabelsEn\": [\n                        \"Ireland\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Spain\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Spain\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Spain\",\n                    \"dbpediaLabelsEn\": [\n                        \"Spain\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:India\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"India\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:India\",\n                    \"dbpediaLabelsEn\": [\n                        \"India\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Italy\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Italy\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Italy\",\n                    \"dbpediaLabelsEn\": [\n                        \"Italy\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Greece\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Greece\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Greece\",\n                    \"dbpediaLabelsEn\": [\n                        \"Greece\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Portugal\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Portugal\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Portugal\",\n                    \"dbpediaLabelsEn\": [\n                        \"Portugal\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Congo\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Congo\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Congo\",\n                    \"dbpediaLabelsEn\": [\n                        \"Congo\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Wedding\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Wedding\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Wedding\",\n                    \"dbpediaLabelsEn\": [\n                        \"Wedding\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Bedding\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Bedding\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Bedding\",\n                    \"dbpediaLabelsEn\": [\n                        \"Bedding\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Visual_arts\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Visual arts\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Visual_arts\",\n                    \"dbpediaLabelsEn\": [\n                        \"Visual arts\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Salé\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Salé\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Salé\",\n                    \"dbpediaLabelsEn\": [\n                        \"Salé\"\n                    ]\n                },\n                {\n                    \"dbpediaUrl\": \"http://dbpedia.org/resource/Category:Custom\",\n                    \"dbpediaLanguage\": \"en\",\n                    \"dbpediaLabels\": [\n                        \"Custom\"\n                    ],\n                    \"dbpediaUrlEn\": \"http://dbpedia.org/resource/Category:Custom\",\n                    \"dbpediaLabelsEn\": [\n                        \"Custom\"\n                    ]\n                }\n            ],\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"\"\n        },\n        \"traffic_estimation\": {\n            \"type\": \"traffic_estimation\",\n            \"name\": \"Traffic Estimations\",\n            \"data\": 69,\n            \"status\": \"good\",\n            \"solvability\": 3,\n            \"importance\": 2,\n            \"advice\": \"<p>This shows your estimated traffic for etsy.com. We use <a rel=\\\"nofollow\\\" href=\\\"https://majestic.com/reports/majestic-million\\\" target=\\\"_blank\\\">Majestic Million</a> and <a rel=\\\"nofollow\\\" href=\\\"https://www.domcop.com/top-10-million-websites\\\" target=\\\"_blank\\\">Open Page Rank</a> for this information.</p>\"\n        },\n        \"traffic_popularity\": {\n            \"type\": \"traffic_popularity\",\n            \"name\": \"Traffic Rank\",\n            \"data\": {\n                \"globalRank\": 69,\n                \"tldRank\": 112,\n                \"tld\": \"com\"\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"This shows the global traffic rank and the <a rel=\\\"nofollow\\\" href=\\\"https://en.wikipedia.org/wiki/Top-level_domain\\\" target=\\\"_blank\\\">Top Level Domain</a> (TLD) rank for this website; the lower your rank, the more visitors this website gets.<br /><br />We use <a rel=\\\"nofollow\\\" href=\\\"https://majestic.com/reports/majestic-million\\\" target=\\\"_blank\\\">Majestic Million</a> and <a rel=\\\"nofollow\\\" href=\\\"https://www.domcop.com/top-10-million-websites\\\" target=\\\"_blank\\\">Open Page Rank</a> for this information.\"\n        },\n        \"twitter_account\": {\n            \"type\": \"twitter_account\",\n            \"name\": \"Twitter Account\",\n            \"data\": {\n                \"name\": \"Etsy\",\n                \"confidence\": 1,\n                \"urls\": [\n                    \"https://www.twitter.com/etsy\"\n                ],\n                \"screen-name\": \"Etsy\",\n                \"followers\": 2401312,\n                \"following\": 27348,\n                \"tweets\": 39889,\n                \"bio\": \"Delivering little moments of joy in 280 characters or less. Discover more on https://t.co/Ml0qUjI8Tg 🧡\",\n                \"location\": \"Everywhere\",\n                \"url\": \"http://www.etsy.com\",\n                \"profileBannerUrl\": \"https://pbs.twimg.com/profile_banners/11522502/1644950573/600x200\",\n                \"urlLinked\": true,\n                \"created\": 1198646575000\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 1,\n            \"advice\": \"Great, we found a Twitter account for etsy.com and it's defined in your structured data.<br /><br />Linking your Twitter account to your website helps prevent <a rel=\\\"nofollow\\\" href=\\\"http://www.3h.ca/blog/branding/brand-identity-theft//\\\" target=\\\"_blank\\\">brandjacking</a> and can help make your social media marketing more effective. Here are a <a href=\\\"https://www.woorank.com/en/blog/promoting-businesses-with-twitter\\\" target=\\\"_blank\\\">few tips</a> to help create a Twitter promotion plan. Use <a href=\\\"https://www.woorank.com/en/blog/free-social-media-tools\\\" target=\\\"_blank\\\">Twitter Dashboard and Analytics</a> to track and optimize your Twitter feed.\"\n        },\n        \"twitter_card\": {\n            \"type\": \"twitter_card\",\n            \"name\": \"Twitter Card\",\n            \"data\": {\n                \"properties\": [\n                    {\n                        \"name\": \"twitter:card\",\n                        \"content\": \"summary_large_image\"\n                    },\n                    {\n                        \"name\": \"twitter:site\",\n                        \"content\": \"@Etsy\"\n                    }\n                ],\n                \"errors\": [\n                    {\n                        \"meta\": {\n                            \"property\": \"twitter:title\"\n                        },\n                        \"type\": \"REQUIRED_TWITTER_PROPERTY\"\n                    },\n                    {\n                        \"meta\": {\n                            \"property\": \"twitter:description\"\n                        },\n                        \"type\": \"REQUIRED_TWITTER_PROPERTY\"\n                    },\n                    {\n                        \"meta\": {\n                            \"property\": \"twitter:image\"\n                        },\n                        \"type\": \"REQUIRED_TWITTER_PROPERTY\"\n                    }\n                ],\n                \"storedImage\": null\n            },\n            \"status\": \"average\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"We detected Twitter Card tags on your webpage, but there are some errors that should be fixed.<br /><br /><a rel=\\\"nofollow\\\" target=\\\"_blank\\\" href=\\\"https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards\\\">Twitter Cards</a> are designed to give users a rich media experience whenever a tweet contains links to a site's content. Twitter has various card types that can show content previews, play videos and increase traffic to your website.  <br /><br />Check out <a href=\\\"https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started\\\" target=\\\"_blank\\\">Twitter's Guide</a> to learn how to add Twitter Cards.<br /><br />Use the <a rel=\\\"nofollow\\\" target=\\\"_blank\\\" href=\\\"https://cards-dev.twitter.com/validator\\\">validator</a> to check what information will appear when something is shared on Twitter.\"\n        },\n        \"typo_cybersquating_prevention\": {\n            \"type\": \"typo_cybersquating_prevention\",\n            \"name\": \"Typo Availability\",\n            \"data\": [\n                {\n                    \"domain\": \"etsg.com\",\n                    \"isAvailable\": false\n                },\n                {\n                    \"domain\": \"etsh.com\",\n                    \"isAvailable\": false\n                },\n                {\n                    \"domain\": \"etxy.com\",\n                    \"isAvailable\": false\n                },\n                {\n                    \"domain\": \"tsy.com\",\n                    \"isAvailable\": false\n                },\n                {\n                    \"domain\": \"eetsy.com\",\n                    \"isAvailable\": false\n                },\n                {\n                    \"domain\": \"3tsy.com\",\n                    \"isAvailable\": false\n                },\n                {\n                    \"domain\": \"esty.com\",\n                    \"isAvailable\": false\n                }\n            ],\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<p><a rel=\\\"nofollow\\\" href=\\\"http://bit.ly/1qKTAle\\\" target=\\\"_blank\\\">Register</a> the various typos of your domain to protect your brand from cybersquatters.</p>\"\n        },\n        \"underscores_url\": {\n            \"type\": \"underscores_url\",\n            \"name\": \"Underscores in the URLs\",\n            \"data\": {\n                \"links\": [\n                    \"https://www.etsy.com/your/account/locale_preferences?from_page=https%3A%2F%2Fwww.etsy.com%2F\"\n                ],\n                \"linkHasUnderscore\": true,\n                \"urlHasUnderscore\": false\n            },\n            \"status\": \"bad\",\n            \"solvability\": 2,\n            \"importance\": 1,\n            \"advice\": \"<p>Using <a href=\\\"https://www.woorank.com/en/blog/underscores-in-urls-why-are-they-not-recommended\\\" target=\\\"_blank\\\">underscores</a> in your URL makes it hard for search engines to determine your site's relevance to a search. Google sees hyphens as word separators while underscores are ignored. So the search engine sees https://www.etsy.com/your/account/locale_preferences?from_page=https%3A%2F%2Fwww.etsy.com%2F as all one word. Use hyphens in your URLs instead: https://www.etsy.com/your/account/locale-preferences?from-page=https%3A%2F%2Fwww.etsy.com%2F.</p><p>We've detected underscores in your URLs. Change underscores to hyphens to maximize your SEO.</p>\"\n        },\n        \"url\": {\n            \"type\": \"url\",\n            \"name\": \"URL\",\n            \"data\": {\n                \"url\": \"http://etsy.com\",\n                \"found\": true,\n                \"scheme\": \"http\",\n                \"host\": {\n                    \"requested\": \"etsy.com\",\n                    \"www\": \"www.etsy.com\",\n                    \"nonwww\": \"etsy.com\"\n                },\n                \"domain\": \"etsy\",\n                \"tldsuffix\": \".com\",\n                \"redirects\": [\n                    \"https://www.etsy.com/\"\n                ]\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<p><a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/blog/guide-to-clean-urls-for-seo-and-usability\\\" target=\\\"_blank\\\">Keep your URLs short and clean</a> and avoid long domain names when possible.</p><p>A descriptive URL is better recognized by search engines. A user should be able to look at the address bar and make an accurate guess about the content of the page before reaching it (e.g., http://www.mysite.com/en/products).</p><p>Keep in mind that URLs are also an important part of a comprehensive <a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/blog/url-optimization-5-best-practices-for-seo\\\" target=\\\"_blank\\\">SEO strategy</a>. Use clean URLs to <a rel=\\\"nofollow\\\" href=\\\"https://support.google.com/webmasters/answer/6080548?hl=en&rd=2\\\" target=\\\"_blank\\\">make your site more \\\"crawlable\\\" by Google</a>.</p><p>Resource: Search for a <a rel=\\\"nofollow\\\" href=\\\"https://instantdomainsearch.com/\\\" target=\\\"_blank\\\">good domain name</a>. If no good names are available, consider a <a rel=\\\"nofollow\\\" href=\\\"https://sedo.com/us/?language=us\\\" target=\\\"_blank\\\">second hand domain</a>. To prevent brand theft, you might consider trademarking your domain name.</p>\"\n        },\n        \"visitors_loc\": {\n            \"type\": \"visitors_loc\",\n            \"name\": \"Visitors Localization\",\n            \"data\": {\n                \"popularityMap\": [\n                    {\n                        \"country\": \"US\",\n                        \"value\": 0.462\n                    },\n                    {\n                        \"country\": \"IN\",\n                        \"value\": 0.063\n                    },\n                    {\n                        \"country\": \"GB\",\n                        \"value\": 0.062\n                    },\n                    {\n                        \"country\": \"CA\",\n                        \"value\": 0.044\n                    },\n                    {\n                        \"country\": \"DE\",\n                        \"value\": 0.034\n                    },\n                    {\n                        \"country\": \"AU\",\n                        \"value\": 0.028\n                    },\n                    {\n                        \"country\": \"TR\",\n                        \"value\": 0.022\n                    },\n                    {\n                        \"country\": \"FR\",\n                        \"value\": 0.018\n                    },\n                    {\n                        \"country\": \"CN\",\n                        \"value\": 0.014\n                    },\n                    {\n                        \"country\": \"IT\",\n                        \"value\": 0.012\n                    },\n                    {\n                        \"country\": \"MX\",\n                        \"value\": 0.012\n                    },\n                    {\n                        \"country\": \"ES\",\n                        \"value\": 0.011\n                    },\n                    {\n                        \"country\": \"PK\",\n                        \"value\": 0.011\n                    },\n                    {\n                        \"country\": \"MA\",\n                        \"value\": 0.01\n                    },\n                    {\n                        \"country\": \"VN\",\n                        \"value\": 0.009\n                    },\n                    {\n                        \"country\": \"NL\",\n                        \"value\": 0.009\n                    },\n                    {\n                        \"country\": \"JP\",\n                        \"value\": 0.009\n                    },\n                    {\n                        \"country\": \"EG\",\n                        \"value\": 0.008\n                    },\n                    {\n                        \"country\": \"AZ\",\n                        \"value\": 0.008\n                    },\n                    {\n                        \"country\": \"PL\",\n                        \"value\": 0.006\n                    },\n                    {\n                        \"country\": \"ZA\",\n                        \"value\": 0.006\n                    },\n                    {\n                        \"country\": \"HK\",\n                        \"value\": 0.005\n                    },\n                    {\n                        \"country\": \"SA\",\n                        \"value\": 0.005\n                    },\n                    {\n                        \"country\": \"DZ\",\n                        \"value\": 0.005\n                    }\n                ],\n                \"top5CountryExtensions\": [\n                    {\n                        \"domain\": \"etsy.us\",\n                        \"isAvailable\": false,\n                        \"expiresAt\": 956880000000\n                    },\n                    {\n                        \"domain\": \"etsy.in\",\n                        \"isAvailable\": true,\n                        \"expiresAt\": null\n                    },\n                    {\n                        \"domain\": \"etsy.uk\",\n                        \"isAvailable\": true,\n                        \"expiresAt\": null\n                    },\n                    {\n                        \"domain\": \"etsy.ca\",\n                        \"isAvailable\": true,\n                        \"expiresAt\": null\n                    },\n                    {\n                        \"domain\": \"etsy.de\",\n                        \"isAvailable\": false,\n                        \"expiresAt\": null\n                    }\n                ]\n            },\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"<p><a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/blog/10-free-us-local-business-listing-sites\\\" target=\\\"_blank\\\">\\u202cWe recommend</a> that you <a rel=\\\"nofollow\\\" href=\\\"http://bit.ly/1qKTAle\\\" target=\\\"_blank\\\">book the domain names</a> for the countries <a rel=\\\"nofollow\\\" href=\\\"https://www.woorank.com/en/blog/how-to-boost-your-local-seo\\\" target=\\\"_blank\\\">where your \\u202a\\u202cwebsite is popular</a>. This will prevent potential competitors from registering these domains and taking advantage of your reputation in such countries.</p>\"\n        },\n        \"web_feeds\": {\n            \"type\": \"web_feeds\",\n            \"name\": \"Web Feeds\",\n            \"data\": [],\n            \"status\": \"neutral\",\n            \"solvability\": 0,\n            \"importance\": 0,\n            \"advice\": \"A <a rel=\\\"nofollow\\\" target=\\\"_blank\\\" href=\\\"https://en.wikipedia.org/wiki/Web_feed\\\">Web feed</a> essentially enables visitors to receive information from your site without having to manually visit your website themselves. This allows you to consistently engage with your users, even when they are elsewhere. <br /><br />Web Feeds can be used across a network of websites for product alerts, news, blog updates and more. Users can choose to subscribe to your content and receive notifications. Most multimedia content available on the web can be easily and efficiently distributed to your users using feeds. <br /><br />The content would be delivered to the user in either <a rel=\\\"nofollow\\\" target=\\\"_blank\\\" href=\\\"https://en.wikipedia.org/wiki/RSS\\\">RSS</a>, <a rel=\\\"nofollow\\\" target=\\\"_blank\\\" href=\\\"https://en.wikipedia.org/wiki/Atom_(Web_standard)\\\"> ATOM</a>, or<a rel=\\\"nofollow\\\" target=\\\"_blank\\\" href=\\\"https://en.wikipedia.org/wiki/JSON_Feed\\\"> JSON format</a>. The aggregation of a web feed is the act of making a collection of web feeds available on one page.<br /><br />Adding a web feed depends on the CMS you're using. Check with your CMS for specific instructions. You can also check this tutorial on<a rel=\\\"nofollow\\\" target=\\\"_blank\\\" href=\\\"https://developer.mozilla.org/en-US/docs/Archive/RSS/Getting_Started/What_is_RSS\\\"> creating RSS feeds for your website</a>. Once it's added, <a rel=\\\"nofollow\\\" target=\\\"_blank\\\" href=\\\"https://developer.mozilla.org/en-US/docs/Archive/RSS/Getting_Started/Syndicating\\\"> start advertising it</a> on your pages.\"\n        },\n        \"www_resolve\": {\n            \"type\": \"www_resolve\",\n            \"name\": \"URL Resolve\",\n            \"data\": {\n                \"allResolveToSame\": true,\n                \"allResolve\": true,\n                \"httpNonWww\": {\n                    \"url\": \"http://etsy.com/\",\n                    \"statusCode\": 200,\n                    \"resolvedUrl\": \"https://www.etsy.com/\",\n                    \"errorCode\": null\n                },\n                \"httpWww\": {\n                    \"url\": \"http://www.etsy.com/\",\n                    \"statusCode\": 200,\n                    \"resolvedUrl\": \"https://www.etsy.com/\",\n                    \"errorCode\": null\n                },\n                \"httpsNonWww\": {\n                    \"url\": \"https://etsy.com/\",\n                    \"statusCode\": 200,\n                    \"resolvedUrl\": \"https://www.etsy.com/\",\n                    \"errorCode\": null\n                },\n                \"httpsWww\": {\n                    \"url\": \"https://www.etsy.com/\",\n                    \"statusCode\": 200,\n                    \"resolvedUrl\": \"https://www.etsy.com/\",\n                    \"errorCode\": null\n                }\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 3,\n            \"advice\": \"<p>Search engines see <a rel=\\\"nofollow\\\" class=\\\"js-external-link\\\" data-href=\\\"http://www.etsy.com\\\" target=\\\"_blank\\\">www.etsy.com</a> and <a rel=\\\"nofollow\\\" class=\\\"js-external-link\\\" data-href=\\\"http://etsy.com\\\" target=\\\"_blank\\\">etsy.com</a> as different websites. This means they could see a large amount of <a href=\\\"https://www.woorank.com/en/edu/seo-guides/duplicate-content\\\" target=\\\"_blank\\\">duplicate content</a>, which they don't like.</p><p>Fortunately your website redirects <a rel=\\\"nofollow\\\" class=\\\"js-external-link\\\" data-href=\\\"http://www.etsy.com\\\" target=\\\"_blank\\\">www.etsy.com</a> and <a rel=\\\"nofollow\\\" class=\\\"js-external-link\\\" data-href=\\\"http://etsy.com\\\" target=\\\"_blank\\\"> etsy.com</a> to the same site.</p>\"\n        },\n        \"xml_sitemaps\": {\n            \"type\": \"xml_sitemaps\",\n            \"name\": \"XML Sitemap\",\n            \"data\": {\n                \"sitemaps\": [\n                    \"https://www.etsy.com/sitemaps.xml\",\n                    \"https://www.etsy.com/listing_sitemaps/en/index.xml.gz\",\n                    \"https://www.etsy.com/de/listing_sitemaps/de_shops/listing_index_de_shops.xml.gz\"\n                ],\n                \"notInRobots\": false\n            },\n            \"status\": \"good\",\n            \"solvability\": 1,\n            \"importance\": 2,\n            \"advice\": \"<p><a href=\\\"https://www.woorank.com/en/edu/seo-guides/xml-sitemaps\\\" target=\\\"_blank\\\">XML sitemaps</a> contain the list of your URLs that are available to index and allow the search engines to read your pages more intelligently. They can also include information like your site’s latest updates, frequency of changes and the importance of URLs.</p><p>Be sure to only include the pages you want search engines to crawl, so leave out any that have been blocked in a robots.txt file. Avoid using any URLs that cause redirects or error codes and be sure to be consistent in using your preferred URLs (with or without www.), correct protocols (http vs. https) and trailing slashes. You should also use your robots.txt file <a href=\\\"https://www.woorank.com/en/blog/how-to-locate-a-sitemap-in-a-robots-txt-file\\\" target=\\\"_blank\\\"> to point search engine crawlers to the location of your sitemap.</a></p>\"\n        }\n    }\n}"}],"_postman_id":"00fcdc07-3da8-4450-8495-f375b968fce1"},{"name":"Refresh Review Data","event":[{"listen":"prerequest","script":{"id":"e672ea22-3079-49f6-aaa4-41f3eba148f3","exec":["// pm.variables.set('domain', 'woorank.com/fr/');"],"type":"text/javascript"}}],"id":"2ada08f8-fd68-45a7-9367-92ce47f9ddea","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":false},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n    \"url\": \"etsy.com\",\n    \"type\": \"json\",\n    \"webhook\": \"YOUR_WEBHOOK_ENDPOINT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api2.woorank.com/reviews","description":"<p>Refresh data for a given URL, or introduce a new URL into our system.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>URL you want to refresh the Review data for. Always specify a URL with either the naked domain without 'www.' (eg. etsy.com or etsy.com/about), either a subdomain (eg. blog.etsy.com or blog.etsy.com/en/category/weddings). Do <strong>not</strong> provide a protocol like <code>http://</code> or <code>https://</code>.</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td><em>(Optional)</em> <code>json</code></td>\n</tr>\n<tr>\n<td><strong>webhook</strong></td>\n<td><em>(Optional)</em> URL of a webhook you want the result to be sent to once the review data is refreshed. (We recommend using a service like requestbin.io to test incoming webhook requests)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code></td>\n<td>The Review data refresh has been queued, and the canonicalized URL is returned in the response body in the <code>url</code> field. Use this value to match with incoming webhook requests on your webhook endpoint or in the <code>GET</code> request to retrieve the Review data.</td>\n</tr>\n<tr>\n<td><code>400</code></td>\n<td>The requested URL is invalid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"workflow\">Workflow</h2>\n<p>This API call will queue your requested URLs, it will check if the URL exists, whether it is responding and capture all the data we can find or retry if the URL is unreachable. We can never guarantee a specific timeframe of when the refreshed data for a URL will be available (see 'Data Integrity' section), on average we refresh data for URLs within the next 60 seconds. Given this asynchronous nature, to get the results of a refreshed review, we offer 2 options.</p>\n<h3 id=\"option-1-using-webhooks-recommended\">Option 1: Using webhooks (recommended)</h3>\n<ul>\n<li>Send this <code>POST</code> request with the required headers and body</li>\n<li>If the response is succesfull (200), capture the <code>url</code> field from the response body. You'll need this to match incoming webhooks.</li>\n<li>When the review refresh is ready, a request will be sent to your webhook endpoint, describing the success or failure of the process.</li>\n<li>The <code>url</code> field in the webhook body corresponds to the <code>url</code> field in the POST response body</li>\n<li>You can now call the 'Get Review Data' API with the URL in the <code>data</code> field</li>\n</ul>\n<p>Webhook example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"event\":\"review-generated\",\"url\":\"etsy.com\",\"success\":true,\"score\":99.99,\"type\":\"application/json\",\"data\":\"https://api2.woorank.com/reviews/etsy.com\"}\n\n</code></pre>\n<h3 id=\"option-2-polling\">Option 2: Polling</h3>\n<ul>\n<li>wait 60 seconds after this <code>POST</code> request was done, to run a <code>GET</code> request to retrieve the data</li>\n<li>if no result is returned, wait another 300 seconds, then retry the <code>GET</code> request,</li>\n<li>if still no result is returned, wait 1 hour then retry the <code>GET</code> request,</li>\n<li>if still no result is returned, wait 24 hours then retry the <code>GET</code> request,</li>\n<li>if after that no results are returned, we were unable to process the requested URL</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}},"urlObject":{"protocol":"https","path":["reviews"],"host":["api2","woorank","com"],"query":[],"variable":[]}},"response":[{"id":"dc74cdca-a25b-443b-addb-1234e5870b80","name":"200 - QUEUED (POLLING)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{ \"url\": \"etsy.com\" }","options":{"raw":{"language":"json"}}},"url":"https://api2.woorank.com/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"etsy.com\"\n}"},{"id":"5ff6df79-2e71-434d-b1de-5644d5cc7538","name":"200 - QUEUED (WEBHOOK)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \"url\": \"etsy.com\", \"type\": \"json\", \"webhook\": \"YOUR_WEBHOOK_ENDPOINT\" }","options":{"raw":{"language":"json"}}},"url":"https://api2.woorank.com/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"etsy.com\"\n}"},{"id":"35d2ee0c-0554-43e2-82dd-f4f3ef4c77fa","name":"400 - INVALID URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{ \"url\": \"etsy.com/about\" }","options":{"raw":{"language":"json"}}},"url":"https://api2.woorank.com/reviews"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"INVALID_URL\"\n}"}],"_postman_id":"2ada08f8-fd68-45a7-9367-92ce47f9ddea"},{"name":"Create Review PDF","event":[{"listen":"prerequest","script":{"id":"d96248d8-da0c-4d82-8fd5-aa9c05208af0","exec":["pm.variables.set('domain', 'cntnr.io');","// pm.variables.set('apiKey', '49a0ccdb99e8a6e2f3e7b97ba34edbc5');"],"type":"text/javascript"}}],"id":"2480d228-b607-4dff-8287-010beaa397d7","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":false},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n    \"url\": \"etsy.com\",\n    \"type\": \"pdf\",\n    \"webhook\": \"YOUR_WEBHOOK_ENDPOINT\",\n    \"templateId\": \"YOUR_TEMPLATE_ID\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api2.woorank.com/reviews","description":"<p>Refresh data for a given URL, and create a PDF with the results.</p>\n<p><strong>Attention!</strong> Since processing your request and creating the PDF file takes at least a minute or more, this API does <strong>not</strong> return the PDF in the response. Instead, this API will push the result to a <a href=\"https://www.programmableweb.com/news/what-webhooks-push-styled-api-and-how-does-it-work/analysis/2017/03/28\">webhook in your application</a>.</p>\n<p><em>This API only works when your subscription has the 'PDF download' feature enabled. It will return a</em> <em><code>403</code></em> <em>error code otherwise</em></p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>URL you want to refresh the Review data for. Always specify a URL with either the naked domain without 'www.' (eg. etsy.com or etsy.com/about), either a subdomain (eg. blog.etsy.com or blog.etsy.com/en/category/weddings). Do <strong>not</strong> provide a protocol like <code>http://</code> or <code>https://</code>.</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td><code>pdf</code> (no other values possible at the moment)</td>\n</tr>\n<tr>\n<td><strong>webhook</strong></td>\n<td>URL of a webhook you want the result to be sent to once the PDF is created or the creation failed. (We recommend using a service like <a href=\"https://requestbin.io/\">requestbin.io</a> to test incoming webhook requests)</td>\n</tr>\n<tr>\n<td><strong>templateId</strong></td>\n<td><em>(Optional)</em> Template ID to be used to style to created PDF. Log in to your account and go to <a href=\"https://www.woorank.com/en/pdf-editor\">PDF Templates</a>, the template ID can be found as <a href=\"https://share.getcloudapp.com/DOuxlkL5\">the last part of the URL path</a> when editing a template.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code></td>\n<td>The Review data refresh has been queued, and the canonicalized URL is returned in the response body in the <code>url</code> field. Use this value to match with incoming webhook requests on your webhook endpoint or in the <code>GET</code> request to retrieve the Review data.</td>\n</tr>\n<tr>\n<td><code>400</code></td>\n<td>The requested URL is invalid.</td>\n</tr>\n<tr>\n<td><code>403</code></td>\n<td>Your subscription does not have the 'PDF Downloads' feature enabled.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"workflow\">Workflow</h2>\n<p>This API call will queue your requested URLs, it will check if the URL exists, whether it is responding and capture all the data we can find or retry if the URL is unreachable. When the review is correctly refreshed, the PDF will be rendered, once this process has completed, a request will be pushed to your webhook endpoint containing the details of the PDF creation, including the path to the resulting PDF file.</p>\n<p>Timeline:</p>\n<ul>\n<li>Send this <code>POST</code> request with the required headers and body</li>\n<li>If the response is succesfull (<code>200</code>), capture the <code>url</code> field from the response body. You'll need this to match incoming webhooks.</li>\n<li>When the PDF creation is ready, a request will be pushed to your webhook endpoint, describing the success or failure of the process.</li>\n<li>The <code>url</code> field in the webhook body corresponds to the <code>url</code> field in the POST response body. The <code>data</code> field in a succesfull webhook response body contains the path pointing to your PDF file.</li>\n</ul>\n<p>We can not guarantee a specific timeframe of when the PDF will be available (see 'Data integrity' section), but on average we return a result to your webhook in the next 5 minutes.</p>\n<h3 id=\"webhook-examples\">Webhook examples</h3>\n<p>Success</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"event\":\"review-generated\",\"url\":\"etsy.com\",\"templateId\":\"YOUR_TEMPLATE_ID\",\"success\":true,\"score\":99.99,\"type\":\"application/pdf\",\"data\":\"https://assets.woorank.com/data/pdf/example.pdf\"}\n\n</code></pre>\n<p>Failure</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"event\":\"review-generated\",\"url\":\"etsy.com\",\"templateId\":\"unexisting-template-id\",\"success\":false,\"errorCode\":\"invalid-template-id\"}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}},"urlObject":{"protocol":"https","path":["reviews"],"host":["api2","woorank","com"],"query":[],"variable":[]}},"response":[{"id":"ae59fb33-c484-4f88-8ba9-f2f5a6190313","name":"200 - QUEUED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{ \"url\": \"etsy.com\", \"type\": \"pdf\", \"webhook\": \"YOUR_WEBHOOK_ENDPOINT\", \"templateId\": \"YOUR_TEMPLATE_ID\" }","options":{"raw":{"language":"json"}}},"url":"https://api2.woorank.com/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"etsy.com\"\n}"}],"_postman_id":"2480d228-b607-4dff-8287-010beaa397d7"}],"id":"b07292f9-8def-4399-91ef-0fd22babe98d","description":"<p>A Review is an audit of a website’s technical, on-page and off-page SEO, and is made up of several <em>criteria</em> each defining a specific piece of data (eg. title tag, traffic estimation, backlinks, etc.). Each website is then given a <em>score</em>, calculated by a weighted formula of all the individual <em>criteria</em>, this results in a dynamic grade on a 100-point scale rating the overall SEO effectiveness.</p>\n","event":[{"listen":"prerequest","script":{"id":"fd9ce823-7ce0-436c-816e-23f0f1bd8024","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1f879961-9a4c-4dc3-8b29-65ecd785d872","type":"text/javascript","exec":[""]}}],"_postman_id":"b07292f9-8def-4399-91ef-0fd22babe98d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}}},{"name":"Metrics","item":[{"name":"Get Metrics History","id":"b92a4b70-4a1a-4eed-94c5-bb8a8945facb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.woorank.com/metrics?url=etsy.com&period=7d&metric[]=score&metric[]=criteriumScore","description":"<p>Retrieve daily metric history (such as review score and/or individual criterium score) for a given URL.</p>\n<h2 id=\"request\">Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>URL you want to retrieve Review data for. Always specify a URL with either the naked domain without 'www.' (eg. <code>etsy.com</code> or <code>etsy.com/about</code>), either a subdomain (eg. <code>blog.etsy.com</code> or <code>blog.etsy.com/en/category/weddings</code>). Do <strong>not</strong> provide a protocol like <code>http://</code> or <code>https://</code>.</td>\n</tr>\n<tr>\n<td><strong>period</strong></td>\n<td>Either <code>7d</code> for 7 days, or <code>30d</code> for 30 days of history.</td>\n</tr>\n<tr>\n<td><strong>metric[]</strong></td>\n<td>Array of requested metrics to be returned (see below).</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"metrics\">Metrics</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metric</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>score</strong></td>\n<td>The Woorank Review Score</td>\n</tr>\n<tr>\n<td><strong>totalCriteriaCount</strong></td>\n<td>Total amount of criteria the review consisted of</td>\n</tr>\n<tr>\n<td><strong>goodCriteriaCount</strong></td>\n<td>Amount of good/green criteria the review consisted of</td>\n</tr>\n<tr>\n<td><strong>averageCriteriaCount</strong></td>\n<td>Amount of average/orange criteria the review consisted of</td>\n</tr>\n<tr>\n<td><strong>badCriteriaCount</strong></td>\n<td>Amount of bad/red criteria the review consisted of</td>\n</tr>\n<tr>\n<td><strong>criteriumScore</strong></td>\n<td>Lists all criteria with their individual score, between <code>0</code> and <code>1</code>, or <code>null</code> if a given criterium is informational/gray and does not count towards to Review score</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code></td>\n<td>We have data for the requested URL, and it is available in the response body</td>\n</tr>\n<tr>\n<td><code>404</code></td>\n<td>We don't have data for the requested URL (please refer to the <em>Refresh Review Data</em> <code>POST</code> API call to introduce an unknown URL into our system)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>Cleaned and canonicalised URL for the requested URL</td>\n</tr>\n<tr>\n<td><strong>metric</strong></td>\n<td>Array of requested metrics</td>\n</tr>\n<tr>\n<td><strong>values</strong></td>\n<td>Array of value objects (see below), 1 for each day in the requested period (7d or 30d)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"value-object\">Value object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>timestamp</strong></td>\n<td>Day on which these metrics have been created</td>\n</tr>\n<tr>\n<td><strong>values</strong></td>\n<td>List of requested metrics and their value for the object on this day or <code>null</code> if there are no metrics for this day</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}},"urlObject":{"protocol":"https","path":["metrics"],"host":["api2","woorank","com"],"query":[{"key":"url","value":"etsy.com"},{"key":"period","value":"7d"},{"key":"metric[]","value":"score"},{"key":"metric[]","value":"criteriumScore"},{"disabled":true,"key":"metric[]","value":"totalCriteriaCount"},{"disabled":true,"key":"metric[]","value":"goodCriteriaCount"},{"disabled":true,"key":"metric[]","value":"averageCriteriaCount"},{"disabled":true,"key":"metric[]","value":"badCriteriaCount"}],"variable":[]}},"response":[{"id":"f53762ce-8387-474b-8d2b-6762cccebcf1","name":"200 - FOUND","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.woorank.com/metrics?url=etsy.com&period=7d&metric[]=score&metric[]=criteriumScore","protocol":"https","host":["api2","woorank","com"],"path":["metrics"],"query":[{"key":"url","value":"etsy.com"},{"key":"period","value":"7d"},{"key":"metric[]","value":"score"},{"key":"metric[]","value":"criteriumScore"},{"key":"metric[]","value":"totalCriteriaCount","disabled":true},{"key":"metric[]","value":"goodCriteriaCount","disabled":true},{"key":"metric[]","value":"averageCriteriaCount","disabled":true},{"key":"metric[]","value":"badCriteriaCount","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"access-control-allow-headers","value":"X-Requested-With,content-type"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"e9c-8rLF2e1p9BzyKVQRyCm8uI0vWSo\""},{"key":"vary","value":"Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 05 May 2021 15:19:08 GMT"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"strict-transport-security","value":"max-age=15768000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"etsy.com\",\n    \"metric\": [\n        \"score\",\n        \"criteriumScore\"\n    ],\n    \"values\": [\n        {\n            \"timestamp\": 1619654400000,\n            \"metrics\": {\n                \"score\": null,\n                \"criteriumScore\": null\n            }\n        },\n        {\n            \"timestamp\": 1619740800000,\n            \"metrics\": {\n                \"score\": 81.85,\n                \"criteriumScore\": {\n                    \"amp\": null,\n                    \"url\": null,\n                    \"alexa\": 1,\n                    \"dmarc\": 1,\n                    \"title\": 1,\n                    \"images\": 1,\n                    \"topics\": null,\n                    \"doctype\": null,\n                    \"favicon\": null,\n                    \"encoding\": 1,\n                    \"headings\": 1,\n                    \"hreflang\": null,\n                    \"language\": 1,\n                    \"linkedin\": 0,\n                    \"clean_url\": null,\n                    \"instagram\": 0,\n                    \"web_feeds\": null,\n                    \"crunchbase\": null,\n                    \"custom_404\": 1,\n                    \"mx_records\": null,\n                    \"open_graph\": 0.5,\n                    \"robots_txt\": 0,\n                    \"schema_org\": 0,\n                    \"description\": 1,\n                    \"robots_tags\": 1,\n                    \"ssl_secured\": 1,\n                    \"www_resolve\": 1,\n                    \"broken_links\": 1,\n                    \"indexability\": null,\n                    \"microformats\": null,\n                    \"security_txt\": null,\n                    \"shared_count\": 1,\n                    \"technologies\": null,\n                    \"twitter_card\": 0,\n                    \"visitors_loc\": null,\n                    \"xml_sitemaps\": 1,\n                    \"indexed_pages\": null,\n                    \"links_details\": 0.5,\n                    \"mixed_content\": 1,\n                    \"phone_numbers\": null,\n                    \"woorank_index\": null,\n                    \"canonical_tags\": 1,\n                    \"email_security\": null,\n                    \"google_preview\": null,\n                    \"ip_information\": null,\n                    \"keywords_cloud\": null,\n                    \"trafic_ranking\": null,\n                    \"backlinks_score\": 1,\n                    \"core_web_vitals\": null,\n                    \"mobile_fontsize\": 1,\n                    \"mobile_viewport\": 1,\n                    \"twitter_account\": 0,\n                    \"underscores_url\": 1,\n                    \"backlinks_spread\": null,\n                    \"mobile_rendering\": null,\n                    \"traffic_analysis\": null,\n                    \"backlinks_counter\": 1,\n                    \"local_directories\": null,\n                    \"mobile_frameworks\": null,\n                    \"mobile_taptargets\": 1,\n                    \"sitemaps_validity\": 1,\n                    \"backlinks_histogram\": null,\n                    \"domain_registration\": null,\n                    \"facebook_brand_page\": 0,\n                    \"mobile_friendliness\": 1,\n                    \"local_online_reviews\": null,\n                    \"mobile_compatibility\": 1,\n                    \"backlinks_ref_domains\": null,\n                    \"layout_shift_elements\": null,\n                    \"resources_compression\": 1,\n                    \"accessibility_contrast\": 1,\n                    \"analytics_technologies\": 1,\n                    \"resources_cacheability\": 1,\n                    \"resources_minification\": 1,\n                    \"accessibility_navigation\": 0,\n                    \"discovered_social_profiles\": null,\n                    \"tld_cybersquating_prevention\": null,\n                    \"typo_cybersquating_prevention\": null\n                }\n            }\n        },\n        {\n            \"timestamp\": 1619827200000,\n            \"metrics\": {\n                \"score\": null,\n                \"criteriumScore\": null\n            }\n        },\n        {\n            \"timestamp\": 1619913600000,\n            \"metrics\": {\n                \"score\": null,\n                \"criteriumScore\": null\n            }\n        },\n        {\n            \"timestamp\": 1620000000000,\n            \"metrics\": {\n                \"score\": null,\n                \"criteriumScore\": null\n            }\n        },\n        {\n            \"timestamp\": 1620086400000,\n            \"metrics\": {\n                \"score\": null,\n                \"criteriumScore\": null\n            }\n        },\n        {\n            \"timestamp\": 1620172800000,\n            \"metrics\": {\n                \"score\": 81.85,\n                \"criteriumScore\": {\n                    \"amp\": null,\n                    \"url\": null,\n                    \"alexa\": 1,\n                    \"dmarc\": 1,\n                    \"title\": 1,\n                    \"images\": 1,\n                    \"topics\": null,\n                    \"doctype\": null,\n                    \"favicon\": null,\n                    \"encoding\": 1,\n                    \"headings\": 1,\n                    \"hreflang\": null,\n                    \"language\": 1,\n                    \"linkedin\": 0,\n                    \"clean_url\": null,\n                    \"instagram\": 0,\n                    \"web_feeds\": null,\n                    \"crunchbase\": null,\n                    \"custom_404\": 1,\n                    \"mx_records\": null,\n                    \"open_graph\": 0.5,\n                    \"robots_txt\": 0,\n                    \"schema_org\": 0,\n                    \"description\": 1,\n                    \"robots_tags\": 1,\n                    \"ssl_secured\": 1,\n                    \"www_resolve\": 1,\n                    \"broken_links\": 1,\n                    \"indexability\": null,\n                    \"microformats\": null,\n                    \"security_txt\": null,\n                    \"shared_count\": 1,\n                    \"technologies\": null,\n                    \"twitter_card\": 0,\n                    \"visitors_loc\": null,\n                    \"xml_sitemaps\": 1,\n                    \"indexed_pages\": null,\n                    \"links_details\": 0.5,\n                    \"mixed_content\": 1,\n                    \"phone_numbers\": null,\n                    \"woorank_index\": null,\n                    \"canonical_tags\": 1,\n                    \"email_security\": null,\n                    \"google_preview\": null,\n                    \"ip_information\": null,\n                    \"keywords_cloud\": null,\n                    \"trafic_ranking\": null,\n                    \"backlinks_score\": 1,\n                    \"core_web_vitals\": null,\n                    \"mobile_fontsize\": 1,\n                    \"mobile_viewport\": 1,\n                    \"twitter_account\": 0,\n                    \"underscores_url\": 1,\n                    \"backlinks_spread\": null,\n                    \"mobile_rendering\": null,\n                    \"traffic_analysis\": null,\n                    \"backlinks_counter\": 1,\n                    \"local_directories\": null,\n                    \"mobile_frameworks\": null,\n                    \"mobile_taptargets\": 1,\n                    \"sitemaps_validity\": 1,\n                    \"backlinks_histogram\": null,\n                    \"domain_registration\": null,\n                    \"facebook_brand_page\": 0,\n                    \"mobile_friendliness\": 1,\n                    \"local_online_reviews\": null,\n                    \"mobile_compatibility\": 1,\n                    \"backlinks_ref_domains\": null,\n                    \"layout_shift_elements\": null,\n                    \"resources_compression\": 1,\n                    \"accessibility_contrast\": 1,\n                    \"analytics_technologies\": 1,\n                    \"resources_cacheability\": 1,\n                    \"resources_minification\": 1,\n                    \"accessibility_navigation\": 0,\n                    \"discovered_social_profiles\": null,\n                    \"tld_cybersquating_prevention\": null,\n                    \"typo_cybersquating_prevention\": null\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"b92a4b70-4a1a-4eed-94c5-bb8a8945facb"}],"id":"fe0517ae-952f-4166-b26d-55a2f091f3ba","_postman_id":"fe0517ae-952f-4166-b26d-55a2f091f3ba","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}}},{"name":"Projects","item":[{"name":"Get Project","id":"755a1de4-1f81-439d-bfbf-42b47278638b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.woorank.com/projects/:url","description":"<p>Retrieve project data for the given URL.</p>\n<h2 id=\"request\">Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>URL you want to retrieve project data for. Always specify a URL with either the naked domain without 'www.' (eg. <code>etsy.com</code> ), either a subdomain (eg. <code>blog.etsy.com</code> ). Do <strong>not</strong> provide a protocol like <code>http://</code> or <code>https://</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code></td>\n<td>We have project data for the requested URL, and it is available in the response body.</td>\n</tr>\n<tr>\n<td><code>404</code></td>\n<td>We didn't find a project assosiated with your account for the requested URL. (please refer to the <em>Create Project</em> <code>POST</code> API call to create a project)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td>Cleaned and canonicalised URL for the requested project URL</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Day on which this project have been created</td>\n</tr>\n<tr>\n<td>cwvEnabled</td>\n<td>Indicates whether Core Web Vitals tracking is enabled</td>\n</tr>\n<tr>\n<td>gaAuthenticated</td>\n<td>Indicates whether Google Analytics 4 is linked to this project</td>\n</tr>\n<tr>\n<td>competitors</td>\n<td>Array of strings - competitors that you have added for this project</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}},"urlObject":{"protocol":"https","path":["projects",":url"],"host":["api2","woorank","com"],"query":[],"variable":[{"type":"any","value":"etsy.com","key":"url"}]}},"response":[{"id":"de94849b-8eb3-4a99-85b1-3fe5b251f988","name":"200 - FOUND","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api2.woorank.com/projects/:url","protocol":"https","host":["api2","woorank","com"],"path":["projects",":url"],"variable":[{"key":"url","value":"etsy.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"etsy.com\",\n    \"createdAt\": 1619524523880,\n    \"cwvEnabled\": true,\n    \"gaAuthenticated\": true,\n    \"competitors\": [\n        \"amazon.com\"\n    ]\n}"},{"id":"d74103f1-bdce-436b-8ba7-84c57de9cdc9","name":"404 - NOT FOUND","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api2.woorank.com/projects/:url","protocol":"https","host":["api2","woorank","com"],"path":["projects",":url"],"variable":[{"key":"url","value":"etsy.com"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Project doesn't exist\"\n}"}],"_postman_id":"755a1de4-1f81-439d-bfbf-42b47278638b"},{"name":"Create Project","id":"4d1cd20a-c761-45c8-b366-1bbf0a8d42d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api2.woorank.com/projects","description":"<p>Create project for a given URL linked to your account.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>URL you want to create a project for. Always specify a URL with either the naked domain without 'www.' (eg. etsy.com), either a subdomain (eg. blog.etsy.com). Do <strong>not</strong> provide a protocol like <code>http://</code> or <code>https://</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code></td>\n<td>The Project have been created for the given URL.</td>\n</tr>\n<tr>\n<td><code>400 - EXISTS</code></td>\n<td>There is already an existing Project for the given URL linked to your account.</td>\n</tr>\n<tr>\n<td><code>400 - UNRESOLVABLE</code></td>\n<td>Domain name can't be resolved. Usually this happens when there is a typo in the URL.</td>\n</tr>\n<tr>\n<td><code>403 - INSUFFICIENT CREDITS</code></td>\n<td>You’ve already created the maximum number of Projects</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td>Cleaned and canonicalised URL for the requested project URL</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Day on which this project have been created</td>\n</tr>\n<tr>\n<td>cwvEnabled</td>\n<td>Indicates whether Core Web Vitals tracking is enabled</td>\n</tr>\n<tr>\n<td>competitors</td>\n<td>Array of strings - competitors that you have added for this project</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}},"urlObject":{"protocol":"https","path":["projects"],"host":["api2","woorank","com"],"query":[],"variable":[]}},"response":[{"id":"f73061ed-1b59-4b65-943c-03aa2d75d676","name":"200 - CREATED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"etsy.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api2.woorank.com/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"etsy.com\",\n    \"createdAt\": 1619524523880,\n    \"cwvEnabled\": false,\n    \"competitors\": []\n}"},{"id":"5bffcc72-25a6-45c5-bb87-9e94f5dfae93","name":"400 - EXISTS","originalRequest":{"method":"POST","header":[{"key":"X-API-KEY","name":"Content-Type","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"etsy.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api2.woorank.com/projects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"EXISTS\",\n    \"message\": \"Project already exists\"\n}"},{"id":"78a18ce4-05ce-4ecf-b8d1-a96f73a2caec","name":"400 - UNRESOLVABLE","originalRequest":{"method":"POST","header":[{"key":"X-API-KEY","name":"Content-Type","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"etsy.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api2.woorank.com/projects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"UNRESOLVABLE_URL\",\n    \"message\": \"Unresolvable url \\\"etsy.com\\\"\"\n}"},{"id":"4217e415-5570-4d2c-9c77-4145dd15e0db","name":"400 - INVALID URL","originalRequest":{"method":"POST","header":[{"key":"X-API-KEY","name":"Content-Type","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"etsy.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api2.woorank.com/projects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"INVALID_URL\",\n    \"message\": \"Invalid url: expected homepage only\"\n}"},{"id":"4cc24187-165d-4542-99e7-ff794f9077e3","name":"403 - INSUFFICIENT CREDITS","originalRequest":{"method":"POST","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"etsy.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api2.woorank.com/projects"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"INSUFFICIENT_CREDITS\",\n    \"message\": \"Maximum number of projects reached\"\n}"},{"id":"58bd362c-15a0-4b80-ada4-b55d758c593e","name":"429 - TOO MANY REQUESTS","originalRequest":{"method":"POST","header":[{"key":"X-API-KEY","name":"Content-Type","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"etsy.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api2.woorank.com/projects"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"TOO_MANY_REQUESTS\"\n}"}],"_postman_id":"4d1cd20a-c761-45c8-b366-1bbf0a8d42d9"},{"name":"Update Project","id":"eb50b501-2b14-4d5d-aa0f-6a64f218d16a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api2.woorank.com/projects/:url","description":"<p>Update project for a given URL linked to your account.</p>\n<h2 id=\"request\">Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>URL you want to update the project data for. Always specify a URL with either the naked domain without 'www.' (eg. <code>etsy.com</code> ), either a subdomain (eg. <code>blog.etsy.com</code> ). Do <strong>not</strong> provide a protocol like <code>http://</code> or <code>https://</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cwvEnabled</td>\n<td><em>(Optional)</em> Indicates whether to track Core Web Vitals</td>\n</tr>\n<tr>\n<td>competitors</td>\n<td><em>(Optional)</em> Array of strings - up to three competitors to be added for this project</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code></td>\n<td>The Project have been updated for the given URL.</td>\n</tr>\n<tr>\n<td><code>404 - NOT FOUND</code></td>\n<td>We didn't find a project assosiated with your account for the requested URL. (please refer to the <em>Create Project</em> <code>POST</code> API call to create a project)</td>\n</tr>\n<tr>\n<td><code>403 - FORBIDDEN</code></td>\n<td>Updating whether to track Core Web Vitals is forbidden for this project.</td>\n</tr>\n<tr>\n<td><code>400 - INVALID COMPETITORS</code></td>\n<td>One or more of the URL competitors is either invalid or unresolvable URL</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td>Cleaned and canonicalised URL for the requested project URL</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Day on which this project have been created</td>\n</tr>\n<tr>\n<td>cwvEnabled</td>\n<td>Indicates whether Core Web Vitals tracking is enabled</td>\n</tr>\n<tr>\n<td>competitors</td>\n<td>Array of strings - competitors that you have added for this project</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}},"urlObject":{"protocol":"https","path":["projects",":url"],"host":["api2","woorank","com"],"query":[],"variable":[{"type":"any","value":"","key":"url"}]}},"response":[{"id":"28dca920-8f7f-4811-8166-5c1d56161485","name":"200 - UPDATED","originalRequest":{"method":"PUT","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api2.woorank.com/projects/:url","protocol":"https","host":["api2","woorank","com"],"path":["projects",":url"],"variable":[{"key":"url","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"etsy.com\",\n    \"createdAt\": 1619524523880,\n    \"cwvEnabled\": true,\n    \"competitors\": [\"amazon.com\"]\n}"},{"id":"f4630784-1cda-479c-8328-8a19d49f71ae","name":"404 - NOT FOUND","originalRequest":{"method":"PUT","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api2.woorank.com/projects/:url","protocol":"https","host":["api2","woorank","com"],"path":["projects",":url"],"variable":[{"key":"url","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Project doesn't exist\"\n}"}],"_postman_id":"eb50b501-2b14-4d5d-aa0f-6a64f218d16a"},{"name":"Delete Project","id":"de91b9e5-4229-4e7b-8662-074efb3ac824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api2.woorank.com/projects/:url","description":"<p>Delete project for a given URL linked to your account.</p>\n<h2 id=\"request\">Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>URL you want to delete the project for. Always specify a URL with either the naked domain without 'www.' (eg. <code>etsy.com</code> ), either a subdomain (eg. <code>blog.etsy.com</code> ). Do <strong>not</strong> provide a protocol like <code>http://</code> or <code>https://</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code></td>\n<td>The Project have been updated for the given URL.</td>\n</tr>\n<tr>\n<td><code>404 - NOT FOUND</code></td>\n<td>We didn't find a project assosiated with your account for the requested URL. (please refer to the <em>Create Project</em> <code>POST</code> API call to create a project)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}},"urlObject":{"protocol":"https","path":["projects",":url"],"host":["api2","woorank","com"],"query":[],"variable":[{"type":"any","value":"etsy.com","key":"url"}]}},"response":[{"id":"e4ba818e-51c9-4d5a-9f5a-33a7d08aec4e","name":"200 - DELETED","originalRequest":{"method":"DELETE","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api2.woorank.com/projects/:url","protocol":"https","host":["api2","woorank","com"],"path":["projects",":url"],"variable":[{"key":"url","value":"etsy.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"deteled\": true\n}"},{"id":"f6739361-7713-4a6d-89a0-1e9ab58e25b5","name":"404 - NOT FOUND","originalRequest":{"method":"DELETE","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api2.woorank.com/projects/:url","protocol":"https","host":["api2","woorank","com"],"path":["projects",":url"],"variable":[{"key":"url","value":"etsy.com"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Project doesn't exist\"\n}"}],"_postman_id":"de91b9e5-4229-4e7b-8662-074efb3ac824"}],"id":"be2f9d06-a2f4-420c-80cf-b3146833ca57","_postman_id":"be2f9d06-a2f4-420c-80cf-b3146833ca57","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}}},{"name":"Keywords","item":[{"name":"Get Keywords","id":"66b9b17a-8058-442a-b5d8-8c290b3644d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.woorank.com/keywords/:url","description":"<p>Retrieve all keywords added for the specific URL project.</p>\n<h2 id=\"request\">Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>URL you want to retrieve keywords data for. You must have a project for that URL. Always specify a URL with either the naked domain without 'www.' (eg. <code>etsy.com</code> ), either a subdomain (eg. <code>blog.etsy.com</code> ). Do <strong>not</strong> provide a protocol like <code>http://</code> or <code>https://</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code></td>\n<td>We have keyword data for the requested project URL, and it is available in the response body.</td>\n</tr>\n<tr>\n<td><code>404</code></td>\n<td>We didn't find a project assosiated with your account for the requested URL. (please refer to the <em>Create Project</em> <code>POST</code> API call to create a project)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>project</td>\n<td>Cleaned and canonicalised URL for the requested project URL</td>\n</tr>\n<tr>\n<td>keywords</td>\n<td>Array of keyword data objects - see below</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"keyword-object\">Keyword object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keyword</td>\n<td>The keyword or the key phrase that you are tracking</td>\n</tr>\n<tr>\n<td>country</td>\n<td>ISO country code of the specified Google Domain</td>\n</tr>\n<tr>\n<td>language</td>\n<td>Language of the specified Google Domain</td>\n</tr>\n<tr>\n<td>location</td>\n<td>The full name of the location (could be <code>null</code> if a location hasn't been specified)</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Array of strings - tags that you have set for the keyword</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>The number of average monthly searches using this keyword (could be <code>null</code> if we don't yet have data)</td>\n</tr>\n<tr>\n<td>positionData</td>\n<td>Object containing position data for this keyword - see below</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"position-data-object\">Position Data Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>topPosition</td>\n<td>Your website’s weekly average position for the tracked keyword</td>\n</tr>\n<tr>\n<td>positionChange</td>\n<td>The change in the position for the tracked keyword. A positive value indicates an upward shift, while a negative value signifies a downward movement for the keyword.</td>\n</tr>\n<tr>\n<td>features</td>\n<td>Array of strings - Google’s SERP features for the tracked keyword for your website</td>\n</tr>\n<tr>\n<td>rankingUrls</td>\n<td>Array of strings - URLs that appeared in the results of the tracked keyword for your website</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}},"urlObject":{"protocol":"https","path":["keywords",":url"],"host":["api2","woorank","com"],"query":[],"variable":[{"type":"any","value":"etsy.com","key":"url"}]}},"response":[{"id":"4286599f-70f5-457f-a1ba-aff2fc1bb9ec","name":"200 - FOUND","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api2.woorank.com/keywords/:url","protocol":"https","host":["api2","woorank","com"],"path":["keywords",":url"],"variable":[{"key":"url","value":"etsy.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"project\": \"etsy.com\",\n    \"keywords\": [\n        {\n            \"keyword\": \"online shopping\",\n            \"country\": \"be\",\n            \"language\": \"nl\",\n            \"location\": \"Namur,Wallonia,Belgium - City\",\n            \"tags\": [\"seo\"],\n            \"volume\": 49500,\n            \"positionData\": {\n                \"topPosition\": 1,\n                \"positionChange\": 7,\n                \"features\": [\"images\", \"featured_snippet\"],\n                \"rankingUrls\": [\n                  \"https://www.etsy.com/sell\"\n                ],\n                \"competitors\": [\n                    {\n                        \"url\": \"amazon.com\",\n                        \"positionData\": {\n                            \"topPosition\": \"+100\",\n                            \"positionChange\": 0,\n                            \"rankingUrls\": []\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"b186b86a-cff8-4f66-99eb-a541ba7e8d58","name":"404 - NOT FOUND","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api2.woorank.com/keywords/:url","protocol":"https","host":["api2","woorank","com"],"path":["keywords",":url"],"variable":[{"key":"url","value":"etsy.com"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"NOT_FOUND\"\n}"}],"_postman_id":"66b9b17a-8058-442a-b5d8-8c290b3644d1"}],"id":"9381c60e-a740-40c4-9ab4-80d1ef595f2b","_postman_id":"9381c60e-a740-40c4-9ab4-80d1ef595f2b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}}},{"name":"CWV","item":[{"name":"Get CWV Summary Data","id":"2c8b8d56-b366-4d3d-9497-48e5d7007bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.woorank.com/core-web-vitals/summary/:url?from=2023-09-19&to=2023-09-20","description":"<p>Retrieve core web vital summary data for the specific URL project.</p>\n<h2 id=\"request\">Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>URL you want to retrieve core web vital data for. You must have a project for that URL. Always specify a URL with either the naked domain without 'www.' (eg. <code>etsy.com</code> ), either a subdomain (eg. <code>blog.etsy.com</code> ). Do <strong>not</strong> provide a protocol like <code>http://</code> or <code>https://</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td><em>(Optional)</em> The date from which you want to retrieve data (up to 7 days ago). The ISO 8601 format YYYY-MM-DD.</td>\n</tr>\n<tr>\n<td>to</td>\n<td><em>(Optional)</em> The date to which you want to retrieve data (default value is today). The ISO 8601 format YYYY-MM-DD.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code></td>\n<td>We have core web vital summary data for the requested project URL, and it is available in the response body.</td>\n</tr>\n<tr>\n<td><code>404</code></td>\n<td>We didn't find a project assosiated with your account for the requested URL. (please refer to the <em>Create Project</em> <code>POST</code> API call to create a project)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>Cleaned and canonicalised URL for the requested project URL</td>\n</tr>\n<tr>\n<td>from</td>\n<td>The date from which the data is retrieved</td>\n</tr>\n<tr>\n<td>to</td>\n<td>The date to which the data is retrieved</td>\n</tr>\n<tr>\n<td>summary</td>\n<td>Object containing exactly three objects representing the device type - <code>desktop</code>, <code>smartphone</code>, and <code>all</code> (see below)</td>\n</tr>\n<tr>\n<td>dailyStats</td>\n<td>Array of objects, 1 for each day in the requested period. Each object in the array contains exactly three objects representing the device type - <code>desktop</code>, <code>smartphone</code>, and <code>all</code>(see below)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"device-type-object-desktop-smartphone-or-all\">Device type object (<code>desktop</code>, <code>smartphone</code>, or <code>all</code>)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalEntries</td>\n<td>The maximum total amount of entries among the three metric LCP, FID, and CLS</td>\n</tr>\n<tr>\n<td>LCP</td>\n<td>Largest Contentful Paint (LCP) is the amount of time it takes a page to render the largest content block visible in the viewport.</td>\n</tr>\n<tr>\n<td>FID</td>\n<td>First Input Delay (FID) is the amount of time it takes a page to respond to a user the first time they try to do something on the page.</td>\n</tr>\n<tr>\n<td>CLS</td>\n<td>Cumulative Layout Shift (CLS) is a way to measure and quantify how much various pieces of content jumps around as the page loads.</td>\n</tr>\n<tr>\n<td>goodEntries</td>\n<td>Amount of page views considered as <code>good</code> for the specific metric</td>\n</tr>\n<tr>\n<td>neutralEntries</td>\n<td>Amount of page views considered as <code>need improvement</code> for the specific metric</td>\n</tr>\n<tr>\n<td>badEntries</td>\n<td>Amount of page views considered as <code>bad</code> for the specific metric</td>\n</tr>\n<tr>\n<td>seventyFifthPercentileRating</td>\n<td>75th percentile rating socre (good, neutral, bad) of all page views for the specific metric. (Could be <code>null</code> if we don't have any data page views for the specific metric)</td>\n</tr>\n<tr>\n<td>seventyFifthPercentileValue</td>\n<td>75th percentile value socre of all page views for the specific metric.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}},"urlObject":{"protocol":"https","path":["core-web-vitals","summary",":url"],"host":["api2","woorank","com"],"query":[{"key":"from","value":"2023-09-19"},{"key":"to","value":"2023-09-20"}],"variable":[{"type":"any","value":"etsy.com","key":"url"}]}},"response":[{"id":"6b8c1174-b3d3-41ea-a97d-c30299775f97","name":"200 - FOUND","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api2.woorank.com/core-web-vitals/summary/:url?from=2023-09-19&to=2023-09-20","protocol":"https","host":["api2","woorank","com"],"path":["core-web-vitals","summary",":url"],"query":[{"key":"from","value":"2023-09-19"},{"key":"to","value":"2023-09-20"}],"variable":[{"key":"url","value":"etsy.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"project\": \"etsy.com\",\n    \"from\": \"2023-09-19\",\n    \"to\": \"2023-09-20\",\n    \"summary\": {\n        \"all\": {\n            \"totalEntries\": 6,\n            \"LCP\": {\n                \"seventyFifthPercentileRating\": \"good\",\n                \"goodEntries\": 5,\n                \"badEntries\": 0,\n                \"neutralEntries\": 0\n            },\n            \"FID\": {\n                \"seventyFifthPercentileRating\": \"good\",\n                \"goodEntries\": 4,\n                \"badEntries\": 0,\n                \"neutralEntries\": 0\n            },\n            \"CLS\": {\n                \"seventyFifthPercentileRating\": \"neutral\",\n                \"goodEntries\": 4,\n                \"badEntries\": 1,\n                \"neutralEntries\": 1\n            }\n        },\n        \"desktop\": {\n            \"totalEntries\": 0,\n            \"LCP\": {\n                \"seventyFifthPercentileRating\": null,\n                \"goodEntries\": 0,\n                \"badEntries\": 0,\n                \"neutralEntries\": 0\n            },\n            \"FID\": {\n                \"seventyFifthPercentileRating\": null,\n                \"goodEntries\": 0,\n                \"badEntries\": 0,\n                \"neutralEntries\": 0\n            },\n            \"CLS\": {\n                \"seventyFifthPercentileRating\": null,\n                \"goodEntries\": 0,\n                \"badEntries\": 0,\n                \"neutralEntries\": 0\n            }\n        },\n        \"smartphone\": {\n            \"totalEntries\": 6,\n            \"LCP\": {\n                \"seventyFifthPercentileRating\": \"good\",\n                \"goodEntries\": 5,\n                \"badEntries\": 0,\n                \"neutralEntries\": 0\n            },\n            \"FID\": {\n                \"seventyFifthPercentileRating\": \"good\",\n                \"goodEntries\": 4,\n                \"badEntries\": 0,\n                \"neutralEntries\": 0\n            },\n            \"CLS\": {\n                \"seventyFifthPercentileRating\": \"neutral\",\n                \"goodEntries\": 4,\n                \"badEntries\": 1,\n                \"neutralEntries\": 1\n            }\n        }\n    },\n    \"dailyStats\": [\n        {\n            \"day\": \"2023-09-19\",\n            \"all\": {\n                \"LCP\": {\n                    \"seventyFifthPercentileRating\": \"good\",\n                    \"seventyFifthPercentileValue\": 475.82475\n                },\n                \"FID\": {\n                    \"seventyFifthPercentileRating\": \"good\",\n                    \"seventyFifthPercentileValue\": 42.54999999701977\n                },\n                \"CLS\": {\n                    \"seventyFifthPercentileRating\": \"neutral\",\n                    \"seventyFifthPercentileValue\": 0.20494190845087656\n                }\n            },\n            \"desktop\": {\n                \"LCP\": {\n                    \"seventyFifthPercentileRating\": null,\n                    \"seventyFifthPercentileValue\": null\n                },\n                \"FID\": {\n                    \"seventyFifthPercentileRating\": null,\n                    \"seventyFifthPercentileValue\": null\n                },\n                \"CLS\": {\n                    \"seventyFifthPercentileRating\": null,\n                    \"seventyFifthPercentileValue\": null\n                }\n            },\n            \"smartphone\": {\n                \"LCP\": {\n                    \"seventyFifthPercentileRating\": \"good\",\n                    \"seventyFifthPercentileValue\": 475.82475\n                },\n                \"FID\": {\n                    \"seventyFifthPercentileRating\": \"good\",\n                    \"seventyFifthPercentileValue\": 42.54999999701977\n                },\n                \"CLS\": {\n                    \"seventyFifthPercentileRating\": \"neutral\",\n                    \"seventyFifthPercentileValue\": 0.20494190845087656\n                }\n            }\n        }\n    ]\n}"},{"id":"de4d42c8-56d5-44ea-8675-97a9f65eae04","name":"404 - NOT FOUND","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api2.woorank.com/core-web-vitals/summary/:url?from=2023-09-19&to=2023-09-20","protocol":"https","host":["api2","woorank","com"],"path":["core-web-vitals","summary",":url"],"query":[{"key":"from","value":"2023-09-19"},{"key":"to","value":"2023-09-20"}],"variable":[{"key":"url","value":"etsy.com"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"NOT_FOUND\"\n}"}],"_postman_id":"2c8b8d56-b366-4d3d-9497-48e5d7007bec"},{"name":"Get CWV Pages Data","id":"d8d02fa2-ef05-447b-ad8d-ae88bd252861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.woorank.com/core-web-vitals/pages/:url?from=2023-09-19&to=2023-09-20","description":"<p>Retrieve core web vital pages data for the specific URL project.</p>\n<h2 id=\"request\">Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url</strong></td>\n<td>URL you want to retrieve core web vital data for. You must have a project for that URL. Always specify a URL with either the naked domain without 'www.' (eg. <code>etsy.com</code> ), either a subdomain (eg. <code>blog.etsy.com</code> ). Do <strong>not</strong> provide a protocol like <code>http://</code> or <code>https://</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td><em>(Optional)</em> The date from which you want to retrieve data (up to 7 days ago). The ISO 8601 format YYYY-MM-DD.</td>\n</tr>\n<tr>\n<td>to</td>\n<td><em>(Optional)</em> The date to which you want to retrieve data (default value is today). The ISO 8601 format YYYY-MM-DD.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code></td>\n<td>We have core web vital pages data for the requested project URL, and it is available in the response body.</td>\n</tr>\n<tr>\n<td><code>404</code></td>\n<td>We didn't find a project assosiated with your account for the requested URL. (please refer to the <em>Create Project</em> <code>POST</code> API call to create a project)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>project</strong></td>\n<td>Cleaned and canonicalised URL for the requested project URL</td>\n</tr>\n<tr>\n<td>from</td>\n<td>The date from which the data is retrieved</td>\n</tr>\n<tr>\n<td>to</td>\n<td>The date to which the data is retrieved</td>\n</tr>\n<tr>\n<td>pages</td>\n<td>Array of objects, 1 for each page we have cwv data for. Each object in the array contains <code>url</code> property representing the full URL of the page, and three objects representing the device type - <code>desktop</code>, <code>smartphone</code>, and <code>all</code>(please refer to the <em>CWV Summary Data</em> <code>GET</code> API - Device type objects)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}},"urlObject":{"protocol":"https","path":["core-web-vitals","pages",":url"],"host":["api2","woorank","com"],"query":[{"key":"from","value":"2023-09-19"},{"key":"to","value":"2023-09-20"}],"variable":[{"type":"any","value":"etsy.com","key":"url"}]}},"response":[{"id":"ac28d6b9-9667-47b0-8f0b-8b8ec985e9fc","name":"200 - FOUND","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api2.woorank.com/core-web-vitals/pages/:url?from=2023-09-19&to=2023-09-20","protocol":"https","host":["api2","woorank","com"],"path":["core-web-vitals","pages",":url"],"query":[{"key":"from","value":"2023-09-19"},{"key":"to","value":"2023-09-20"}],"variable":[{"key":"url","value":"etsy.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"project\": \"etsy.com\",\n    \"from\": \"2023-09-19\",\n    \"to\": \"2023-09-20\",\n    \"pages\": [\n        {\n            \"url\": \"https://www.etsy.com/\",\n            \"all\": {\n                \"totalEntries\": 107,\n                \"LCP\": {\n                    \"seventyFifthPercentileRating\": \"neutral\"\n                },\n                \"FID\": {\n                    \"seventyFifthPercentileRating\": \"good\"\n                },\n                \"CLS\": {\n                    \"seventyFifthPercentileRating\": \"bad\"\n                }\n            },\n            \"desktop\": {\n                \"totalEntries\": 82,\n                \"LCP\": {\n                    \"seventyFifthPercentileRating\": \"neutral\"\n                },\n                \"FID\": {\n                    \"seventyFifthPercentileRating\": \"good\"\n                },\n                \"CLS\": {\n                    \"seventyFifthPercentileRating\": \"neutral\"\n                }\n            },\n            \"smartphone\": {\n                \"totalEntries\": 32,\n                \"LCP\": {\n                    \"seventyFifthPercentileRating\": \"bad\"\n                },\n                \"FID\": {\n                    \"seventyFifthPercentileRating\": \"neutral\"\n                },\n                \"CLS\": {\n                    \"seventyFifthPercentileRating\": \"bad\"\n                }\n            }\n        },\n        {\n            \"url\": \"https://www.etsy.com/sell\",\n            \"all\": {\n                \"totalEntries\": 22,\n                \"LCP\": {\n                    \"seventyFifthPercentileRating\": \"neutral\"\n                },\n                \"FID\": {\n                    \"seventyFifthPercentileRating\": \"good\"\n                },\n                \"CLS\": {\n                    \"seventyFifthPercentileRating\": \"neutral\"\n                }\n            },\n            \"desktop\": {\n                \"totalEntries\": 19,\n                \"LCP\": {\n                    \"seventyFifthPercentileRating\": \"good\"\n                },\n                \"FID\": {\n                    \"seventyFifthPercentileRating\": \"good\"\n                },\n                \"CLS\": {\n                    \"seventyFifthPercentileRating\": \"neutral\"\n                }\n            },\n            \"smartphone\": {\n                \"totalEntries\": 3,\n                \"LCP\": {\n                    \"seventyFifthPercentileRating\": \"bad\"\n                },\n                \"FID\": {\n                    \"seventyFifthPercentileRating\": \"good\"\n                },\n                \"CLS\": {\n                    \"seventyFifthPercentileRating\": \"neutral\"\n                }\n            }\n        }\n    ]\n}"},{"id":"f978894a-c198-4cba-b505-430d722b7705","name":"404 - NOT FOUND","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api2.woorank.com/core-web-vitals/pages/:url?from=2023-09-19&to=2023-09-20","protocol":"https","host":["api2","woorank","com"],"path":["core-web-vitals","pages",":url"],"query":[{"key":"from","value":"2023-09-19"},{"key":"to","value":"2023-09-20"}],"variable":[{"key":"url","value":"etsy.com"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"NOT_FOUND\"\n}"}],"_postman_id":"d8d02fa2-ef05-447b-ad8d-ae88bd252861"}],"id":"3cb71154-368f-4d8d-8e10-b7dbc4a23ccc","_postman_id":"3cb71154-368f-4d8d-8e10-b7dbc4a23ccc","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"8f6348cf-fc05-466c-97fe-38df7303109e","id":"8f6348cf-fc05-466c-97fe-38df7303109e","name":"Woorank API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]}},"event":[{"listen":"prerequest","script":{"id":"f1890067-e31e-491b-812a-920c88b187f8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9ecf322b-8352-427c-b95e-d5155aedf4b7","type":"text/javascript","exec":[""]}}],"variable":[{"key":"domain","value":"etsy.com"},{"key":"apiKey","value":"YOUR_API_KEY"},{"key":"language","value":"en"},{"key":"webhook","value":"YOUR_WEBHOOK_ENDPOINT"},{"key":"templateId","value":"YOUR_TEMPLATE_ID"}]}