Skip to content

Commit

Permalink
fix(api-reference): try to stop category indexing to prevent no-canon…
Browse files Browse the repository at this point in the history
…ical errors by google crawler
  • Loading branch information
RobsonOlv committed Oct 25, 2023
1 parent f09e343 commit 029db98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/docs/api-reference/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ const APIPage: NextPage<Props> = ({
<>
<Head>
<title>{endpointNames[endpointPath]}</title>
{endpointPath === slug && <meta name="robots" content="noindex" />}
{endpoints && (
<>
<meta
Expand Down

0 comments on commit 029db98

Please sign in to comment.