From 4142bf83591f0d060048376b4178de3224a5fdbf Mon Sep 17 00:00:00 2001 From: Anastasiia Tovpeko <114177030+atovpeko@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:12:36 +0200 Subject: [PATCH] SEO excerpts: About, AI, API --- about/changelog.md | 2 +- about/contribute-to-docs.md | 2 +- about/contribute-to-timescale.md | 2 +- about/index.md | 1 + about/release-notes.md | 2 +- about/timescaledb-editions.md | 2 +- ai/index.md | 2 +- ai/key-vector-database-concepts-for-understanding-pgvector.md | 2 +- ai/sql-interface-for-pgvector-and-timescale-vector.md | 2 +- api/actions.md | 2 +- api/administration.md | 2 +- api/api-tag-overview.md | 2 +- api/compression.md | 2 +- api/configuration.md | 2 +- api/data-retention.md | 2 +- api/distributed-hypertables.md | 2 +- api/hyperfunctions.md | 2 +- api/hypertable.md | 2 +- api/index.md | 2 +- api/informational-views.md | 2 +- 20 files changed, 20 insertions(+), 19 deletions(-) diff --git a/about/changelog.md b/about/changelog.md index cfc74b14d4..95b5db9b1d 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -1,6 +1,6 @@ --- title: Changelog -excerpt: A summary of the latest changes to all Timescale products. +excerpt: Get a weekly summary of the latest changes to Timescale products with links to detailed documentation keywords: [changelog, upgrades, updates, releases] --- diff --git a/about/contribute-to-docs.md b/about/contribute-to-docs.md index 77b187d512..d8cd1cff08 100644 --- a/about/contribute-to-docs.md +++ b/about/contribute-to-docs.md @@ -1,6 +1,6 @@ --- title: Contribute to Timescale documentation -excerpt: Advice and style guide for contributing to Timescale documentation +excerpt: Contribute to Timescale documentation following our key guidelines products: [cloud, mst, self_hosted] keywords: [contribute] tags: [docs, style guide] diff --git a/about/contribute-to-timescale.md b/about/contribute-to-timescale.md index f16c551331..c53468a1df 100644 --- a/about/contribute-to-timescale.md +++ b/about/contribute-to-timescale.md @@ -1,6 +1,6 @@ --- title: Contribute to Timescale -excerpt: Learn more about how to contribute to Timescale +excerpt: We welcome all contributions! Learn to contribute to the TimescaleDB code base and documentation products: [cloud, mst, self_hosted] keywords: [contribute] tags: [github] diff --git a/about/index.md b/about/index.md index aaffb888ad..c8fddbabbe 100644 --- a/about/index.md +++ b/about/index.md @@ -1,5 +1,6 @@ --- title: About Timescale +excerpt: Learn about Timescale Cloud and TimescaleDB, including pricing, release notes, feature overview, and contribution guidelines --- # About Timescale diff --git a/about/release-notes.md b/about/release-notes.md index 378a5ef16b..13425d94fc 100644 --- a/about/release-notes.md +++ b/about/release-notes.md @@ -1,6 +1,6 @@ --- title: Timescale release notes -excerpt: New features and fixes are released regularly in all Timescale products +excerpt: Get an overview of the new features, improvements, and fixes released in every version of Timescale Cloud and TimescaleDB keywords: [TimescaleDB, Timescale Cloud, TimescaleDB Toolkit, pgai, pgvectorscale, pgspot, live-migration, upgrades, updates, releases] --- diff --git a/about/timescaledb-editions.md b/about/timescaledb-editions.md index 23fc1a5d1c..70f9a98c5f 100644 --- a/about/timescaledb-editions.md +++ b/about/timescaledb-editions.md @@ -1,6 +1,6 @@ --- title: Compare TimescaleDB editions -excerpt: Compare different editions of TimescaleDB +excerpt: See the difference between the TimescaleDB Community and TimescaleDB Apache 2 editions products: [cloud, mst, self_hosted] keywords: [Apache, community, license] tags: [learn, contribute] diff --git a/ai/index.md b/ai/index.md index ee63dc9929..7e1dd41744 100644 --- a/ai/index.md +++ b/ai/index.md @@ -1,6 +1,6 @@ --- title: Power your AI apps with PostgreSQL -excerpt: A description of Timescale Vector and vectors in general +excerpt: Timescale pgai is a solution for building search, RAG, and AI agents with PostgreSQL. Learn more about pgai and how to use it products: [cloud] keywords: [ai, vector, pgvector, pgvectorscale, pgai] tags: [ai, vector] diff --git a/ai/key-vector-database-concepts-for-understanding-pgvector.md b/ai/key-vector-database-concepts-for-understanding-pgvector.md index 9797742c9e..697e68a47b 100644 --- a/ai/key-vector-database-concepts-for-understanding-pgvector.md +++ b/ai/key-vector-database-concepts-for-understanding-pgvector.md @@ -1,6 +1,6 @@ --- title: Key vector database concepts for understanding pgvector -excerpt: The most important vector database concepts for understanding AI in PostgreSQL - pgvector, pgvectorscale, and pgai +excerpt: Learn the most important vector database concepts for understanding AI in PostgreSQL - pgvector, pgvectorscale, and pgai products: [cloud] keywords: [ai, vector, pgvector, pgvectorscale, pgai] tags: [ai, vector] diff --git a/ai/sql-interface-for-pgvector-and-timescale-vector.md b/ai/sql-interface-for-pgvector-and-timescale-vector.md index 8497ab464c..08cdb53b0f 100644 --- a/ai/sql-interface-for-pgvector-and-timescale-vector.md +++ b/ai/sql-interface-for-pgvector-and-timescale-vector.md @@ -1,6 +1,6 @@ --- title: SQL inteface for pgvector and pgvectorscale -excerpt: A detailed description of how to work with pgvector and pgvectorscale using SQL. +excerpt: Use the SQL interface to work with pgvector and pgvectorscale, including installing the extensions, creating a table, querying the vector embeddings, and more products: [cloud] keywords: [ai, vector, pgvector, timescale vector, sql, pgvectorscale] tags: [ai, vector, sql] diff --git a/api/actions.md b/api/actions.md index 83768c2255..b504c106f7 100644 --- a/api/actions.md +++ b/api/actions.md @@ -1,6 +1,6 @@ --- title: User-defined actions -excerpt: Define your own functions and procedures to run on a schedule +excerpt: Timescale Cloud API reference for user-defined actions. Includes SQL functions for adding, altering, deleting, and running a user-defined action keywords: [actions, jobs] tags: [user-defined actions, background jobs, scheduled jobs, automation framework] --- diff --git a/api/administration.md b/api/administration.md index bd63d4b641..42f5d7abf1 100644 --- a/api/administration.md +++ b/api/administration.md @@ -1,6 +1,6 @@ --- title: Administrative functions -excerpt: Prepare a database for backup and restore, and keep track of your setup data +excerpt: The full list of administration functions available in Timescale Cloud. Administration functions help you manage your service before and after recovery, as well as keeping track of your data keywords: [administration] tags: [backup, restore, set up] --- diff --git a/api/api-tag-overview.md b/api/api-tag-overview.md index e1223ae7f7..8d43d4f0b4 100644 --- a/api/api-tag-overview.md +++ b/api/api-tag-overview.md @@ -1,6 +1,6 @@ --- title: API reference tag overview -excerpt: Understand the tags used in the Timescale documentation API references +excerpt: The Timescale Cloud API reference includes tags to categorize the available SQL functions and views. See what tags are used and what they mean tags: [licenses, toolkit, experimental] --- diff --git a/api/compression.md b/api/compression.md index e802dd4a8c..430bc86699 100644 --- a/api/compression.md +++ b/api/compression.md @@ -1,6 +1,6 @@ --- title: Compression -excerpt: Compress your hypertable +excerpt: Timescale Cloud API reference for compressing your data. Includes SQL functions for compressing and decompressing chunks, managing compression policies, and getting compression stats keywords: [compression] tags: [hypertables] --- diff --git a/api/configuration.md b/api/configuration.md index ea4f58b2e9..f462aa09dc 100644 --- a/api/configuration.md +++ b/api/configuration.md @@ -1,6 +1,6 @@ --- title: Configuration -excerpt: Configure your TimescaleDB instance and PostgreSQL server +excerpt: Use the default PostgreSQL server configuration settings for your Timescale Cloud service, or customize them as needed keywords: [configure] --- diff --git a/api/data-retention.md b/api/data-retention.md index 514b11d858..a7a0a2801a 100644 --- a/api/data-retention.md +++ b/api/data-retention.md @@ -1,6 +1,6 @@ --- title: Data retention -excerpt: Delete old data to save disk save +excerpt: Timescale Cloud API reference for data retention. Includes SQL functions for adding and removing data retention policies that run on a schedule that you define keywords: [data retention, delete] tags: [drop] --- diff --git a/api/distributed-hypertables.md b/api/distributed-hypertables.md index 9919824880..a4e08ee207 100644 --- a/api/distributed-hypertables.md +++ b/api/distributed-hypertables.md @@ -1,6 +1,6 @@ --- title: Distributed hypertables -excerpt: Create and manage distributed hypertables +excerpt: Sunsetted v2.14.x. Timescale Cloud API reference for dealing with distributed hypertables keywords: [distributed hypertables] --- diff --git a/api/hyperfunctions.md b/api/hyperfunctions.md index 1390634bc6..3d51464ab8 100644 --- a/api/hyperfunctions.md +++ b/api/hyperfunctions.md @@ -1,6 +1,6 @@ --- title: Hyperfunctions -excerpt: Use hyperfunctions to simplify data analysis +excerpt: The full list of hyperfunctions available in Timescale Cloud, with required arguments, returns, and complete use examples keywords: [hyperfunctions, Toolkit] --- diff --git a/api/hypertable.md b/api/hypertable.md index b5a31f9d4f..1927a52ad5 100644 --- a/api/hypertable.md +++ b/api/hypertable.md @@ -1,6 +1,6 @@ --- title: Hypertables and chunks -excerpt: Create and work with hypertables +excerpt: Timescale Cloud API reference for dealing with hypertables and chunks. Includes all SQL functions and views related to managing hypertables, chunks, dimensions, tablespaces, and indexing keywords: [hypertables, chunks] --- diff --git a/api/index.md b/api/index.md index 2f17449827..c62e64409c 100644 --- a/api/index.md +++ b/api/index.md @@ -1,6 +1,6 @@ --- title: TimescaleDB API reference -excerpt: Look up details about the use and behavior of TimescaleDB APIs +excerpt: See the full list of SQL functions and views that Timescale Cloud provides to help you interact with and manage your data keywords: [reference] --- diff --git a/api/informational-views.md b/api/informational-views.md index bd62fb82e6..18e6a51103 100644 --- a/api/informational-views.md +++ b/api/informational-views.md @@ -1,6 +1,6 @@ --- title: Information views -excerpt: Get information about the state of your data, hypertables, continuous aggregates, and scheduled jobs +excerpt: The full list of informational views available in Timescale Cloud. Informational views provide detailed information about the state of your data, hypertables, chunks, and any jobs or policies you have in place keywords: [information] tags: [statistics, background jobs, scheduled jobs, hypertables, continuous aggregates, user-defined actions, compression] ---