Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberandy committed Mar 18, 2024
1 parent aeaec60 commit b56cf09
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 18 deletions.
5 changes: 5 additions & 0 deletions docs/agent-wordlift/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 8
---

## Frequently Asked Questions
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This documentation is organized into the following sections:
* **Search Demand**
* [Google Sheets Add-on](/seo-add-on-google-sheets/introduction)
* **Knowledge Graph**
* [Botify Connector](/api-guides/botify)
* [Botify Connector](/knowledge-graph/botify/)
* [Sitemap Import](/knowledge-graph/sitemap-import/)
* [Analytics Import](/knowledge-graph/analytics-api/)
* [Product Knowledge Graph Builder](/product-knowledge-graph-builder/introduction/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: Botify Crawl Imports
sidebar_position: 40
toc_min_heading_level: 2
toc_max_heading_level: 5
---

# Botify
# Botify Crawl Imports

Use the Botify Crawl Imports endpoint (`https://api.wordlift.io/botify-crawl-imports`) to populate a Knowledge Graph with data from Botify.

Expand Down Expand Up @@ -72,7 +74,7 @@ With this request we tell the API to:
1. Use the Botify collection called `crawl.20240127`.
1. Filter the data by the field `crawl.20240127.extract.plp_header_description_extracted_text_part_1`. The Botify filters can be used here.
1. We ask the API to generate embeddings by using the resulting `headline` and `text` properties from the schema.org namespace.
1. We tell the API to generate the `text` property by joining the data present in the `{collection}.extract.plp_header_description_extracted_text_part_...` Botify property.
1. We tell the API to generate the `text` property by joining the data present in the `{collection}.extract.plp_header_description_extracted_text_part_...` Botify property.

:::tip
`{collection}` is a placeholder, it is replaced with the value set in `collection`.
Expand Down
7 changes: 5 additions & 2 deletions docs/knowledge-graph/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The Knowledge Graph constitutes the basic representation of the Knowledge Domain

There are several way to populate data in a Knowledge Graph.

In this section you can populate data using URLs by providing a `sitemap.xml` file or manually by using the [Sitemap Import API](./sitemap-import.md).
In this section you can populate data using:

Once the web pages have been imported it is possible to populate the Analytics data by using the [Analytics API](./analytics-api.md).
- URLs by providing a `sitemap.xml` file or manually by using the [Sitemap Import API](./sitemap-import.md) or;
- Crawl data coming from [Botify](./botify.md)

Once the web pages have been imported it is possible to populate the Analytics data by using the [Analytics API](./analytics-api.md). This requires access to Google Search Console and might not be needed if you are using the [Botify Crawl Import](botify.md).
24 changes: 12 additions & 12 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@ const config = {
label: "Products",
position: "left",
items: [
{ label: "Search Demand > Google Sheets Add-on", to: "seo-add-on-google-sheets/introduction" },
{ label: "Knowledge Graph > Botify Connector", to: "api-guides/botify" },
{ label: "Knowledge Graph > Sitemap Import", to: "knowledge-graph/sitemap-import/" },
{ label: "Knowledge Graph > Analytics Import", to: "knowledge-graph/analytics-api/" },
{ label: "Knowledge Graph > Product Knowledge Graph Builder", to: "product-knowledge-graph-builder/introduction" },
{ label: "Knowledge Graph > WordPress Plugin", to: "wordpress-plugin" },
{ label: "Knowledge Graph > WooCommerce Plugin", to: "woocommerce/introduction" },
{ label: "Knowledge Graph > Cloud", to: "cloud" },
{ label: "Smart Content > Agent WordLift", to: "agent-wordlift" },
{ label: "Smart Content > Content Generation", to: "content-generation" },
{ label: "Smart Content > LLM Connectors", to: "llm-connectors/wordlift-reader" },
{ label: "Semantic Reporting > Looker Studio Connector ", to: "looker-studio-connector/introduction" },
{ label: "Search Demand / Google Sheets Add-on", to: "seo-add-on-google-sheets/introduction" },
{ label: "Knowledge Graph / Botify Connector", to: "knowledge-graph/botify/" },
{ label: "Knowledge Graph / Sitemap Import", to: "knowledge-graph/sitemap-import/" },
{ label: "Knowledge Graph / Analytics Import", to: "knowledge-graph/analytics-api/" },
{ label: "Knowledge Graph / Product Knowledge Graph Builder", to: "product-knowledge-graph-builder/introduction" },
{ label: "Knowledge Graph / WordPress Plugin", to: "wordpress-plugin" },
{ label: "Knowledge Graph / WooCommerce Plugin", to: "woocommerce/introduction" },
{ label: "Knowledge Graph / Cloud", to: "cloud" },
{ label: "Smart Content / Agent WordLift", to: "agent-wordlift" },
{ label: "Smart Content / Content Generation", to: "content-generation" },
{ label: "Smart Content / LLM Connectors", to: "llm-connectors/wordlift-reader" },
{ label: "Semantic Reporting / Looker Studio Connector ", to: "looker-studio-connector/introduction" },
],
},
{
Expand Down

0 comments on commit b56cf09

Please sign in to comment.