Skip to content

Commit aa80c7f

Browse files
committed
[Bots] iframe url tweak
1 parent d5033eb commit aa80c7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/content/docs/bots/additional-configurations/managed-robots-txt.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@ Disallow: /langtest
3535
Sitemap: https://www.crawlstop.com/sitemap.xml
3636
```
3737

38-
With the managed `robots.txt` enabled, Cloudflare will prepend our managed content before your original content, resulting in what you can view at https://crawlstop.com/robots.txt.
38+
With the managed `robots.txt` enabled, Cloudflare will prepend our managed content before your original content, resulting in what you can view at https://www.crawlstop.com/robots.txt.
3939

4040
**Robots.txt example**
4141
<div style="position: relative; padding-top: 56.25%; border: 1px solid orange; border-radius: 5px">
4242
<iframe
43-
src="https://crawlstop.com/robots.txt"
43+
src="https://www.crawlstop.com/robots.txt"
4444
style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;"
45-
allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;"
4645
allowfullscreen="true"
4746
title="crawltop.com robots.txt file"
4847
>

0 commit comments

Comments
 (0)