From 340156ef5c34168e30ef474ae8b5c70d07579dca Mon Sep 17 00:00:00 2001 From: mauanga Date: Wed, 16 Oct 2024 13:22:49 +0200 Subject: [PATCH] fix: removed 'in a table' from the 'analyze and differentiate webpages' prompt to avoid openai stream loop --- docs/agent-wordlift/prompt-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/agent-wordlift/prompt-reference.md b/docs/agent-wordlift/prompt-reference.md index 65c9f9a..e60e884 100644 --- a/docs/agent-wordlift/prompt-reference.md +++ b/docs/agent-wordlift/prompt-reference.md @@ -29,7 +29,7 @@ This table showcases some of the valuable functionalities available within Agent | **Create Internal Links In Batch** | Create relevant internal links for a group of webpages on your website. | `do the same internal linking work for the following pages: 'The GS1 Digital Link explained for SEO Jedis' (https://wordlift.io/blog/en/gs1-digital-link-seo/), 'Dynamic Internal Links in SEO' (https://wordlift.io/blog/en/dynamic-internal-links-in-seo/), 'Understanding LLM Optimization' (https://wordlift.io/blog/en/understanding-llm-optimization/), and 'From Harold Cohen to Modern AI' (https://wordlift.io/blog/en/the-power-of-symbolic-reasoning/). Remember: never link to the homepage; choose anchors based on content relevance and keyword opportunity.` | | **Generate AI Overview** | Create an AI-powered overview on a given topic. | `run a search on 'GS1 Digital Link' using only the content on this website. Develop an AI-powered snapshot that provides a quick overview, offering links with text anchors to supporting articles. Be extremely concise, using only three sentences. Embed links directly in the key text of each statement.` | | **Generate Product Highlights** | Create product highlights for the Google Merchant Center. | `find everything on the website about the Ray-Ban RB3565. Based on this information, write short bullet points of the most relevant product highlights. The highlights should help shoppers with easily consumable, quick-to-scan sentence fragments that answer common consumer questions or focus on the most important attributes of the product. Instructions: Limit 1-150 characters per highlight; recommend 4-6 highlights; minimum 2 highlights; do not mention discounts; ensure content complies with data privacy regulations.` | -| **Analyze and Differentiate Webpages** | Perform entity extraction, keyword analysis, and detailed search intent determination for two webpages, then propose strategies to differentiate them. | `analyze the following pages from the website: URL1: Article: https://wordlift.io/blog/en/underutilized-schema-markups-for-publishers/, Title1: Underutilized Schema Markups for Publishers; URL2: Article: https://wordlift.io/blog/en/structured-data-for-personal-branding/, Title2: Structured Data for Personal Branding. For each page, perform the following analyses: Extract Entities: Use the content analysis tool to extract entities mentioned in each page; Identify Keywords: Determine the primary and secondary keywords based on the content and metadata; Determine Detailed Search Intent: Present a detailed description of the search (user) intent, going beyond simple categories. Present the analysis results in a table, including: URL, Title, Primary Keywords, Secondary Keywords, Extracted Entities, Detailed Search Intent. Propose strategies to differentiate the pages: Suggest ways to distinguish each page's content, focusing on unique aspects of content, keywords, and entities; Recommend optimizations to improve SEO performance, prevent keyword cannibalization, and enhance user experience.` | +| **Analyze and Differentiate Webpages** | Perform entity extraction, keyword analysis, and detailed search intent determination for two webpages, then propose strategies to differentiate them. | `analyze the following pages from the website: URL1: Article: https://wordlift.io/blog/en/underutilized-schema-markups-for-publishers/, Title1: Underutilized Schema Markups for Publishers; URL2: Article: https://wordlift.io/blog/en/structured-data-for-personal-branding/, Title2: Structured Data for Personal Branding. For each page, perform the following analyses: Extract Entities: Use the content analysis tool to extract entities mentioned in each page; Identify Keywords: Determine the primary and secondary keywords based on the content and metadata; Determine Detailed Search Intent: Present a detailed description of the search (user) intent, going beyond simple categories. Present the analysis results, including: URL, Title, Primary Keywords, Secondary Keywords, Extracted Entities, Detailed Search Intent. Propose strategies to differentiate the pages: Suggest ways to distinguish each page's content, focusing on unique aspects of content, keywords, and entities; Recommend optimizations to improve SEO performance, prevent keyword cannibalization, and enhance user experience.` | | **Audit the Markup of a Webpage** | Analyze the embedded metadata from HTML markup. | `analyze the markup of the page at https://moz.com/community/q/user/jennita#communityPage, focusing on the JSON-LD. Provide a brief review and include your recommendations for improvement. Keep the analysis concise.` | :::tip