{"id":467,"date":"2023-01-02T13:47:40","date_gmt":"2023-01-02T13:47:40","guid":{"rendered":"https:\/\/wordlift.io\/ng\/?p=467"},"modified":"2023-08-04T13:59:36","modified_gmt":"2023-08-04T13:59:36","slug":"generative-ai-for-seo","status":"publish","type":"post","link":"https:\/\/wordlift.io\/ng\/generative-ai-for-seo\/","title":{"rendered":"Generative AI For SEO: An Overview"},"content":{"rendered":"\n<p>AI researchers have made tremendous strides in building language models that generate coherent text. A seminal paper introduced in 2017 by the Google Research team (\u201cAttention is All You Need\u201d) introduced a new neural network architecture for natural language understanding called transformers that can generate high quality language models with significantly less time for training.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>I worked on a presentation for <strong>Brighton SEO<\/strong> to get you started with Transformer-based language models:<br>[Presentation] &#8211; <a href=\"https:\/\/wordlift.io\/academy-entries\/transformers-seo\/\">SEO Automation Using GPT3 and Transformer Based Language Models Slides<\/a>\u00a0<br>[Colab] &#8211; <a href=\"https:\/\/colab.research.google.com\/drive\/17J0fZSIDQNMWnzOCGOzJ1tqmMRcJpBQ4?usp=sharing\">Code<\/a> to understand how things work behind the scenes<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>These models have been harnessed to tackle a wide range of problems, from open-ended conversations to solving math problems, from poetry to SEO tasks like <a href=\"https:\/\/wordlift.io\/blog\/en\/gpt3-for-ecommerce\/\">writing product descriptions<\/a>. Generative AI comprises, alongside text generation, other abilities that a powerful new class of large language models enables: from <em>writing code<\/em> to <em>drawing<\/em>, from creating <em>photo-realistic marketing materials<\/em> to creating <em>3D objects<\/em>, from producing <em>video content<\/em> to <em>synthesizing <\/em>and<em> comprehending spoken language<\/em> with an unprecedented quality.<\/p>\n\n\n\n<p>This blog post provides <strong>an overview of Generative AI <\/strong>and <strong>how it can potentially be used in the context of<\/strong> SEO.<\/p>\n\n\n\n<p>I have been generating synthetic images for almost two years with diffusion based models. Our team here at WordLift creates thousands of AI. content snippets every month, from product descriptions to FAQs, from short summaries to introductory text. We actively collaborate with companies like OpenAI, Microsoft, and Jina AI to scale these workflows for our clients (SMEs and enterprises).\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Microsoft-Ignite-2022-1024x532_11zon.jpg\" alt=\"\" class=\"wp-image-469\" width=\"734\" height=\"381\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-center\"><strong><em>Satya Nadella and Sam Altman from Open AI during Microsoft Ignite 2022 (WordLift is there!!)<\/em><\/strong><\/p>\n\n\n\n<p>Here is the table of content, so you can skim through the article:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"#Introducing-generative-ai\">Generative AI: the uncanny ability to generate\u2026everything<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#Introducing-generative-ai\">Introducing Generative AI for SEO<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#ai-powered-seo-workflows\">AI-Powered SEO Workflows<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"http:\/\/text-models\">Text models<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#internal-links\">Internal links<\/a><\/li>\n\n\n\n<li><a href=\"#faq-generation\">FAQ generation<\/a><\/li>\n\n\n\n<li><a href=\"#product-description\">Product descriptions<\/a><\/li>\n\n\n\n<li><a href=\"#summarization\">Summarization<\/a><\/li>\n\n\n\n<li><a href=\"#introductory-text\">Introductory text<\/a><\/li>\n\n\n\n<li><a href=\"#structured-data-automation\">Structured Data automation<\/a><\/li>\n\n\n\n<li><a href=\"#chatbot\">Chatbot<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#code-models\">\u200b\u200bCode models<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#text-to-regex\">Text to Regex <\/a><\/li>\n\n\n\n<li><a href=\"#text-to-structured-data\">Text to Structured Data <\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#image-models\">Image models<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#super-resolution\">Super Resolution<\/a><\/li>\n\n\n\n<li><a href=\"#visual-inference\">Visual Inference<\/a><\/li>\n\n\n\n<li><a href=\"#generating-product-images\">Generating Product Images<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#video-models\">Video models <\/a><\/li>\n\n\n\n<li><a href=\"#speech-models\">Speech models<\/a><\/li>\n\n\n\n<li><a href=\"#3d-models\">3D models <\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#generative-ai-strategy\">Generative AI strategy<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#flywheel-of-seo-success\">The flywheel of SEO success <\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#the-perfect-prompt\">Anatomy of the perfect prompt<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#getting-started-with-prompt-engineering\">Getting started with prompt engineering <\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#fine-tuning-the-model\">Fine-tuning the models &#8211; the cover experiment <\/a><\/li>\n\n\n\n<li><a href=\"#feedback-loop-is-the-king\">The feedback-loop is King (or Queen or both)<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#how-to-interact-with-ai-model\">How can we help creators interacting with an AI model? <\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#future-work\">Future work<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#what-is-data-fabric\">What is a Data Fabric? <\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#credits\">Credits and special thanks<\/a><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Introducing-generative-ai\">Introducing Generative AI for SEO<\/h2>\n\n\n\n<p>One way to look at the evolution of Generative AI is to map key innovations in the field of LLMs and see how they can be potentially used in specific SEO workflows.<\/p>\n\n\n\n<p>Below, I highlighted the foundational models that can have an impact in the different areas of SEO (from entity SEO to programmatic, from Google Lens to 3D Serps) and the potential workflows that we can build on top.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1010\" height=\"1024\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-for-SEO-landscape-1010x1024.png\" alt=\"\" class=\"wp-image-470\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-for-SEO-landscape-980x993.png 980w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-for-SEO-landscape-480x487.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1010px, 100vw\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"ai-powered-seo-workflows\">AI-Powered SEO Workflows<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"text-models\">Text Models<\/h3>\n\n\n\n<p>This is where the state of art is the most advanced, and the adoption is increasing faster. Models are incredibly diverse, and each one has its characteristics, but generally speaking, depending on the workflow, you can either start with a simple prompt (also called zero-shot), provide a more elaborate set of instructions (few-shots training), or fine-tune your model. Here is <strong>how you can use generative models that work with text.<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"internal-links\">Internal Links<\/h4>\n\n\n\n<p>In SEO,<strong> <a href=\"https:\/\/wordlift.io\/blog\/en\/dynamic-internal-links-in-seo\/\">internal links<\/a> <\/strong>remain a valuable asset as they <strong>help search engines understand the structure of a website<\/strong> and the relationships between different pages. They also help to <strong>improve the user experience <\/strong>by providing a way for users to navigate between the different pages. We can take into account semantic similarity, entities and what people are searching on our website to make these links effective. Here is a blog post about <a href=\"https:\/\/wordlift.io\/blog\/en\/internal-linking-category-page\/\">automating internal links for eCommerce websites<\/a> using LLM.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"faq-generation\">FAQ Generation<\/h4>\n\n\n\n<p>Adding content in the form of questions and answers has become a great tactic in SEO. As Google becomes more conversational, questions and answers marked up with structured data <strong>provide searchers with more relevant content <\/strong>in various contexts: from the people also ask block to <a href=\"https:\/\/wordlift.io\/blog\/en\/web-stories\/faq-schema-markup\/\">FAQ-rich results<\/a>, featured snippets, and even the Google Assistant.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"352\" height=\"369\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/faq-generation-example-for-luxury-brand.png\" alt=\"\" class=\"wp-image-471\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/faq-generation-example-for-luxury-brand.png 352w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/faq-generation-example-for-luxury-brand-286x300.png 286w\" sizes=\"(max-width: 352px) 100vw, 352px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\"><em><strong>An example of automated FAQ for a luxury brand.<\/strong><\/em><\/p>\n\n\n\n<p>Workflows here have become highly sophisticated and take advantage of multiple AI models to help editors in the different areas of the work: from researching the topic to planning, from writing the answer to reviewing it, adding internal links, and validating the tone of voice.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"782\" height=\"324\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/faq-automation-traffic-impact.png\" alt=\"\" class=\"wp-image-472\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/faq-automation-traffic-impact.png 782w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/faq-automation-traffic-impact-480x199.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 782px, 100vw\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"product-description\">Product Descriptions<\/h4>\n\n\n\n<p>Language models are perfect for <strong>creating high-quality product descriptions <\/strong>for eCommerce websites to fuel sales. The short form and stylized nature of product descriptions are an ideal fit when combined with the time and cost pressures on editorial teams working on thousands of products daily. The game-changer when <a href=\"https:\/\/wordlift.io\/blog\/en\/gpt3-for-ecommerce\/\">creating product descriptions using models like GPT-3<\/a> by OpenAI or J1 by AI21 is the vertical integration of product data and the ability to craft UX patterns for fast feedback loops.\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"788\" height=\"309\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/AI-generated-description-effect-.png\" alt=\"\" class=\"wp-image-473\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/AI-generated-description-effect-.png 788w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/AI-generated-description-effect--480x188.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 788px, 100vw\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"summarization\">Summarization<\/h4>\n\n\n\n<p>Starting in 2019, I began using BERT-like models for <a href=\"https:\/\/www.woorank.com\/en\/blog\/how-to-write-meta-descriptions-using-bert\">automating the creation of meta descriptions<\/a>. <strong>We can quickly summarize a lengthy blog post. <\/strong>Can we help editors accelerate their research by summarizing the top search results? The impact of <a href=\"https:\/\/wordlift.io\/blog\/en\/text-summarization-in-seo\/\">text summarization in SEO<\/a> is enormous.\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/summarization-wordlift.png\" alt=\"\" class=\"wp-image-474\" width=\"356\" height=\"369\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/summarization-wordlift.png 356w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/summarization-wordlift-289x300.png 289w\" sizes=\"(max-width: 356px) 100vw, 356px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\"><em>How WordLift uses extractive summarization to improve the UX on blog posts.<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"introductory-text\">Introductory Text<\/h4>\n\n\n\n<p>Can we describe the content of a category page using a fine-tuned LLM? Is it possible to <strong>personalize content <\/strong>to make it more likely to be of interest to a specific target audience? Generating short form content is a great way to use foundational models.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"structured-data-automation\">Structured Data Automation<\/h4>\n\n\n\n<p>Graph enrichment is becoming essential to gain new features in the SERP and to help search engines understand the content and the relationship between entities. From named entity recognition to topic extraction, we can<strong> turbocharge schema markup <\/strong>with the help of RoBERTA, spaCY, and the WordLift NLP stack.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"chatbot\">Chatbot<\/h4>\n\n\n\n<p>LLMs are becoming strategic in <a href=\"https:\/\/wordlift.io\/blog\/en\/conversational-ai\/\">conversational AI<\/a> or chatbots. They have the potential to <strong>provide a better understanding of conversations and context awareness<\/strong>. One of Google\u2019s engineers was even (wrongly) convinced that an LLM like Google LaMDA could be considered conscious. <a href=\"https:\/\/wordlift.io\/blog\/en\/how-to-build-a-conversational-ai\/\">SEO is an important aspect when creating a conversational experience<\/a>. Why? As we work extensively to train Google with question-answer pairs, we can re-use the same data (and the same methodology) to train our own AI system.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"661\" height=\"604\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/chatbot-wordlift.png\" alt=\"\" class=\"wp-image-475\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/chatbot-wordlift.png 661w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/chatbot-wordlift-480x439.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 661px, 100vw\" \/><\/figure>\n\n\n\n<p>The chatbot on our documentation website (on the left) extracts answers from the blog post (on the right) and helps users find the right information. It works like a search engine and like every search engine, SEO is a blessing.<\/p>\n\n\n\n<p>One way to provide contextual information when constructing an AI-powered conversational agent, such as a shopping assistant, is to combine the structured world of knowledge graphs with the fluent, context-aware capabilities of language models (LMs). This fusion, which we call <strong><a href=\"https:\/\/wordlift.io\/blog\/en\/neuro-symbolic-ai\/\">neurosymbolic AI<\/a><\/strong>, makes it possible to transform the user experience by creating personalized conversations that were previously unthinkable.<\/p>\n\n\n\n<p>We have developed a new connector, <strong><a href=\"https:\/\/wordlift.io\/blog\/en\/knowledge-graph-and-llm\/\">WordLift Reader<\/a><\/strong>, for LlamaIndex and LangChain to transform static and structured data into dynamic and interactive conversations. <\/p>\n\n\n\n<p>With only a few lines of code, we can specify exactly what data we need by extracting from our KG the sub-graphs we want. We do this by using specific properties of the schema.org vocabulary (or any custom ontology we use).<\/p>\n\n\n\n<p>The connector uses GraphQL to load data from the KG, this ensures conversations are always up-to-date with the latest changes to the website, without the need for crawling.<\/p>\n\n\n\n<p>The following example is a<strong> shopping assistant <\/strong>built using this approach. As can be seen, <strong>the combination of multiple schema classes helps the AI to respond to multiple intents:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>schema:Product to recommend products<\/li>\n\n\n\n<li>schema:FAQPage (on this site) to answer questions about the store&#8217;s return policy<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/The-power-to-leverage-your-Knowledge-Graph-built-using-schema.org-for-LLMs-1_11zon-1024x788.jpg\" alt=\"\" class=\"wp-image-476\" width=\"734\" height=\"564\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"code-models\">\u200b\u200bCode Models<\/h3>\n\n\n\n<p>They are already having a significant impact on developers\u2019 productivity, as demonstrated by <a href=\"https:\/\/github.blog\/2022-09-07-research-quantifying-github-copilots-impact-on-developer-productivity-and-happiness\/\">a recent study<\/a> by GitHub. <strong>Developers feel more fulfilled when they use AI in pair-programming mode. <\/strong>There are still several concerns about IP violations that models like GitHub Copilot introduce, and too little has been done to address these problems. Nevertheless, also in the SEO industry, they are starting to play a role.\u00a0<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"text-to-regex\">Text to Regex<\/h4>\n\n\n\n<p>One very simple use case is <strong>to convert plain english to regex to help you filter data in Google Search Console<\/strong>. Danny Richman got you covered and if you want to learn more here is <a href=\"https:\/\/www.seotraininglondon.org\/english-regex-gpt3\/\">his recipe<\/a>.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"text-to-structured-data\">Text to Structured Data<\/h4>\n\n\n\n<p>I trained the first model a couple of years ago using GPT-2 and right now using Codepilot things are getting a lot simpler. These solutions are very helpful to sketch the JSON-LD that you would like to get.\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/tesxt-to-structured-data.png\" alt=\"\" class=\"wp-image-478\" width=\"737\" height=\"256\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/tesxt-to-structured-data.png 737w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/tesxt-to-structured-data-480x167.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 737px, 100vw\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"image-models\">Image Models<\/h3>\n\n\n\n<p>Generative AI models for image generation are revolutionizing the content industry. We have seen AI-generated images going viral in only a few months and even <a href=\"https:\/\/www.washingtonpost.com\/technology\/2022\/09\/02\/midjourney-artificial-intelligence-state-fair-colorado\/\">winning fine art competitions<\/a>. Each model has its unique touch; you will get more fantasy-like images from Midjourney and more realistic results from DALL\u00b7E 2 or Stable Diffusion. All models share the same understanding of the world, and this is encoded into CLIP, a Contrastive Language-Image Pre-Training by Open AI trained on a vast amount of (image, text) pairs. CLIP can be instructed to analyze the semantic similarity between an image and a text. If you genuinely want to understand how AI models for generating images work, CLIP is where to start.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Here is an introductory Colab that you can use to see how CLIP works (powered by <a href=\"https:\/\/jina.ai\/\">Jina AI<\/a>):<br>[Colab] &#8211; <a href=\"https:\/\/wor.ai\/CLIP\">Code<\/a> to experiment with CLIP\u00a0<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"super-resolution\"><h4 class=\"wp-block-heading\" id=\"super-resolution\">Super Resolution<\/h4><\/h4>\n\n\n\n<p><strong>One very simple thing to do, in the context of SEO, is to use AI models to <\/strong><a href=\"https:\/\/wordlift.io\/blog\/en\/ai-powered-image-upscaler\/\"><strong>increase the resolution of images<\/strong><\/a><strong> associated with blog posts or products.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"980\" height=\"317\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/xample-super-resolution-980x317-png_11zon.jpg\" alt=\"\" class=\"wp-image-481\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/xample-super-resolution-980x317-png_11zon.jpg 980w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/xample-super-resolution-980x317-png_11zon-480x155.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 980px, 100vw\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/wordlift.io\/blog\/en\/web-stories\/seo-image-optimization\/\">SEO image optimization<\/a>, especially when combined with structured data, helps increase click through rate.\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Here is a blog post and the code to get you started with image upscaling:<br>[Blog Post] &#8211; <a href=\"https:\/\/wordlift.io\/blog\/en\/ai-powered-image-upscaler\/\">AI-powered Image Upscaler<\/a>\u00a0<br>[Colab] &#8211; <a href=\"https:\/\/bit.ly\/super-resolution-free\">Code<\/a> to upscale images in batches<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"visual-inference\">Visual Inference<\/h4>\n\n\n\n<p>Imagine the potential to automate extensive evaluation on large product catalogs by training a model that can analyze images and verify that there is a correspondence with the text that describes each product. This is what we are doing using pre-trained CLIP models.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/visual-inferencing-1024x512.png\" alt=\"\" class=\"wp-image-482\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/visual-inferencing-980x490.png 980w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/visual-inferencing-480x240.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"generating-product-images\">Generating Product Images<\/h4>\n\n\n\n<p>Investing on image quality for retail stores is usually an easy win for SEOs. The technology is not yet there but there are some interesting startups like <a href=\"https:\/\/vue.ai\/solutions\/ai-product-imagery\/\">vue.ai<\/a> focusing on this use case and I expect we will have something ready for our clients within a few months. Typically you will focus on:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Generating images in different context (changing the background, changing the style)<\/li>\n\n\n\n<li>Generating on-model product imagery<\/li>\n\n\n\n<li>Creating images from different angles<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"668\" height=\"645\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/generating-product-image.jpg\" alt=\"\" class=\"wp-image-483\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/generating-product-image.jpg 668w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/generating-product-image-480x463.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 668px, 100vw\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"video-models\">Video Models<\/h3>\n\n\n\n<p>Progress made on the text-to-image generation field paved the way to text-to-video generation. There are models already in this field by Microsoft, Meta and recently also Google. <a href=\"https:\/\/makeavideo.studio\/\">Make-a-video<\/a> by Meta AI is an interesting experiment that present the state of the art in this sector.\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"speech-models\">Speech Models<\/h3>\n\n\n\n<p>As CLIP has been revolutionary for images, Whisper, a general-purpose speech recognition model by OpenAI, is impactful for audio and audio video. Whisper has been trained on 680,000 hours of multilingual and multitask supervised data, bringing automatic speech recognition (ASR) to a new level. You can, as in the example below, automatically add subtitles in English to a video in German or summarize it in a few sentences.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"580\" height=\"580\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/speech-model-wordlift.png\" alt=\"\" class=\"wp-image-484\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/speech-model-wordlift.png 580w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/speech-model-wordlift-480x480.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 580px, 100vw\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Here is the code to get you started with Whisper and YouTube optimization:<br>[Colab] &#8211; <a href=\"https:\/\/t.co\/19r6APKUkw\">Code<\/a> to transcribe a YouTube video, produce subtitles, generate a summary and extract questions and answers.\u00a0<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3d-models\">3D Models<\/h3>\n\n\n\n<p>Google and NVIDIA have introduced foundational models to populate virtual worlds and enrich AR\/VR experiences. A notable example is <a href=\"https:\/\/nv-tlabs.github.io\/GET3D\/\">GET3D<\/a> which can generate diverse shapes with arbitrary topology, high-quality geometry, and texture. This area will expand as 3D results on Google will increase. Just recently, Google introduced support for 3D shows models. Google\u2019s senior director of product, shopping <a href=\"https:\/\/blog.google\/products\/shopping\/search-on-2022-shopping\/\">Lilian Rincon, has also confirmed that Google is actively working on a technology to facilitate the creation of 3D models<\/a> more straightforwardly.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"270\" height=\"540\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/vans_3d_google.gif\" alt=\"\" class=\"wp-image-485\"\/><\/figure>\n\n\n\n<p>Is it already time to talk about <a href=\"https:\/\/wordlift.io\/blog\/en\/metaverse-seo\/\">Metaverse SEO<\/a>? For sure AR\/VR is becoming an important acquisition channel. \u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"generative-ai-strategy\">Generative AI Strategy<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"flywheel-of-seo-success\">The flywheel of SEO success<\/h3>\n\n\n\n<p>Generative AI is still in its early stages. The model layer is becoming effective thanks to open-source (think of the impact of Stable Diffusion, CLIP, Whisper, and many other freely available models) and well-invested startups like OpenAI, JinaAI, and Hugging Face. However, even when we look at the SEO industry, the application space has barely scratched the surface of what is possible.\u00a0\u00a0<\/p>\n\n\n\n<p>Some of the applications that we are building look like the first mobile applications for the iPhone or how websites looked in the nineties. It\u2019s a pioneering phase and an exciting time to live.<\/p>\n\n\n\n<p>To create a sustainable competitive advantage, we are focusing on our niche: <strong>AI-native workflows for<\/strong> <strong>SEO<\/strong>. As much as the potentials are broad, we don\u2019t see value in doing <em>everything for everyone<\/em>. We must focus on marketers, content editors, and SEOs to make a real impact. To win, based on the experience we did so far, organizations shall focus on the following:\u00a0<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>An exceptional data fabric.<\/strong> Value is extracted when we can fine-tune models and iterate at the speed of light. If we have a knowledge graph, we have a starting point. The chatbot on our website is trained in minutes, with data ingested using a simple query that gets all FAQ content from our blog and all pages inside Read the Docs. When working on an eCommerce website, to validate AI-generated product descriptions, you need a data repository to verify the information quickly. If your data is still in silos, build a data layer first. Integrate this data in an enterprise knowledge graph. Prompting without semantically curated data does not scale. \u00a0<\/li>\n\n\n\n<li><strong>Continuous prompt improvements and user engagement.<\/strong> You need a magic loop to unleash human creativity and blend it with Generative AI. When people talk to me about AI today, I am primarily interested in two aspects:\n<ul class=\"wp-block-list\">\n<li>What is their interaction paradigm (how humans are involved in the process), and&nbsp;<\/li>\n\n\n\n<li>How is content evaluated? What does the validation pipeline look like?&nbsp;<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Ethical values.<\/strong> Potentials are impressive and so are the threats behind these large language models. We need to take great care in planning how to use generative AI. We need to be strong. There are many uncertainties on copyright issues, toxicity, cultural biases and more. We have to be conscious and make sure that users are informed when they read or interact with synthetic content (watermarks for images are a good practice that could be introduced, we might also need to add something specific in schema markup etc.).<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-perfect-prompt\">Anatomy Of The Perfect Prompt<\/h2>\n\n\n\n<p>Every model is a snapshot of the Web (or the chunk of the Web used for its training). Prompting (or prompt engineering), in its very essence, is a reverse-engineered version of the Internet. In a way it reminds us of search engines in the early 2000 where only with the right keyword you could get to the desired results. In prompting,\u00a0 we need to<strong> understand what keywords characterize a given expression or an artistic style that we want to reproduce.\u00a0<\/strong>\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"780\" height=\"594\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/english-BOOM-database.jpg\" alt=\"\" class=\"wp-image-487\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/english-BOOM-database.jpg 780w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/english-BOOM-database-480x366.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 780px, 100vw\" \/><\/figure>\n\n\n\n<p> <p>This is an early preview elaborated by <a href=\"https:\/\/twitter.com\/clured\/status\/1546913720340815873?s=20&amp;t=B2bPLxUmQ9_6_fITMuAqLg\">David McClure<\/a> of the corpus of data used for the training of <strong><a href=\"https:\/\/wordlift.io\/blog\/en\/web-stories\/bloom-for-seo\/\">BLOOM<\/a><\/strong> &#8211; an open source LLM created with the help of EU fundings and HuggingFace. This is a sample of 10 million chunks from the English-language corpus that represent only 1.25% of the information behind BLOOM!As models become larger their ability to provide accurate answers with simple prompts increases.<\/p><\/p>\n\n\n\n<p>GPT-3 has revolutionized NLP by introducing the concept of few-shot settings. From the original paper by OpenAI we read:\u00a0<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u201cWe train GPT-3, an autoregressive language model with 175 billion parameters, 10x more than any previous non-sparse language model, and test its performance in the few-shot setting.\u201d<\/p>\n<\/blockquote>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"869\" height=\"484\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/GPT3-language-model.png\" alt=\"\" class=\"wp-image-488\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/GPT3-language-model.png 869w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/GPT3-language-model-480x267.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 869px, 100vw\" \/><\/figure>\n\n\n\n<p>Since then a lot has changed but few principles remain valid across the different models. These principles are applicable for the generation of text as well as images. Let\u2019s review them:\u00a0<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Meta instructions<\/strong>: these are particularly important when using text-to-text models. Things like \u201cSummarize this for a second-grade student\u201d or \u201cwrite the following text as if you were an expert SEO\u201d. By doing this <strong>we can help the model understand the expected output<\/strong>. These initial instructions are becoming more relevant as models evolve. We now have models like FLAN-T5 by Google that are solely trained on instructions and the performances are impressive. Research done on LLM has also exposed the emergent features of these models that can be best expressed by using expressions like \u201cA step by step recipe to make bolognese pasta\u201d or sentences like \u201cLet\u2019s think step by step, what is the meaning of life\u201d.\u00a0\u00a0\u00a0<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Large Language Models are Zero-Shot Reasoners<br><br>Simply adding \u201cLet\u2019s think step by step\u201d before each answer increases the accuracy on MultiArith from 17.7% to 78.7% and GSM8K from 10.4% to 40.7% with GPT-3.<a href=\"https:\/\/t.co\/ebvxSbac1K\">https:\/\/t.co\/ebvxSbac1K<\/a> <a href=\"https:\/\/t.co\/lpZwDTf06m\">pic.twitter.com\/lpZwDTf06m<\/a><\/p>&mdash; Aran Komatsuzaki (@arankomatsuzaki) <a href=\"https:\/\/twitter.com\/arankomatsuzaki\/status\/1529278580189908993?ref_src=twsrc%5Etfw\">May 25, 2022<\/a><\/blockquote><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script>\n<\/div><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Content type<\/strong>: these modifiers are very helpful when dealing with CLIP or other models trained with both images and text. For example if I want CLIP to extract features from the image of a product, I will start with \u201ca photograph of\u201d. This will help CLIP understand the type of content I am expecting to analyze or to generate. <strong>&nbsp;<\/strong><\/li>\n\n\n\n<li><strong>Description of the subject<\/strong>: here we want to be as descriptive as possible. This is where we need the Knowledge Graph the most. I need a robust taxonomy with all of its attributes to create a solid description of let\u2019s say a product.\u00a0<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"879\" height=\"222\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/prompt-description.png\" alt=\"\" class=\"wp-image-489\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/prompt-description.png 879w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/prompt-description-480x121.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 879px, 100vw\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Style<\/strong>: when writing text the style of the writing will be part of the meta instructions. \u201cI want to write [a,b,c] with the style of Allen Ginsberg\u201d would be a good example. When generating images we can refer to the style of a famous painter or a photographer.\n<ul class=\"wp-block-list\">\n<li>When dealing with the generation of images it is also a good practice to&nbsp; injecting materials and techniques using the same language used on well known imagery websites:&nbsp; <code>Digital art, digital painting, color page, featured on pixiv, trending on deviantart, line-art, tarot card, character design, concept art, symmetry, golden ratio, evocative, award winning, shiny, smooth, surreal, divine, celestial, elegant, oil painting, soft, fascinating, fine art.<\/code><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Format<\/strong>: are we composing poetry or are we generating the cover of a magazine like the digital artist Karen X. Cheng did for the Cosmopolitan? What is the expected format for the generated content? One important part of the prompt would do just that. Helping us define the composition. If we deal with an image this will include aspects like <em>image ratio<\/em>, <em>camera angle<\/em>, <em>resolution<\/em> and even <em>type of lenses<\/em> or <em>rendering details<\/em>: <code>ultra wide-angle, wide-angle, aerial view, high-res, depth of field, massive scale, panoramic, fisheye, low angle, extreme close-up, tilt and shift, 4k, 8k, octane rendering<\/code>. Here is an example of <em>format<\/em> when dealing with poetry. I just made it up but if you need a rabbit hole, dive into <strong>AI poetry generation<\/strong> by <a href=\"https:\/\/www.gwern.net\/GPT-3\">the brilliant Gwern<\/a>.\u00a0\u00a0<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"864\" height=\"446\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/AI-poetry-generation.png\" alt=\"\" class=\"wp-image-490\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/AI-poetry-generation.png 864w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/AI-poetry-generation-480x248.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 864px, 100vw\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Additional parameters and weights<\/strong>: every system has its own set of arguments that can be attached at the end of the prompt. To give you a simple example when using Midjourney we can specify the version of it by adding \u2014v 4 or we can typically change the starting point by applying &#8211;seed. Also we can define weights for each word inside our prompt. In Stable Diffusion for example anything after ### will be interpreted as a negative prompt (something that we don\u2019t want to see). In GPT-3we can use a function called logit biases to prevent or to incentivize the use of a set of tokens. As models evolve it is interesting to exploit these new areas of opportunity. With the latest version of Midjourney or DALL\u00b7E 2 for example we have now the support for image prompts or even multiple prompts at the same time.\u00a0<\/li>\n\n\n\n<li><strong>Images or other files: <\/strong>we can also add in the prompt a set of images and blend images with text. The model will bring embeddings from both images and text within the same vector space. This opens tremendous opportunities as we can work with multiple modalities. As long as we can compute the embeddings of a file we can use it in a prompt.\u00a0<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"getting-started-with-prompt-engineering\">Getting Started With Prompt Engineering<\/h2>\n\n\n\n<p>Crafting the perfect prompt is becoming an art form and a meaningful way to boost productivity across many fields, from programming to SEO, from content writing to digital art. In the last two years, I have been doing all I could to learn and share the craftsmanship of using prompting. It is a skill for literally anyone. These days, things are evolving fast, and there are new and emerging capabilities in these models that are yet to be discovered, but we also have better tooling to get us started. Here is my list:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Here is an amazing <a href=\"https:\/\/dallery.gallery\/the-dalle-2-prompt-book\/\">82-pages long free eBook on prompt for DALL\u00b7E<\/a><\/li>\n\n\n\n<li>Builders to help you with modifiers and parameters like <a href=\"https:\/\/promptomania.com\/\">https:\/\/promptomania.com\/<\/a> or <a href=\"https:\/\/promptdeck.io\/\">https:\/\/promptdeck.io\/<\/a><\/li>\n\n\n\n<li>Apps like the <a href=\"https:\/\/huggingface.co\/spaces\/pharma\/CLIP-Interrogator\">CLIP Interrogator<\/a> that helps you extract (using CLIP by OpenAI) the description of an image (and unveil how contrastive models work)<\/li>\n\n\n\n<li>Directory of AI-generated images and their prompts like <a href=\"https:\/\/prompthero.com\/\">https:\/\/prompthero.com\/<\/a>, <a href=\"https:\/\/lexica.art\/\">https:\/\/lexica.art\/<\/a>, <a href=\"https:\/\/promptsea.io\/\">https:\/\/promptsea.io\/<\/a> and even marketplaces for selling and buying prompts like <a href=\"https:\/\/promptbase.com\/\">https:\/\/promptbase.com\/<\/a>\u00a0<\/li>\n\n\n\n<li>And models that helps us with the creation of the prompt like <a href=\"https:\/\/huggingface.co\/spaces\/doevent\/prompt-generator\">https:\/\/huggingface.co\/spaces\/doevent\/prompt-generator<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"fine-tuning-the-model\">Fine-Tuning The Models &#8211; The Cover Experiment<\/h2>\n\n\n\n<p><strong>Generating featured images<\/strong> for editorial content such as blog posts and news articles <strong>is an important part of SEO. <\/strong>Working professionally with foundational models means creating high-quality training datasets. These can be done, only initially manually and eventually needs to scale using semi-automatic workflows.\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"935\" height=\"280\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/fine-tuning-the-model.png\" alt=\"\" class=\"wp-image-491\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/fine-tuning-the-model.png 935w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/fine-tuning-the-model-480x144.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 935px, 100vw\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\"><em>Results from research by <a href=\"https:\/\/arxiv.org\/pdf\/2012.15723.pdf\">Gao et al., 2022<\/a> on the improvement of fine-tuning for increasing accuracy of the model.<\/em><\/p>\n\n\n\n<p><p>Now, suppose you have a particular type of image that you would like to generate. The best option is to fine-tune an image generation model like Stabe Diffusion to generate these types of images. Here below you can see a few examples of the work I am doing with <a href=\"https:\/\/www.seppevandenberghe.com\/wordlift-blog-illustrations.html\">Seppe Van den Berghe<\/a>, the fantastic illustrator behind our blog covers.\u00a0The model creates something similar but it is still far from being as good as Seppe. It lacks semantic compositionality in most cases.<\/p><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"569\" height=\"569\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/model-recreate-the-wordlift-blog-covers.jpg\" alt=\"\" class=\"wp-image-492\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/model-recreate-the-wordlift-blog-covers.jpg 569w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/model-recreate-the-wordlift-blog-covers-480x480.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 569px, 100vw\" \/><\/figure>\n\n\n\n<p><p>You can replicate the same workflow using the code kindly <a href=\"https:\/\/github.com\/TheLastBen\/fast-stable-diffusion\">provided as open source<\/a> by <a href=\"https:\/\/ko-fi.com\/thelastben\">TheLastBen<\/a> <a href=\"https:\/\/github.com\/TheLastBen\/fast-stable-diffusion\">here<\/a>.The exciting result so far is that Seppe realizes the possibility of these models and how his creative workflow can change. As usual, while working with generative AI, the journey is more important than the destination. <strong>AI-powered art won\u2019t replace illustrators anytime soon.<\/strong> However, illustrators like Seppe realize that technology is close enough that they can <strong>adopt some form of Ai-assisted tool to innovate their craft.<\/strong><\/p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"feedback-loop-is-the-king\">The Feedback-Loop Is King (Or Queen Or Both)<\/h2>\n\n\n\n<p>When working with Generative AI, we create things and make the work of humans more impactful. Rarely in the last months have we started a project where creators (content editors and SEOs) didn\u2019t change their objectives during the project. We typically begin by replicating their best practices and things they learned from past experiences, and we create something entirely new.<\/p>\n\n\n\n<p>The core of our work is not to replace humans but to expand their capabilities with the help of AI.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-to-interact-with-ai-model\">How Can We Help Creators Interacting With An AI Model?<\/h3>\n\n\n\n<p>Sometimes it is as simple as summarizing search results for a query with the right tone of voice and re-training the model using the provided feedback (i.e., \u201cthis is good,\u201d \u201cmhmm, this is not so good,\u201d \u201cThis is okayish but not ready for prime time\u201d).<\/p>\n\n\n\n<p>Sometimes it is about turning data into text and encoding existing editorial rules into validation workflows (i.e., \u201cit is ok to use this expression, but we rarely use it,\u201d \u201cdon\u2019t mention this when you mentioned that,\u201d etc.). As users interact with your AI model to flag inaccuracies or to check on the quality of the output, your training data becomes more robust, and the quality increases.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>On the positive side, LLMs improve significantly as the quality of the training data increases. With a robust model, you can use a limited number of samples (200-400 items can be enough); as the editors provide more input, your training data grows (to thousands of examples), and smaller models can be used. As new models are trained, the validation automatically improves its ability to flag inaccuracy, and more synthetic data can be added to the training.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"690\" height=\"354\" src=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/how-to-interact-with-AI-model.png\" alt=\"\" class=\"wp-image-494\" srcset=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/how-to-interact-with-AI-model.png 690w, https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/how-to-interact-with-AI-model-480x246.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 690px, 100vw\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"future-work\">Future Work<\/h2>\n\n\n\n<p>Generative AI in SEO is a strategic asset for online growth. Having a Generative AI strategy in place means focusing on your data fabric and the interaction patterns that help you train small and highly specialized models. Bridging the gaps between LLMs and enterprise business problems is an SEO task.&nbsp;<\/p>\n\n\n\n<p>In its inner nature, SEO is about extensive metadata curation (from nurturing knowledge graphs to publishing structured data) and content optimization. Both skills are in high demand to unlock a wide range of complex enterprise use cases.&nbsp;<\/p>\n\n\n\n<p>We see LLMs evolving into agents and being able to interact with external cognitive assets such as knowledge graphs. Multi-prompt is clearing, opening a new wave of usage patterns for AI models.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-data-fabric\">What Is A Data Fabric?<\/h3>\n\n\n\n<p>A data fabric is a modern data management architecture that allows organizations to quickly use more of their data more often to fuel generative AI, digital transformation, and, last but not least, SEO. Data fabrics are a newer idea, first formally defined in 2016 by Forrester Analyst Noel Yuhanna in his report \u201cBig Data Fabric Drives Innovation and Growth.\u201d<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How Can I Make My AI-Generated Images?<\/h3>\n\n\n\n<p>For anyone willing to test text-to-image generation or even image-to-image generation here is a list of tools that you can use:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/beta.dreamstudio.ai\/dream\">Dream Studio<\/a> by the same team that released Stable Diffusion;<\/li>\n\n\n\n<li><a href=\"https:\/\/diffusionbee.com\/\">Diffusion Bee<\/a> (Mac only) brings you Stable Diffusion on your local computer, this can be helpful when dealing with private images;&nbsp;<\/li>\n\n\n\n<li><a href=\"https:\/\/openai.com\/dall-e-2\/\">DALL\u00b7E 2<\/a> by OpenAI, the AI system to create realistic images;<\/li>\n\n\n\n<li><a href=\"https:\/\/www.midjourney.com\/\">Midjourney<\/a> my favorite pick for AI art generation;<\/li>\n\n\n\n<li><a href=\"https:\/\/replicate.com\/\">Replicate<\/a> a startup simplifying the access to AI models by providing an API.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">How Can I Optimize My Prompt?<\/h3>\n\n\n\n<p>Prompt engineering is a unique interface to foundational models. I don\u2019t expect to see creators disappear, but I hope to see creators at the top of their games becoming very familiar with AI tools and the intricacies of prompt engineering. Here is my list of links to help you improve your prompting skills:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Master modifiers and parameters using <a href=\"https:\/\/promptomania.com\/\">https:\/\/promptomania.com\/<\/a> or <a href=\"https:\/\/promptdeck.io\/\">https:\/\/promptdeck.io\/<\/a><\/li>\n\n\n\n<li>Use <a href=\"https:\/\/huggingface.co\/spaces\/pharma\/CLIP-Interrogator\">CLIP Interrogator<\/a> to extract the description of an image and to understand how CLIP works<\/li>\n\n\n\n<li>Experiment with <a href=\"https:\/\/prompthero.com\/\">https:\/\/prompthero.com\/<\/a>, <a href=\"https:\/\/lexica.art\/\">https:\/\/lexica.art\/<\/a>, or <a href=\"https:\/\/promptsea.io\/\">https:\/\/promptsea.io\/<\/a>&nbsp;<\/li>\n\n\n\n<li>Access to marketplaces for selling and buying prompts like <a href=\"https:\/\/promptbase.com\/\">https:\/\/promptbase.com\/<\/a>&nbsp;<\/li>\n\n\n\n<li>Use a pre-trained model to create the prompt that you like <a href=\"https:\/\/huggingface.co\/spaces\/doevent\/prompt-generator\">https:\/\/huggingface.co\/spaces\/doevent\/prompt-generator<\/a>\u00a0<\/li>\n<\/ul>\n\n\n\n<p><strong><em>What is your Generative AI strategy for 2023? Drop <\/em><\/strong><a href=\"https:\/\/wordlift.io\/contact-us\"><strong><em>us an email<\/em><\/strong><\/a><strong><em> or <\/em><\/strong><a href=\"https:\/\/twitter.com\/cyberandy\"><strong><em>DM me on Twitter<\/em><\/strong><\/a><strong><em>.\u00a0<\/em><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"credits\">Credits And Special Thanks<\/h2>\n\n\n\n<p>All of this wouldn\u2019t happen without the continuous support from our community of clients and partners experimenting with WordLift to automate their SEO. A big thank you also goes to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/link.springer.com\/article\/10.1007\/s11023-020-09548-1#auth-Luciano-Floridi\">Luciano Floridi<\/a> &amp; <a href=\"https:\/\/link.springer.com\/article\/10.1007\/s11023-020-09548-1#auth-Massimo-Chiriatti\">Massimo Chiriatti<\/a> for writing <a href=\"https:\/\/link.springer.com\/article\/10.1007\/s11023-020-09548-1\"><em>GPT-3: Its Nature, Scope, Limits, and Consequences<\/em><\/a><em>, <\/em>shedding light on the limitations of GPT-3<\/li>\n\n\n\n<li>The fantastic team working on WordLift Next Generation the R&amp;D project that we are conducting with the financial support received from Eurostars H2020 along with <a href=\"https:\/\/www.redlink.at\/\">Redlink GmbH<\/a>, the <a href=\"https:\/\/www.sti-innsbruck.at\/\">Semantic Technology Institute at the Department of Computer Science of the University of Innsbruck<\/a> and, <a href=\"https:\/\/www.salzburgerland.com\/\">SalzburgerLand Tourismus GmbH<\/a>&nbsp;<\/li>\n\n\n\n<li>OpenAI, creators of GPT-3, for releasing CLIP and DALL-E (the encoder and decoder parts, specifically) <a href=\"https:\/\/github.com\/openai\/DALL-E\/\">https:\/\/github.com\/openai\/DALL-E\/<\/a> that I used to generate the featured image of this blog post.<\/li>\n\n\n\n<li>Paul DelSignore for writing <a href=\"https:\/\/medium.com\/mlearning-ai\/the-anatomy-of-an-ai-art-prompt-dcf7d124406d\"><em>The Anatomy Of An AI Art Prompt<\/em><\/a>&nbsp;<\/li>\n\n\n\n<li>Ben Dickson for writing <a href=\"https:\/\/bdtechtalks.com\/2022\/07\/18\/bloom-large-language-model-ai-research\/\"><em>BLOOM can set a new culture for AI research\u2014but challenges remain<\/em><\/a><em> and <\/em><a href=\"https:\/\/bdtechtalks.com\/2022\/11\/07\/google-generative-ai-strategy\/\"><em>What is Google\u2019s generative AI strategy?<\/em><\/a><em> <\/em>&#8211; 2022&nbsp;<\/li>\n\n\n\n<li>Thomas H. Davenport for writing <a href=\"https:\/\/hbr.org\/2022\/11\/how-generative-ai-is-changing-creative-work\"><em>How Generative AI Is Changing Creative Work<\/em><\/a><em> <\/em>&#8211; 2022<\/li>\n\n\n\n<li>SONYA HUANG, PAT GRADY AND GPT-3 for writing <a href=\"https:\/\/www.sequoiacap.com\/article\/generative-ai-a-creative-new-world\/\"><em>Generative AI: A Creative New World<\/em><\/a> &#8211; published September 19, 2022<\/li>\n\n\n\n<li>Andy Coenen (PAIR), Daphne Ippolito (Brain Research), Ann Yuan (PAIR), Sehmon Burnam (Magenta) for writing the whitepaper <a href=\"https:\/\/wordcraft-writers-workshop.appspot.com\/learn\"><em>Wordcraft Writers Workshop<\/em><\/a><\/li>\n\n\n\n<li>GLORIA LIU for writing <a href=\"https:\/\/www.cosmopolitan.com\/lifestyle\/a40314356\/dall-e-2-artificial-intelligence-cover\/\"><em>The World\u2019s Smartest Artificial Intelligence Just Made Its First Magazine Cover<\/em><\/a> &#8211; Cosmopolitan, 2022<\/li>\n\n\n\n<li>Cornell University Researchs for writing <a href=\"https:\/\/arxiv.org\/abs\/2206.07682\"><em>Emergent Abilities of Large Language Models<\/em><\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/TheLastBen\">TheLastBen<\/a> for the <a href=\"https:\/\/github.com\/TheLastBen\/fast-stable-diffusion\">fast-stable-diffusion<\/a> on Github<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn more about generative artificial intelligence for SEO and how it can contribute to a more effective strategy for your website.<\/p>\n","protected":false},"author":135,"featured_media":496,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"wl_entities_gutenberg":"","_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[2],"tags":[],"wl_entity_type":[33],"class_list":["post-467","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-the-project","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>Generative AI For SEO: An Overview - WordLift New Generation<\/title>\n<meta name=\"description\" content=\"Learn more about generative artificial intelligence for SEO and how it can contribute to a more effective strategy for your website.\" \/>\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\/generative-ai-for-seo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Generative AI For SEO: An Overview\" \/>\n<meta property=\"og:description\" content=\"Learn more about generative artificial intelligence for SEO and how it can contribute to a more effective strategy for your website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/\" \/>\n<meta property=\"og:site_name\" content=\"WordLift New Generation\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-02T13:47:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-04T13:59:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-For-SEO.jpg\" \/>\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=\"Generative AI For SEO: An Overview\" \/>\n<meta name=\"twitter:description\" content=\"Learn more about generative artificial intelligence for SEO and how it can contribute to a more effective strategy for your website.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-For-SEO.jpg\" \/>\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=\"25 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wordlift.io\/ng\/generative-ai-for-seo\/\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/\",\"name\":\"Generative AI For SEO: An Overview - WordLift New Generation\",\"isPartOf\":{\"@id\":\"https:\/\/wordlift.io\/ng\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-For-SEO.jpg\",\"datePublished\":\"2023-01-02T13:47:40+00:00\",\"dateModified\":\"2023-08-04T13:59:36+00:00\",\"author\":{\"@id\":\"https:\/\/wordlift.io\/ng\/#\/schema\/person\/3534f98012ac16a1c70cda6a3f869ec9\"},\"description\":\"Learn more about generative artificial intelligence for SEO and how it can contribute to a more effective strategy for your website.\",\"breadcrumb\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/#primaryimage\",\"url\":\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-For-SEO.jpg\",\"contentUrl\":\"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-For-SEO.jpg\",\"width\":1200,\"height\":1200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wordlift.io\/ng\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Generative AI For SEO: An Overview\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wordlift.io\/ng\/#website\",\"url\":\"https:\/\/wordlift.io\/ng\/\",\"name\":\"WordLift New Generation\",\"description\":\"The Future of AI-Powered SEO\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wordlift.io\/ng\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wordlift.io\/ng\/#\/schema\/person\/3534f98012ac16a1c70cda6a3f869ec9\",\"name\":\"Andrea Volpini\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/ng\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6b9d3d311b50a8749201fe4b318907a8?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6b9d3d311b50a8749201fe4b318907a8?s=96&d=blank&r=g\",\"caption\":\"Andrea Volpini\"},\"url\":\"https:\/\/wordlift.io\/ng\/author\/andrea\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Generative AI For SEO: An Overview - WordLift New Generation","description":"Learn more about generative artificial intelligence for SEO and how it can contribute to a more effective strategy for your website.","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\/generative-ai-for-seo\/","og_locale":"en_US","og_type":"article","og_title":"Generative AI For SEO: An Overview","og_description":"Learn more about generative artificial intelligence for SEO and how it can contribute to a more effective strategy for your website.","og_url":"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/","og_site_name":"WordLift New Generation","article_published_time":"2023-01-02T13:47:40+00:00","article_modified_time":"2023-08-04T13:59:36+00:00","og_image":[{"width":1200,"height":1200,"url":"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-For-SEO.jpg","type":"image\/jpeg"}],"author":"Andrea Volpini","twitter_card":"summary_large_image","twitter_title":"Generative AI For SEO: An Overview","twitter_description":"Learn more about generative artificial intelligence for SEO and how it can contribute to a more effective strategy for your website.","twitter_image":"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-For-SEO.jpg","twitter_misc":{"Written by":"Andrea Volpini","Est. reading time":"25 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wordlift.io\/ng\/generative-ai-for-seo\/","url":"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/","name":"Generative AI For SEO: An Overview - WordLift New Generation","isPartOf":{"@id":"https:\/\/wordlift.io\/ng\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/#primaryimage"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/#primaryimage"},"thumbnailUrl":"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-For-SEO.jpg","datePublished":"2023-01-02T13:47:40+00:00","dateModified":"2023-08-04T13:59:36+00:00","author":{"@id":"https:\/\/wordlift.io\/ng\/#\/schema\/person\/3534f98012ac16a1c70cda6a3f869ec9"},"description":"Learn more about generative artificial intelligence for SEO and how it can contribute to a more effective strategy for your website.","breadcrumb":{"@id":"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/#primaryimage","url":"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-For-SEO.jpg","contentUrl":"https:\/\/wordlift.io\/ng\/wp-content\/uploads\/sites\/2\/2023\/08\/Generative-AI-For-SEO.jpg","width":1200,"height":1200},{"@type":"BreadcrumbList","@id":"https:\/\/wordlift.io\/blog\/en\/generative-ai-for-seo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wordlift.io\/ng\/"},{"@type":"ListItem","position":2,"name":"Generative AI For SEO: An Overview"}]},{"@type":"WebSite","@id":"https:\/\/wordlift.io\/ng\/#website","url":"https:\/\/wordlift.io\/ng\/","name":"WordLift New Generation","description":"The Future of AI-Powered SEO","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordlift.io\/ng\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/wordlift.io\/ng\/#\/schema\/person\/3534f98012ac16a1c70cda6a3f869ec9","name":"Andrea Volpini","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/ng\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6b9d3d311b50a8749201fe4b318907a8?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6b9d3d311b50a8749201fe4b318907a8?s=96&d=blank&r=g","caption":"Andrea Volpini"},"url":"https:\/\/wordlift.io\/ng\/author\/andrea\/"}]}},"_wl_alt_label":[],"wl:entity_url":"https:\/\/data.wordlift.io\/wl78784\/post\/generative-ai-for-seo-an-overview-467","_links":{"self":[{"href":"https:\/\/wordlift.io\/ng\/wp-json\/wp\/v2\/posts\/467"}],"collection":[{"href":"https:\/\/wordlift.io\/ng\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordlift.io\/ng\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordlift.io\/ng\/wp-json\/wp\/v2\/users\/135"}],"replies":[{"embeddable":true,"href":"https:\/\/wordlift.io\/ng\/wp-json\/wp\/v2\/comments?post=467"}],"version-history":[{"count":10,"href":"https:\/\/wordlift.io\/ng\/wp-json\/wp\/v2\/posts\/467\/revisions"}],"predecessor-version":[{"id":501,"href":"https:\/\/wordlift.io\/ng\/wp-json\/wp\/v2\/posts\/467\/revisions\/501"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wordlift.io\/ng\/wp-json\/wp\/v2\/media\/496"}],"wp:attachment":[{"href":"https:\/\/wordlift.io\/ng\/wp-json\/wp\/v2\/media?parent=467"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordlift.io\/ng\/wp-json\/wp\/v2\/categories?post=467"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordlift.io\/ng\/wp-json\/wp\/v2\/tags?post=467"},{"taxonomy":"wl_entity_type","embeddable":true,"href":"https:\/\/wordlift.io\/ng\/wp-json\/wp\/v2\/wl_entity_type?post=467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}