This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch versioned-docs
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/versioned-docs by this push:
     new b99782011 [site] Do not index 1.2.0 (#3524)
b99782011 is described below

commit b9978201170eed1014ea46e84db6fbeb9f5f9fc7
Author: Robert Stupp <[email protected]>
AuthorDate: Mon Jan 26 15:30:19 2026 +0100

    [site] Do not index 1.2.0 (#3524)
    
    follow-up of #3486
---
 1.2.0/_index.md                                                      | 2 ++
 1.2.0/admin-tool.md                                                  | 2 ++
 1.2.0/command-line-interface.md                                      | 2 ++
 1.2.0/configuration.md                                               | 2 ++
 1.2.0/configuring-polaris-for-production.md                          | 2 ++
 1.2.0/entities.md                                                    | 2 ++
 1.2.0/evolution.md                                                   | 2 ++
 1.2.0/federation/_index.md                                           | 2 ++
 1.2.0/federation/hive-metastore-federation.md                        | 2 ++
 1.2.0/federation/iceberg-rest-federation.md                          | 2 ++
 1.2.0/generic-table.md                                               | 2 ++
 1.2.0/getting-started/_index.md                                      | 2 ++
 1.2.0/getting-started/creating-a-catalog/_index.md                   | 2 ++
 1.2.0/getting-started/creating-a-catalog/catalog-azure.md            | 4 +++-
 1.2.0/getting-started/creating-a-catalog/catalog-gcs.md              | 4 +++-
 1.2.0/getting-started/creating-a-catalog/s3/_index.md                | 2 ++
 1.2.0/getting-started/creating-a-catalog/s3/catalog-aws.md           | 4 +++-
 1.2.0/getting-started/creating-a-catalog/s3/catalog-minio.md         | 2 ++
 1.2.0/getting-started/deploying-polaris/_index.md                    | 2 ++
 1.2.0/getting-started/deploying-polaris/cloud-deploy/_index.md       | 2 ++
 1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md   | 2 ++
 1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md | 2 ++
 1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md   | 2 ++
 1.2.0/getting-started/deploying-polaris/local-deploy.md              | 2 ++
 1.2.0/getting-started/install-dependencies.md                        | 2 ++
 1.2.0/getting-started/using-polaris/_index.md                        | 2 ++
 1.2.0/getting-started/using-polaris/keycloak-idp.md                  | 4 +++-
 1.2.0/getting-started/using-polaris/telemetry-tools.md               | 2 ++
 1.2.0/helm.md                                                        | 2 ++
 1.2.0/managing-security/_index.md                                    | 4 +++-
 1.2.0/managing-security/access-control.md                            | 2 ++
 1.2.0/managing-security/external-idp/_index.md                       | 4 +++-
 1.2.0/managing-security/external-idp/idp-dev-notes.md                | 2 ++
 1.2.0/metastores.md                                                  | 2 ++
 1.2.0/polaris-api-specs/_index.md                                    | 4 +++-
 1.2.0/polaris-api-specs/polaris-catalog-api.md                       | 2 ++
 1.2.0/polaris-api-specs/polaris-management-api.md                    | 2 ++
 1.2.0/polaris-spark-client.md                                        | 2 ++
 1.2.0/policy.md                                                      | 2 ++
 1.2.0/realm.md                                                       | 2 ++
 1.2.0/telemetry.md                                                   | 2 ++
 41 files changed, 89 insertions(+), 7 deletions(-)

diff --git a/1.2.0/_index.md b/1.2.0/_index.md
index 607da8934..e2bf918d7 100644
--- a/1.2.0/_index.md
+++ b/1.2.0/_index.md
@@ -29,6 +29,8 @@ cascade:
   params:
     show_page_toc: true
 # This file will NOT be copied into a new release's versioned docs folder.
+robots: noindex
+exclude_search: true
 ---
 
 Apache Polaris (Incubating) is a catalog implementation for Apache 
Iceberg&trade; tables and is built on the open source Apache Iceberg&trade; 
REST protocol.
diff --git a/1.2.0/admin-tool.md b/1.2.0/admin-tool.md
index accfdcd52..2fabca734 100644
--- a/1.2.0/admin-tool.md
+++ b/1.2.0/admin-tool.md
@@ -20,6 +20,8 @@
 title: Admin Tool
 type: docs
 weight: 300
+robots: noindex
+exclude_search: true
 ---
 
 Polaris includes a tool for administrators to manage the metastore.
diff --git a/1.2.0/command-line-interface.md b/1.2.0/command-line-interface.md
index c455ec80f..cca3ff8cd 100644
--- a/1.2.0/command-line-interface.md
+++ b/1.2.0/command-line-interface.md
@@ -20,6 +20,8 @@
 title: Command Line Interface
 type: docs
 weight: 300
+robots: noindex
+exclude_search: true
 ---
 
 In order to help administrators quickly set up and manage their Polaris 
server, Polaris provides a simple command-line interface (CLI) for common tasks.
diff --git a/1.2.0/configuration.md b/1.2.0/configuration.md
index 78fd9cedb..6bb46dae9 100644
--- a/1.2.0/configuration.md
+++ b/1.2.0/configuration.md
@@ -20,6 +20,8 @@
 title: Configuring Polaris
 type: docs
 weight: 550
+robots: noindex
+exclude_search: true
 ---
 
 ## Overview
diff --git a/1.2.0/configuring-polaris-for-production.md 
b/1.2.0/configuring-polaris-for-production.md
index 928d8115f..5d77ffdba 100644
--- a/1.2.0/configuring-polaris-for-production.md
+++ b/1.2.0/configuring-polaris-for-production.md
@@ -21,6 +21,8 @@ title: Configuring Polaris for Production
 linkTitle: Production Configuration
 type: docs
 weight: 600
+robots: noindex
+exclude_search: true
 ---
 
 The default server configuration is intended for development and testing. When 
you deploy Polaris in production,
diff --git a/1.2.0/entities.md b/1.2.0/entities.md
index df53a0787..1ab77ff89 100644
--- a/1.2.0/entities.md
+++ b/1.2.0/entities.md
@@ -20,6 +20,8 @@
 Title: Entities
 type: docs
 weight: 400
+robots: noindex
+exclude_search: true
 ---
 
 This page documents various entities that can be managed in Apache Polaris 
(Incubating).
diff --git a/1.2.0/evolution.md b/1.2.0/evolution.md
index b3a57c752..a7497a829 100644
--- a/1.2.0/evolution.md
+++ b/1.2.0/evolution.md
@@ -20,6 +20,8 @@
 title: Polaris Evolution
 type: docs
 weight: 1000
+robots: noindex
+exclude_search: true
 ---
 
 This page discusses what can be expected from Apache Polaris as the project 
evolves.
diff --git a/1.2.0/federation/_index.md b/1.2.0/federation/_index.md
index e4fbe261a..52a2e11c0 100644
--- a/1.2.0/federation/_index.md
+++ b/1.2.0/federation/_index.md
@@ -20,6 +20,8 @@
 title: Federation
 type: docs
 weight: 703
+robots: noindex
+exclude_search: true
 ---
 
 Guides for federating Polaris with existing metadata services. Expand this 
section to select a
diff --git a/1.2.0/federation/hive-metastore-federation.md 
b/1.2.0/federation/hive-metastore-federation.md
index 0d39a5e4a..7b29ea68f 100644
--- a/1.2.0/federation/hive-metastore-federation.md
+++ b/1.2.0/federation/hive-metastore-federation.md
@@ -20,6 +20,8 @@
 title: Hive Metastore Federation
 type: docs
 weight: 705
+robots: noindex
+exclude_search: true
 ---
 
 Polaris can federate catalog operations to an existing Hive Metastore (HMS). 
This lets an external
diff --git a/1.2.0/federation/iceberg-rest-federation.md 
b/1.2.0/federation/iceberg-rest-federation.md
index 8318f4509..ebd2eed0d 100644
--- a/1.2.0/federation/iceberg-rest-federation.md
+++ b/1.2.0/federation/iceberg-rest-federation.md
@@ -20,6 +20,8 @@
 title: Iceberg REST Federation
 type: docs
 weight: 704
+robots: noindex
+exclude_search: true
 ---
 
 Polaris can federate an external Iceberg REST catalog (e.g., another Polaris 
deployment, AWS Glue, or a custom Iceberg
diff --git a/1.2.0/generic-table.md b/1.2.0/generic-table.md
index 63ef38a1d..e862aad30 100644
--- a/1.2.0/generic-table.md
+++ b/1.2.0/generic-table.md
@@ -20,6 +20,8 @@
 title: Generic Table (Beta)
 type: docs
 weight: 435
+robots: noindex
+exclude_search: true
 ---
 
 The Generic Table in Apache Polaris is designed to provide support for 
non-Iceberg tables across different table formats includes delta, csv etc. It 
currently provides the following capabilities:
diff --git a/1.2.0/getting-started/_index.md b/1.2.0/getting-started/_index.md
index 1707ceacd..b1ad425b4 100644
--- a/1.2.0/getting-started/_index.md
+++ b/1.2.0/getting-started/_index.md
@@ -21,6 +21,8 @@ title: Getting Started with Apache Polaris
 linkTitle: Getting Started
 type: docs
 weight: 101
+robots: noindex
+exclude_search: true
 ---
 
 The fastest way to get started is with our Docker Compose examples. Each 
example provides a complete working environment with detailed instructions.
diff --git a/1.2.0/getting-started/creating-a-catalog/_index.md 
b/1.2.0/getting-started/creating-a-catalog/_index.md
index eeaf43173..6a1622a71 100644
--- a/1.2.0/getting-started/creating-a-catalog/_index.md
+++ b/1.2.0/getting-started/creating-a-catalog/_index.md
@@ -21,6 +21,8 @@ title: Creating a Catalog
 linkTitle: Creating a Catalog
 type: docs
 weight: 300
+robots: noindex
+exclude_search: true
 ---
 
 The following Object Storage providers can be configured as storage backends 
for your Polaris catalog:
diff --git a/1.2.0/getting-started/creating-a-catalog/catalog-azure.md 
b/1.2.0/getting-started/creating-a-catalog/catalog-azure.md
index 8666f2887..b3be2321b 100644
--- a/1.2.0/getting-started/creating-a-catalog/catalog-azure.md
+++ b/1.2.0/getting-started/creating-a-catalog/catalog-azure.md
@@ -21,6 +21,8 @@ title: Creating a catalog on Azure
 linkTitle: Azure
 type: docs
 weight: 300
+robots: noindex
+exclude_search: true
 ---
 
 For the `polaris catalogs create` [command]({{% ref 
"../../command-line-interface#create" %}}) there are few `azure` only options
@@ -52,4 +54,4 @@ CONSENT_URL=https://myapp.com/consent
   --consent-url ${CONSENT_URL} \
   --default-base-location ${DEFAULT_BASE_LOCATION} \
   my_azure_catalog
-```
\ No newline at end of file
+```
diff --git a/1.2.0/getting-started/creating-a-catalog/catalog-gcs.md 
b/1.2.0/getting-started/creating-a-catalog/catalog-gcs.md
index db6214e38..0adebaec2 100644
--- a/1.2.0/getting-started/creating-a-catalog/catalog-gcs.md
+++ b/1.2.0/getting-started/creating-a-catalog/catalog-gcs.md
@@ -21,6 +21,8 @@ title: Creating a catalog on Google Cloud Storage (GCS)
 linkTitle: GCS
 type: docs
 weight: 200
+robots: noindex
+exclude_search: true
 ---
 
 For the `polaris catalogs create` [command]({{% ref 
"../../command-line-interface#create" %}}) there are few `gcs` only options
@@ -46,4 +48,4 @@ 
SERVICE_ACCOUNT=serviceAccount:[email protected]
   --service-account ${SERVICE_ACCOUNT} \
   --default-base-location ${DEFAULT_BASE_LOCATION} \
   my_gcs_catalog
-```
\ No newline at end of file
+```
diff --git a/1.2.0/getting-started/creating-a-catalog/s3/_index.md 
b/1.2.0/getting-started/creating-a-catalog/s3/_index.md
index 538bca17a..af1647254 100644
--- a/1.2.0/getting-started/creating-a-catalog/s3/_index.md
+++ b/1.2.0/getting-started/creating-a-catalog/s3/_index.md
@@ -21,6 +21,8 @@ title: Creating a catalog on S3 compatible cloud providers
 linkTitle: S3
 type: docs
 weight: 100
+robots: noindex
+exclude_search: true
 ---
 
 The following S3 compatible cloud providers can be configured as storage 
backends for your Polaris catalog:
diff --git a/1.2.0/getting-started/creating-a-catalog/s3/catalog-aws.md 
b/1.2.0/getting-started/creating-a-catalog/s3/catalog-aws.md
index b86ac874f..80e6cb781 100644
--- a/1.2.0/getting-started/creating-a-catalog/s3/catalog-aws.md
+++ b/1.2.0/getting-started/creating-a-catalog/s3/catalog-aws.md
@@ -21,6 +21,8 @@ title: Creating a catalog on AWS S3
 linkTitle: AWS
 type: docs
 weight: 100
+robots: noindex
+exclude_search: true
 ---
 
 When creating a catalog based on AWS S3 storage only the `role-arn` is a 
required parameter. However, usually
@@ -49,4 +51,4 @@ EXTERNAL_ID=12345678901234567890
   --region ${REGION} \
   --external-id ${EXTERNAL_ID} \
   quickstart_catalog
-```
\ No newline at end of file
+```
diff --git a/1.2.0/getting-started/creating-a-catalog/s3/catalog-minio.md 
b/1.2.0/getting-started/creating-a-catalog/s3/catalog-minio.md
index cdeeb1277..0923c6326 100644
--- a/1.2.0/getting-started/creating-a-catalog/s3/catalog-minio.md
+++ b/1.2.0/getting-started/creating-a-catalog/s3/catalog-minio.md
@@ -21,6 +21,8 @@ title: Creating a catalog on MinIO
 linkTitle: MinIO
 type: docs
 weight: 200
+robots: noindex
+exclude_search: true
 ---
 
 When creating a catalog based on MinIO storage it is important to configure 
the `endpoint` property to point
diff --git a/1.2.0/getting-started/deploying-polaris/_index.md 
b/1.2.0/getting-started/deploying-polaris/_index.md
index e975f6927..e0f338284 100644
--- a/1.2.0/getting-started/deploying-polaris/_index.md
+++ b/1.2.0/getting-started/deploying-polaris/_index.md
@@ -21,6 +21,8 @@ title: Deploying Polaris
 linkTitle: Deploying Polaris
 type: docs
 weight: 200
+robots: noindex
+exclude_search: true
 ---
 
 Here you can find the guides of how to deploy Polaris locally, as well as with 
all supported Cloud Providers: Amazon Web Services (AWS), Azure, and Google 
Cloud Platform (GCP).
diff --git a/1.2.0/getting-started/deploying-polaris/cloud-deploy/_index.md 
b/1.2.0/getting-started/deploying-polaris/cloud-deploy/_index.md
index 56626bc2c..876766078 100644
--- a/1.2.0/getting-started/deploying-polaris/cloud-deploy/_index.md
+++ b/1.2.0/getting-started/deploying-polaris/cloud-deploy/_index.md
@@ -21,6 +21,8 @@ title: Deploying Polaris on Cloud Providers
 linkTitle: Cloud Providers
 type: docs
 weight: 300
+robots: noindex
+exclude_search: true
 ---
 
 Polaris can be deployed on various cloud providers, including Amazon Web 
Services (AWS), Azure, and Google Cloud Platform (GCP). 
diff --git a/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md 
b/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md
index 485365d59..10d2db871 100644
--- a/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md
+++ b/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md
@@ -21,6 +21,8 @@ title: Deploying Polaris on Amazon Web Services (AWS)
 linkTitle: AWS
 type: docs
 weight: 310
+robots: noindex
+exclude_search: true
 ---
 
 Build and launch Polaris using the AWS Startup Script at the location provided 
in the command below. This script will start an [Amazon RDS for 
PostgreSQL](https://aws.amazon.com/rds/postgresql/) instance, which will be 
used as the backend Postgres instance holding all Polaris data.
diff --git 
a/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md 
b/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md
index ce265391f..091bd2112 100644
--- a/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md
+++ b/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md
@@ -21,6 +21,8 @@ title: Deploying Polaris on Azure
 linkTitle: Azure
 type: docs
 weight: 320
+robots: noindex
+exclude_search: true
 ---
 
 Build and launch Polaris using the Azure Startup Script at the location 
provided in the command below. This script will start an [Azure Database for 
PostgreSQL - Flexible 
Server](https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/overview)
 instance, which will be used as the backend Postgres instance holding all 
Polaris data.
diff --git a/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md 
b/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md
index dfb47bc78..a833af57d 100644
--- a/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md
+++ b/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md
@@ -21,6 +21,8 @@ title: Deploying Polaris on Google Cloud Platform (GCP)
 linkTitle: GCP
 type: docs
 weight: 330
+robots: noindex
+exclude_search: true
 ---
 
 Build and launch Polaris using the GCP Startup Script at the location provided 
in the command below. This script will start a [Cloud SQL for 
PostgreSQL](https://cloud.google.com/sql/docs/postgres) instance, which will be 
used as the backend Postgres instance holding all Polaris data.
diff --git a/1.2.0/getting-started/deploying-polaris/local-deploy.md 
b/1.2.0/getting-started/deploying-polaris/local-deploy.md
index c2b7b4174..2a24b612f 100644
--- a/1.2.0/getting-started/deploying-polaris/local-deploy.md
+++ b/1.2.0/getting-started/deploying-polaris/local-deploy.md
@@ -21,6 +21,8 @@ title: Deploying Polaris locally
 linkTitle: Local deployment
 type: docs
 weight: 200
+robots: noindex
+exclude_search: true
 ---
 
 Polaris can be deployed via a docker image or as a standalone process. Before 
starting, be sure that you've satisfied the relevant prerequisites detailed in 
the previous page.
diff --git a/1.2.0/getting-started/install-dependencies.md 
b/1.2.0/getting-started/install-dependencies.md
index 66640104d..a54112453 100644
--- a/1.2.0/getting-started/install-dependencies.md
+++ b/1.2.0/getting-started/install-dependencies.md
@@ -20,6 +20,8 @@
 Title: Installing Dependencies
 type: docs
 weight: 100
+robots: noindex
+exclude_search: true
 ---
 
 This guide serves as an introduction to several key entities that can be 
managed with Apache Polaris (Incubating), describes how to build and deploy 
Polaris locally, and finally includes examples of how to use Polaris with 
Apache Spark&trade;.
diff --git a/1.2.0/getting-started/using-polaris/_index.md 
b/1.2.0/getting-started/using-polaris/_index.md
index 752a846f5..108e11c43 100644
--- a/1.2.0/getting-started/using-polaris/_index.md
+++ b/1.2.0/getting-started/using-polaris/_index.md
@@ -20,6 +20,8 @@
 Title: Using Polaris
 type: docs
 weight: 401
+robots: noindex
+exclude_search: true
 ---
 
 ## Setup
diff --git a/1.2.0/getting-started/using-polaris/keycloak-idp.md 
b/1.2.0/getting-started/using-polaris/keycloak-idp.md
index a0d27b738..85041d32d 100644
--- a/1.2.0/getting-started/using-polaris/keycloak-idp.md
+++ b/1.2.0/getting-started/using-polaris/keycloak-idp.md
@@ -21,6 +21,8 @@ title: Getting Started with Apache Polaris, External 
Authentication and Keycloak
 linkTitle: Using Keycloak IDP
 type: docs
 weight: 400
+robots: noindex
+exclude_search: true
 ---
 
 ## Overview
@@ -209,4 +211,4 @@ curl -v http://localhost:8181/api/management/v1/catalogs \
   -H 'Accept: application/json'
 ```
 
-This will return a `401 Unauthorized` error because the token is not valid for 
the `realm-internal` realm.
\ No newline at end of file
+This will return a `401 Unauthorized` error because the token is not valid for 
the `realm-internal` realm.
diff --git a/1.2.0/getting-started/using-polaris/telemetry-tools.md 
b/1.2.0/getting-started/using-polaris/telemetry-tools.md
index b6a9e8f8e..0f3c57d11 100644
--- a/1.2.0/getting-started/using-polaris/telemetry-tools.md
+++ b/1.2.0/getting-started/using-polaris/telemetry-tools.md
@@ -21,6 +21,8 @@ title: Getting Started with Apache Polaris, Prometheus and 
Jaeger
 linkTitle: Using Polaris with telemetry tools
 type: docs
 weight: 401
+robots: noindex
+exclude_search: true
 ---
 
 This example requires `jq` to be installed on your machine.
diff --git a/1.2.0/helm.md b/1.2.0/helm.md
index ef82e8e67..09765be5c 100644
--- a/1.2.0/helm.md
+++ b/1.2.0/helm.md
@@ -20,6 +20,8 @@
 Title: Polaris Helm Chart
 type: docs
 weight: 675
+robots: noindex
+exclude_search: true
 ---
 
 <!---
diff --git a/1.2.0/managing-security/_index.md 
b/1.2.0/managing-security/_index.md
index 3a10c8900..70b5d4839 100644
--- a/1.2.0/managing-security/_index.md
+++ b/1.2.0/managing-security/_index.md
@@ -21,8 +21,10 @@ title: Managing Security
 linkTitle: Managing Security
 type: docs
 weight: 550
+robots: noindex
+exclude_search: true
 ---
 
 ## [Access Control]({{< relref "access-control" >}})
 
-## [Authentification and Identity Providers]({{< relref "external-idp" >}})
\ No newline at end of file
+## [Authentification and Identity Providers]({{< relref "external-idp" >}})
diff --git a/1.2.0/managing-security/access-control.md 
b/1.2.0/managing-security/access-control.md
index b8a1b697c..295c606ff 100644
--- a/1.2.0/managing-security/access-control.md
+++ b/1.2.0/managing-security/access-control.md
@@ -21,6 +21,8 @@ title: Role-Based Access Control
 linkTitle: Access Control
 type: docs
 weight: 200
+robots: noindex
+exclude_search: true
 ---
 
 This section provides information about how access control works for Apache 
Polaris (Incubating).
diff --git a/1.2.0/managing-security/external-idp/_index.md 
b/1.2.0/managing-security/external-idp/_index.md
index 4ccecbadf..ee55daa88 100644
--- a/1.2.0/managing-security/external-idp/_index.md
+++ b/1.2.0/managing-security/external-idp/_index.md
@@ -21,6 +21,8 @@ title: Identity Providers
 linkTitle: Identity Providers
 type: docs
 weight: 300
+robots: noindex
+exclude_search: true
 ---
 
 Apache Polaris supports authentication via external identity providers (IdPs) 
using OpenID Connect (OIDC) in addition to the internal authentication system. 
This feature enables flexible identity federation with enterprise IdPs and 
allows gradual migration or hybrid authentication strategies across realms in 
Polaris. 
@@ -252,4 +254,4 @@ See more examples below.
 ### Additional Links 
 
 * For complete Keycloak integration example, see: [Keycloak External IDP 
Configuration Guide]({{< relref 
"../../getting-started/using-polaris/keycloak-idp.md" >}})
-* See [Developer Notes]({{< relref "idp-dev-notes.md" >}}) with internal 
implementation details for developers who want to understand or extend Polaris 
authentication.
\ No newline at end of file
+* See [Developer Notes]({{< relref "idp-dev-notes.md" >}}) with internal 
implementation details for developers who want to understand or extend Polaris 
authentication.
diff --git a/1.2.0/managing-security/external-idp/idp-dev-notes.md 
b/1.2.0/managing-security/external-idp/idp-dev-notes.md
index 16bc759b8..dd25130ac 100644
--- a/1.2.0/managing-security/external-idp/idp-dev-notes.md
+++ b/1.2.0/managing-security/external-idp/idp-dev-notes.md
@@ -21,6 +21,8 @@ title: Authentification Development Details
 linkTitle: Development Details
 type: docs
 weight: 301
+robots: noindex
+exclude_search: true
 ---
 
 ## Developer Architecture Notes
diff --git a/1.2.0/metastores.md b/1.2.0/metastores.md
index c22bbdd90..7829b8847 100644
--- a/1.2.0/metastores.md
+++ b/1.2.0/metastores.md
@@ -20,6 +20,8 @@
 title: Metastores
 type: docs
 weight: 700
+robots: noindex
+exclude_search: true
 ---
 
 This page explains how to configure and use Polaris metastores with either the 
recommended Relational JDBC or the
diff --git a/1.2.0/polaris-api-specs/_index.md 
b/1.2.0/polaris-api-specs/_index.md
index 3f4a98498..74b4cb089 100644
--- a/1.2.0/polaris-api-specs/_index.md
+++ b/1.2.0/polaris-api-specs/_index.md
@@ -20,8 +20,10 @@
 title: 'Polaris API Reference'
 type: docs
 weight: 1100
+robots: noindex
+exclude_search: true
 ---
 
 The Apache Polaris API offers a comprehensive set of endpoints that enable you 
to manage principals, principal-roles, catalogs, and catalog-roles 
programmatically.
 
-It follows REST standards, using clear, resource-based URLs, standard HTTP 
methods, response codes, and secure authentication. With the Polaris API, you 
can create, manage, and query Iceberg catalogs efficiently.
\ No newline at end of file
+It follows REST standards, using clear, resource-based URLs, standard HTTP 
methods, response codes, and secure authentication. With the Polaris API, you 
can create, manage, and query Iceberg catalogs efficiently.
diff --git a/1.2.0/polaris-api-specs/polaris-catalog-api.md 
b/1.2.0/polaris-api-specs/polaris-catalog-api.md
index 4774c16ca..f1891629a 100644
--- a/1.2.0/polaris-api-specs/polaris-catalog-api.md
+++ b/1.2.0/polaris-api-specs/polaris-catalog-api.md
@@ -22,6 +22,8 @@ linkTitle: 'Catalog API ↗'
 weight: 200
 params:
   show_page_toc: false
+robots: noindex
+exclude_search: true
 ---
 
 {{< redoc-polaris "generated/bundled-polaris-catalog-service.yaml" >}}
diff --git a/1.2.0/polaris-api-specs/polaris-management-api.md 
b/1.2.0/polaris-api-specs/polaris-management-api.md
index eea43448b..84247b945 100644
--- a/1.2.0/polaris-api-specs/polaris-management-api.md
+++ b/1.2.0/polaris-api-specs/polaris-management-api.md
@@ -22,6 +22,8 @@ linkTitle: 'Management API ↗'
 weight: 100
 params:
   show_page_toc: false
+robots: noindex
+exclude_search: true
 ---
 
 {{< redoc-polaris "polaris-management-service.yml" >}}
diff --git a/1.2.0/polaris-spark-client.md b/1.2.0/polaris-spark-client.md
index c990e565a..ae09775da 100644
--- a/1.2.0/polaris-spark-client.md
+++ b/1.2.0/polaris-spark-client.md
@@ -20,6 +20,8 @@
 Title: Polaris Spark Client
 type: docs
 weight: 650
+robots: noindex
+exclude_search: true
 ---
 
 Apache Polaris now provides Catalog support for Generic Tables (non-Iceberg 
tables), please check out
diff --git a/1.2.0/policy.md b/1.2.0/policy.md
index 5ad26edd4..50826cfb1 100644
--- a/1.2.0/policy.md
+++ b/1.2.0/policy.md
@@ -20,6 +20,8 @@
 title: Policy
 type: docs
 weight: 425
+robots: noindex
+exclude_search: true
 ---
 
 The Polaris Policy framework empowers organizations to centrally define, 
manage, and enforce fine-grained governance, lifecycle, and operational rules 
across all data resources in the catalog.
diff --git a/1.2.0/realm.md b/1.2.0/realm.md
index 4e0cc1ce2..768123a56 100644
--- a/1.2.0/realm.md
+++ b/1.2.0/realm.md
@@ -20,6 +20,8 @@
 Title: Realm
 type: docs
 weight: 350
+robots: noindex
+exclude_search: true
 ---
 
 This page explains what a realm is and what it is used for in Polaris.
diff --git a/1.2.0/telemetry.md b/1.2.0/telemetry.md
index 8bf8df03c..46a1549a0 100644
--- a/1.2.0/telemetry.md
+++ b/1.2.0/telemetry.md
@@ -20,6 +20,8 @@
 title: Telemetry
 type: docs
 weight: 450
+robots: noindex
+exclude_search: true
 ---
 
 ## Metrics

Reply via email to