Skip to content

Commit

Permalink
feat(site,seo): disallow the people/* path to be crawled
Browse files Browse the repository at this point in the history
  • Loading branch information
demenech committed Aug 23, 2023
1 parent 4a1ccd2 commit c09c78b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 6 deletions.
3 changes: 2 additions & 1 deletion site/content/people/anuveyatsu.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
id: anuveyatsu
name: Anuar Ustayev
avatar: https://avatars.githubusercontent.com/anuveyatsu
---
---
<NextSeo noindex={true} nofollow={true} />
3 changes: 2 additions & 1 deletion site/content/people/joao-demenech.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
id: joaodemenech
name: João Demenech
avatar: https://avatars.githubusercontent.com/demenech
---
---
<NextSeo noindex={true} nofollow={true} />
3 changes: 2 additions & 1 deletion site/content/people/luccas-mateus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
id: luccasmateus
name: Luccas Mateus
avatar: https://avatars.githubusercontent.com/luccasmmg
---
---
<NextSeo noindex={true} nofollow={true} />
3 changes: 2 additions & 1 deletion site/content/people/mikanebu.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
id: mikanebu
name: Meiran Zhiyenbayev
avatar: https://avatars.githubusercontent.com/mikanebu
---
---
<NextSeo noindex={true} nofollow={true} />
1 change: 1 addition & 0 deletions site/content/people/ola-rubaj.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ id: ola-rubaj
name: Ola Rubaj
avatar: https://avatars.githubusercontent.com/olayway
---
<NextSeo noindex={true} nofollow={true} />
3 changes: 2 additions & 1 deletion site/content/people/popovayoana.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
id: popovayoana
name: Yoana Popova
avatar: https://avatars.githubusercontent.com/popovayoana
---
---
<NextSeo noindex={true} nofollow={true} />
3 changes: 2 additions & 1 deletion site/content/people/rufus-pollock.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
id: rufuspollock
name: Rufus Pollock
avatar: https://avatars.githubusercontent.com/rufuspollock
---
---
<NextSeo noindex={true} nofollow={true} />
1 change: 1 addition & 0 deletions site/next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
generateRobotsTxt: true,
robotsTxtOptions: {
policies: [
{ userAgent: '*', disallow: '/people/' },
{ userAgent: '*', disallow: '/people' },
{ userAgent: '*', disallow: '/?amp=1' },
],
Expand Down

1 comment on commit c09c78b

@vercel
Copy link

@vercel vercel bot commented on c09c78b Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.