Skip to content

Commit b5c1b1e

Browse files
committed
Made ATP install guide unlisted; still creates direct URL but disallowed from robots.txt
1 parent 2070de8 commit b5c1b1e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

  • content/install-guides
  • themes/arm-design-system-hugo-theme/layouts

content/install-guides/atp.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ author: Pareena Verma
2323

2424
### PAGE SETUP
2525
weight: 1 # Defines page ordering. Must be 1 for first (or only) page.
26-
tool_install: true # Set to true to be listed in main selection page, else false
26+
tool_install: false # Set to true to be listed in main selection page, else false
2727
multi_install: false # Set to true if first page of multi-page article, else false
2828
multitool_install_part: false # Set to true if a sub-page of a multi-page article, else false
2929
layout: installtoolsall # DO NOT MODIFY. Always true for tool install articles
30+
31+
build:
32+
list: false # Exclude from .Pages collections and listings
33+
render: true # Still render the page (accessible via direct URL)
3034
---
3135

3236
Arm Total Performance (ATP) is a desktop application that provides performance

themes/arm-design-system-hugo-theme/layouts/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
User-agent: *
2-
Disallow:
2+
Disallow: /install-guides/atp/
33

44
# Explicitly welcome AI crawlers
55
User-agent: GPTBot

0 commit comments

Comments
 (0)