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