Skip to content

Commit 53074af

Browse files
authored
Fixed typo
1 parent 46e9193 commit 53074af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro-robots-txt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The _robots.txt_ file informs search engines which pages on your website should
2323

2424
For Astro project you usually create the _robots.txt_ in a text editor and place it to the `public/` directory.
2525
In that case you must manually synchronize `site` option in _astro.config.\*_ with `Sitemap:` record in _robots.txt_.
26-
It brakes DRY principle.
26+
It breakes DRY principle.
2727

2828
Sometimes, especially during development, it's necessary to prevent your site from being indexed. To achieve this you need to place the meta tag `<meta name="robots" content="noindex">` into the `<head>` section of your pages or add `X-Robots-Tag: noindex` to the HTTP response header, then add the lines `User-agent: *` and `Disallow: \` to _robots.txt_.
2929
Again you have to do it manually in two different places.

0 commit comments

Comments
 (0)