From 0168c1c4e8d186f5c38fd2860a081a9d9ff5c78d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 8 Jan 2022 09:37:54 +0100 Subject: [PATCH] Feature/exclude url pattern of shared portfolios in robots.txt (#619) * Exclude shared portfolios * Update changelog --- CHANGELOG.md | 6 ++++++ apps/client/src/assets/robots.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8126d7417..395fdc199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Excluded the url pattern of shared portfolios in the `robots.txt` file + ## 1.100.0 - 05.01.2022 ### Added diff --git a/apps/client/src/assets/robots.txt b/apps/client/src/assets/robots.txt index c78f791d5..87cf3208f 100644 --- a/apps/client/src/assets/robots.txt +++ b/apps/client/src/assets/robots.txt @@ -1,4 +1,5 @@ User-agent: * Allow: / +Disallow: /p/* Sitemap: https://ghostfol.io/sitemap.xml