diff --git a/docs/agent-wordlift/workflows/keyword-discovery.md b/docs/agent-wordlift/workflows/keyword-discovery.md index 0f5720d..3ee0e5b 100644 --- a/docs/agent-wordlift/workflows/keyword-discovery.md +++ b/docs/agent-wordlift/workflows/keyword-discovery.md @@ -35,7 +35,7 @@ We can also venture into a more sophisticated prompt that will automatically run > "Now, propose three keyword ideas for 'Natural Shower Gel' for each keyword, provide suggestions, extract the topics, and present all the data in a table highlighting the opportunities. I need in the end the outline for a blog post on the keyword that has the highest chance." -![image](docs/agent-wordlift/images/agent-wordlift-outline-ideas.png) +![image](../images/agent-wordlift-outline-ideas.png) This prompt not only seeks keyword opportunities but also aims at creating actionable content strategy outputs, like drafting a blog post outline based on the keyword with the highest potential. diff --git a/docusaurus.config.js b/docusaurus.config.js index 7be6d87..345ea12 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -76,46 +76,21 @@ const config = { label: "Products", position: "left", items: [ - { - label: "Agent WordLift", - to: "agent-wordlift", - }, - { - label: "Knowledge Graph", - to: "knowledge-graph", - }, - { - label: "WordPress Plugin", - to: "wordpress-plugin", - }, - { - label: "WooCommerce Plugin", - to: "woocommerce/introduction", - }, - { - label: "Google Sheets Add-on", - to: "seo-add-on-google-sheets/introduction", - }, - { - label: "Looker Studio Connector", - to: "looker-studio-connector/introduction", - }, - { - label: "Product Knowledge Graph Builder", - to: "product-knowledge-graph-builder/introduction", - }, - { - label: "Cloud", - to: "cloud", - }, - { - label: "LLM Connectors", - to: "llm-connectors/wordlift-reader", - }, - { - label: "Content Generation", - to: "content-generation", - }, + { type: 'label', label: 'Search Demand', }, + { label: "Google Sheets Add-on", to: "seo-add-on-google-sheets/introduction" }, + + { type: 'label', label: 'Knowledge Graph', }, + { label: "Product Knowledge Graph Builder", to: "product-knowledge-graph-builder/introduction" }, + { label: "WordPress Plugin", to: "wordpress-plugin" }, + { label: "WooCommerce Plugin", to: "woocommerce/introduction" }, + + { type: 'label', label: 'Smart Content', }, + { label: "Agent WordLift", to: "agent-wordlift" }, + { label: "Content Generation", to: "content-generation" }, + { label: "LLM Connectors", to: "llm-connectors/wordlift-reader" }, + + { type: 'label', label: 'Semantic Reporting', }, + { label: "Looker Studio Connector", to: "looker-studio-connector/introduction" }, ], }, {