{"id":19788,"date":"2021-12-16T18:04:21","date_gmt":"2021-12-16T17:04:21","guid":{"rendered":"https:\/\/wordlift.io\/blog\/en\/?p=19788"},"modified":"2021-12-17T16:05:47","modified_gmt":"2021-12-17T15:05:47","slug":"keyword-clustering-for-seo-using-ai","status":"publish","type":"post","link":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/","title":{"rendered":"Keyword Clustering for SEO using Embeddings"},"content":{"rendered":"\n<p>This tutorial will use <a href=\"https:\/\/microsoft.github.io\/msmarco\/ORCAS.html\">Microsoft ORCAS<\/a>, a unique click-based dataset that I discovered thanks to Dawn Andersons \ud83e\udd29. We will expand an initial set of keywords and use embeddings to provide a context around the resulting list of search queries.<\/p>\n\n\n\n<p>Microsoft has curated the dataset in the context of TREC (Text REtrieval Conference), a community, and a series of workshop that focuses on different information retrieval (IR) research areas.&nbsp;<\/p>\n\n\n\n<p>Each record in the dataset connects a query with a web document, where Microsoft provides both the document identifier and the document\u2019s URL:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>QID: 10103699<\/li><li>Q: why is the sky blue<\/li><li>DID: D1968574<\/li><li>U: http:\/\/www.sciencemadesimple.com\/sky_blue.html<\/li><\/ul>\n\n\n\n<p>I decided to focus on queries only (Q); I wanted to quickly explore the vocabularies of searches by expanding a set of terms. I wanted to see <strong>what people are searching for<\/strong> around a given topic and <strong>be able to suggest potential opportunities<\/strong> to our clients.&nbsp;<\/p>\n\n\n\n<p>This data, while static, has excellent potential indeed as we have ten million distinct queries taken from the real world (most probably searches done on Bing).&nbsp;<\/p>\n\n\n\n<p>Feel free to re-use this workflow with any list of queries that you might have from either the Google Search Console, SEMrush, Ahrefs, or any other keyword tool.<\/p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:15% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/google-colab-.png\" alt=\"google colab\" class=\"wp-image-19700 size-full\" srcset=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/google-colab-.png 256w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/google-colab--150x150.png 150w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/google-colab--96x96.png 96w\" sizes=\"(max-width: 256px) 100vw, 256px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<p>Here is <a href=\"https:\/\/colab.research.google.com\/drive\/15IEqbIF4XGPjX4c-HFGHhIPm7JoL-aOb?usp=sharing\">the link to the Colab<\/a> that will generate the embeddings.<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:15% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"573\" height=\"499\" src=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/mnist-colorized.png\" alt=\"\" class=\"wp-image-19790 size-full\" srcset=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/mnist-colorized.png 573w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/mnist-colorized-300x261.png 300w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/mnist-colorized-150x131.png 150w\" sizes=\"(max-width: 573px) 100vw, 573px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<p>Here is <a href=\"https:\/\/projector.tensorflow.org\/?config=https:\/\/gist.githubusercontent.com\/cyberandy\/9d20a0835b3d831d854645410a89f538\/raw\/15a03f1a128237c40238b4c530f4e47d504f47d8\/projector-config.json\">the link to the TensorFlow Projector<\/a> to visualize the <a class=\"wl-entity-page-link\" title=\"graph embeddings\" href=\"https:\/\/wordlift.io\/blog\/en\/entity\/what-are-embeddings\/\" data-id=\"http:\/\/data.wordlift.io\/wl0216\/entity\/what_are_embeddings_\" >embedding<\/a>s.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Encoding meanings<\/h2>\n\n\n\n<p>When we look at a query, we want to understand its meaning and the search intent. We can do this by providing a context around it. We can use word embeddings and pre-trained language models in natural language processing to achieve this goal. An existing language model has been trained on a large corpus of text \u201cto learn\u201d how language is commonly used.&nbsp;<\/p>\n\n\n\n<p>When we create the embeddings, we transfer this knowledge to our dataset. While generating the embeddings for the entire dataset is feasible (it worked up to 4M queries without issues), I decided to work on a specific subset of terms.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Filtering queries<\/h3>\n\n\n\n<p>As I was working on this experiment with my dear friend Matteoc (well-known for his addiction to sports cars), I decided to analyze a cluster of intent related to the marvelous world of Porsche AG, the car manufacturer.&nbsp;<\/p>\n\n\n\n<p>You can, of course, choose a different topic.&nbsp;<\/p>\n\n\n\n<p class=\"has-text-align-center\"><img decoding=\"async\" width=\"624\" height=\"285\" src=\"https:\/\/lh4.googleusercontent.com\/8zeJk56ueoJwj-IGX-HCovrCBOgSI3QTPEsVDnkbdpUsvgMqu6KsqxxJVx06N64knGCwwAYAST0iPdMv7qVvpar2mLwn20Z2PCYdJ4K_3p4huU83w29a9nVa2K0dwT45H9CYX-tk\"><\/p>\n\n\n\n<p>The code is simple and easy to be improved but essentially gets from the ORCAS datasets all the queries that match the list of provided terms. In our Porsche example, we obtained 856 queries.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">SentenceTransformers<\/h3>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:22% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/sbert-logo.png\" alt=\"\" class=\"wp-image-19793 size-full\" srcset=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/sbert-logo.png 1024w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/sbert-logo-300x150.png 300w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/sbert-logo-768x384.png 768w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/sbert-logo-150x75.png 150w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<p><meta charset=\"utf-8\">To create the embedding, I have chosen the <a href=\"https:\/\/www.sbert.net\/\">SentenceTransformers<\/a>, a Python framework for state-of-the-art sentence (text and now image) embeddings.&nbsp;<\/p>\n\n\n\n<p><meta charset=\"utf-8\">It is a widely used library and works with pre-trained models hosted on the <a href=\"https:\/\/huggingface.co\/sentence-transformers\">HuggingFace Model Hub<\/a>.&nbsp;<\/p>\n<\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Clustering and the TensorFlow Projector<\/h3>\n\n\n\n<p>Once we have turned every query into a multidimensional vector, we can focus on <a class=\"wl-entity-page-link\" title=\"Cluster analysis\" href=\"https:\/\/wordlift.io\/blog\/en\/entity\/cluster-analysis\/\" data-id=\"http:\/\/data.wordlift.io\/wl0216\/entity\/cluster_analysis;http:\/\/rdf.freebase.com\/ns\/m.031f5p;http:\/\/dbpedia.org\/resource\/Cluster_analysis;http:\/\/de.dbpedia.org\/resource\/Clusteranalyse;http:\/\/ru.dbpedia.org\/resource\/\u041a\u043b\u0430\u0441\u0442\u0435\u0440\u043d\u044b\u0439_\u0430\u043d\u0430\u043b\u0438\u0437;http:\/\/pt.dbpedia.org\/resource\/Clustering;http:\/\/lv.dbpedia.org\/resource\/Klasteru_anal\u012bze;http:\/\/hr.dbpedia.org\/resource\/Grupiranje;http:\/\/fr.dbpedia.org\/resource\/Partitionnement_de_donn\u00e9es;http:\/\/hu.dbpedia.org\/resource\/Klaszteranal\u00edzis;http:\/\/uk.dbpedia.org\/resource\/\u041a\u043b\u0430\u0441\u0442\u0435\u0440\u043d\u0438\u0439_\u0430\u043d\u0430\u043b\u0456\u0437;http:\/\/sk.dbpedia.org\/resource\/Zhlukov\u00e1_anal\u00fdza;http:\/\/sl.dbpedia.org\/resource\/Grupiranje;http:\/\/ca.dbpedia.org\/resource\/Clusteritzaci\u00f3_de_dades;http:\/\/sv.dbpedia.org\/resource\/Klusteranalys_(datavetenskap);http:\/\/en.dbpedia.org\/resource\/Cluster_analysis;http:\/\/it.dbpedia.org\/resource\/Clustering;http:\/\/es.dbpedia.org\/resource\/Algoritmo_de_agrupamiento;http:\/\/et.dbpedia.org\/resource\/Klasteranal\u00fc\u00fcs;http:\/\/cs.dbpedia.org\/resource\/Shlukov\u00e1_anal\u00fdza;http:\/\/pl.dbpedia.org\/resource\/Analiza_skupie\u0144;http:\/\/nl.dbpedia.org\/resource\/Clusteranalyse\" >clustering<\/a>. We can use a dimensionality reduction algorithm like UMAP and HDBSAN for clustering or directly using K-means. The code used for generating the first charts is the same described in the blog post <a href=\"https:\/\/towardsdatascience.com\/topic-modeling-with-bert-779f7db187e6\">Topic Modeling with BERT<\/a> by the great Maarten Grootendorst.&nbsp;<\/p>\n\n\n\n<p class=\"has-text-align-center\"><img decoding=\"async\" width=\"624\" height=\"349\" src=\"https:\/\/lh4.googleusercontent.com\/JevSSiGbsnFZQVJSAN674sDqtzyJE--gnqPKNQs7fwBKqPfjDwu2j9ZhEXAXsUulS_-TQyMta_JJCDb-yKmjEfoGss5sMfon2rpHW0DRMgSgMPKv0xJkKqDQdmuiYJOvy9iRC81J\"><\/p>\n\n\n\n<p>My personal choice for exploring data is, in these cases, to directly plug the embeddings in the TensorFlow Projector. The TensorFlow Projector is a visual tool designed to analyze and explore embeddings (or any form of data in multidimensional space) by projecting them in a 3D environment that you can access from your browser.<\/p>\n\n\n\n<p>Since our embeddings are stored as a pandas data frame, we can export them for the Projector with only a few lines of code.<\/p>\n\n\n\n<p class=\"has-text-align-center\"><img decoding=\"async\" width=\"624\" height=\"272\" src=\"https:\/\/lh4.googleusercontent.com\/l_ImN_GcbQNJJioNxtZ4LeZG4G7owormVFPxofiwFGAcSRGMaScSWXv2QkRNHVygLyc7hkzmKEoYrf_u0pjHCuU0JrKpKknAppbw7VmvR2D0aru_Jj5hoA5oOCwZAsUb459w3ltF\"><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Reviewing intents around Porsche-AG<\/h3>\n\n\n\n<p class=\"has-text-align-center\"><img decoding=\"async\" width=\"624\" height=\"415.96704722702674\" src=\"https:\/\/lh6.googleusercontent.com\/uZ-aXaXbaKQvjlF2Ch4zNuur_P-OdnwbZ2oeRg_Z_lLs7fxit_Hheia_LaN95RwUFs4VkTvmDXtNFK47xUD92lCY5iE9pvGEMgF9QBSWnLJ9k6vVP7giZ7qVZUZu0TjfT6tJ8CzT\"><\/p>\n\n\n\n<p>Porsche is one of the most iconic brands of all time, and we can look at search intents from so many different angles. Let\u2019s begin with the buying intent by analyzing the nearest queries around \u201cbuy a new porsche\u201d. We can immediately recognize some related queries or patterns of queries in this cluster:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>new porsche models&nbsp;<\/li><li>best porsche [model name] to buy | for sale<\/li><li>cost of porsche<\/li><li>first porsche<\/li><li>porsche leasing&nbsp;<\/li><li>porsche factory warrant&nbsp;<\/li><li>\u2026.<\/li><\/ul>\n\n\n\n<p class=\"has-text-align-center\"><img decoding=\"async\" width=\"624\" height=\"316\" src=\"https:\/\/lh4.googleusercontent.com\/Le_Gkn1tDUXamHPhwpMEaiHs-Ha0vsUlFpfu3dQWzRJ-siGXhd-4Ll8ThG1ZnSQpV14nm5mLa87bA699NmFRxlSCxeUOvDE_NuD36t5VlIsLfr-GfgkOQNqnw1uTru_KecXT_9g3\"><\/p>\n\n\n\n<p>We can also immediately perceive that, as any car manufacturer, they have to deal with various problems and that the Boxter model seems to be the most critical, as we can see from the chart below. Interesting to see that most of the editions of the Boxter throughout the years have had some issues.<\/p>\n\n\n\n<p class=\"has-text-align-center\"><img decoding=\"async\" width=\"624\" height=\"339\" src=\"https:\/\/lh6.googleusercontent.com\/KQcVbAPo_u9H61gsrUwWyQr-P_dWDav6Sb7TnVI52VRBXHuJtmO7EFSzCtj5LrfoOAlMASrDoRm0YbsXKXzHDCL7_WH1GmT0TA8HCxa4cGNx8T4U4rYW9Gdzs8HIo6Kv0gwa1WiJ\"><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusions and next steps<\/h2>\n\n\n\n<p>Organic growth highly depends on the correct information architecture of a website. Clustering queries is strategic to determine what intent we can target with a given web page, what intents should be part of a content hub, and how informational and transactional intents can be split between blog pages, category, and product pages.&nbsp;<\/p>\n\n\n\n<p>We can achieve these goals by analyzing the clickstream and adding the relevant context using language modeling and embeddings.&nbsp;<\/p>\n\n\n\n<p>I also plan to add entity recognition to expand further the metadata that we are sending to the TensorFlow Projector to determine what concepts are associated with what queries quickly. It will also be helpful to use competition and volume to highlight the opportunities further. Happy holidays and happy fun coding!&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>To learn more about <strong><a href=\"https:\/\/wordlift.io\/blog\/en\/web-stories\/keyword-research-using-ai\/\">keyword research using AI<\/a><\/strong> and try the TensorFlow Projector, see our web story.<\/p>\n\n\n\n<p><\/p>\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>This tutorial will use Microsoft ORCAS, a unique click-based dataset that I discovered thanks to Dawn Andersons \ud83e\udd29. We will expand an initial set of keywords and use embeddings to provide a context around the resulting list of search queries. Microsoft has curated the dataset in the context of TREC (Text REtrieval Conference), a community, &hellip; <a href=\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/\">Continued<\/a><\/p>\n","protected":false},"author":6,"featured_media":19803,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"wl_entities_gutenberg":"","_wlpage_enable":"","footnotes":""},"categories":[8],"tags":[],"wl_entity_type":[30],"coauthors":[],"class_list":["post-19788","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-seo","wl_entity_type-article"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Keyword Clustering for SEO using Embeddings - WordLift Blog<\/title>\n<meta name=\"description\" content=\"Exploring search queries using Microsoft ORCAS and Embeddings to provide a context around the resulting list of search queries - FREE CODE\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Keyword Clustering for SEO using AI\" \/>\n<meta property=\"og:description\" content=\"Exploring search queries using Microsoft ORCAS and Embeddings to provide a context around the resulting list of search queries - FREE CODE\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/\" \/>\n<meta property=\"og:site_name\" content=\"WordLift Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-16T17:04:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-17T15:05:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/Blog_Covers_social.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Andrea Volpini\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Keyword Clustering for SEO using AI\" \/>\n<meta name=\"twitter:description\" content=\"Exploring search queries using Microsoft ORCAS and Embeddings to provide a context around the resulting list of search queries - FREE CODE\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/Blog_Covers_social.jpeg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Andrea Volpini\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/\"},\"author\":{\"name\":\"Andrea Volpini\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/574352082cc71dab8d164410f1cabe0a\"},\"headline\":\"Keyword Clustering for SEO using Embeddings\",\"datePublished\":\"2021-12-16T17:04:21+00:00\",\"dateModified\":\"2021-12-17T15:05:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/\"},\"wordCount\":899,\"publisher\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/Blog_Covers_keyword_research.jpeg\",\"articleSection\":[\"seo\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/\",\"name\":\"Keyword Clustering for SEO using Embeddings - WordLift Blog\",\"isPartOf\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/Blog_Covers_keyword_research.jpeg\",\"datePublished\":\"2021-12-16T17:04:21+00:00\",\"dateModified\":\"2021-12-17T15:05:47+00:00\",\"description\":\"Exploring search queries using Microsoft ORCAS and Embeddings to provide a context around the resulting list of search queries - FREE CODE\",\"breadcrumb\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#primaryimage\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/Blog_Covers_keyword_research.jpeg\",\"contentUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/Blog_Covers_keyword_research.jpeg\",\"width\":1200,\"height\":1200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/wordlift.io\/blog\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Keyword Clustering for SEO using Embeddings\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#website\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/\",\"name\":\"WordLift Blog\",\"description\":\"AI-Powered SEO\",\"publisher\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wordlift.io\/blog\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\",\"name\":\"WordLift\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png\",\"contentUrl\":\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png\",\"width\":152,\"height\":40,\"caption\":\"WordLift\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/574352082cc71dab8d164410f1cabe0a\",\"name\":\"Andrea Volpini\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/image\/466a1652833e48ca11c81b363eba7c25\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6b9d3d311b50a8749201fe4b318907a8?s=96&d=mm&r=pg\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6b9d3d311b50a8749201fe4b318907a8?s=96&d=mm&r=pg\",\"caption\":\"Andrea Volpini\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Keyword Clustering for SEO using Embeddings - WordLift Blog","description":"Exploring search queries using Microsoft ORCAS and Embeddings to provide a context around the resulting list of search queries - FREE CODE","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/","og_locale":"en_US","og_type":"article","og_title":"Keyword Clustering for SEO using AI","og_description":"Exploring search queries using Microsoft ORCAS and Embeddings to provide a context around the resulting list of search queries - FREE CODE","og_url":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/","og_site_name":"WordLift Blog","article_published_time":"2021-12-16T17:04:21+00:00","article_modified_time":"2021-12-17T15:05:47+00:00","og_image":[{"width":1200,"height":1200,"url":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/Blog_Covers_social.jpeg","type":"image\/jpeg"}],"author":"Andrea Volpini","twitter_card":"summary_large_image","twitter_title":"Keyword Clustering for SEO using AI","twitter_description":"Exploring search queries using Microsoft ORCAS and Embeddings to provide a context around the resulting list of search queries - FREE CODE","twitter_image":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/Blog_Covers_social.jpeg","twitter_misc":{"Written by":"Andrea Volpini","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#article","isPartOf":{"@id":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/"},"author":{"name":"Andrea Volpini","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/574352082cc71dab8d164410f1cabe0a"},"headline":"Keyword Clustering for SEO using Embeddings","datePublished":"2021-12-16T17:04:21+00:00","dateModified":"2021-12-17T15:05:47+00:00","mainEntityOfPage":{"@id":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/"},"wordCount":899,"publisher":{"@id":"https:\/\/wordlift.io\/blog\/en\/#organization"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#primaryimage"},"thumbnailUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/Blog_Covers_keyword_research.jpeg","articleSection":["seo"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/","url":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/","name":"Keyword Clustering for SEO using Embeddings - WordLift Blog","isPartOf":{"@id":"https:\/\/wordlift.io\/blog\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#primaryimage"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#primaryimage"},"thumbnailUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/Blog_Covers_keyword_research.jpeg","datePublished":"2021-12-16T17:04:21+00:00","dateModified":"2021-12-17T15:05:47+00:00","description":"Exploring search queries using Microsoft ORCAS and Embeddings to provide a context around the resulting list of search queries - FREE CODE","breadcrumb":{"@id":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#primaryimage","url":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/Blog_Covers_keyword_research.jpeg","contentUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/12\/Blog_Covers_keyword_research.jpeg","width":1200,"height":1200},{"@type":"BreadcrumbList","@id":"https:\/\/wordlift.io\/blog\/en\/keyword-clustering-for-seo-using-ai\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/wordlift.io\/blog\/en\/"},{"@type":"ListItem","position":2,"name":"Keyword Clustering for SEO using Embeddings"}]},{"@type":"WebSite","@id":"https:\/\/wordlift.io\/blog\/en\/#website","url":"https:\/\/wordlift.io\/blog\/en\/","name":"WordLift Blog","description":"AI-Powered SEO","publisher":{"@id":"https:\/\/wordlift.io\/blog\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordlift.io\/blog\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wordlift.io\/blog\/en\/#organization","name":"WordLift","url":"https:\/\/wordlift.io\/blog\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/","url":"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png","contentUrl":"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png","width":152,"height":40,"caption":"WordLift"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/574352082cc71dab8d164410f1cabe0a","name":"Andrea Volpini","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/image\/466a1652833e48ca11c81b363eba7c25","url":"https:\/\/secure.gravatar.com\/avatar\/6b9d3d311b50a8749201fe4b318907a8?s=96&d=mm&r=pg","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6b9d3d311b50a8749201fe4b318907a8?s=96&d=mm&r=pg","caption":"Andrea Volpini"}}]}},"_wl_alt_label":[],"wl:entity_url":"http:\/\/data.wordlift.io\/wl0216\/post\/exploring_search_queries_using_embeddings","_links":{"self":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts\/19788"}],"collection":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/comments?post=19788"}],"version-history":[{"count":0,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts\/19788\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/media\/19803"}],"wp:attachment":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/media?parent=19788"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/categories?post=19788"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/tags?post=19788"},{"taxonomy":"wl_entity_type","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/wl_entity_type?post=19788"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/coauthors?post=19788"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}