Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent robots indexation for pages where it's disabled #2464

Merged
merged 14 commits into from
Sep 13, 2024
Prev Previous commit
Next Next commit
Fix test
  • Loading branch information
SamyPesse committed Sep 13, 2024
commit 0704ea52acacde7230dcc425e0b163b7c61d833b
2 changes: 1 addition & 1 deletion packages/gitbook/e2e/pages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ const testCases: TestsCase[] = [
},
},
{
name: `Don't index descendant of noIndex`,
name: `Don't index descendant of noRobotsIndex`,
url: 'page-options/page-no-robots-index/descendant-of-page-no-robots-index',
run: async (page) => {
const metaRobots = page.locator('meta[name="robots"]');
Expand Down
Loading