Skip to content

Commit

Permalink
blog: aligment
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Mar 30, 2024
1 parent d325c04 commit be95398
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,11 @@ If our intention is to have all crawlers index our entire app, we can communicat

Additionally, we can once again provide the URL to our sitemap and host information within this file.

```html
User-agent: * Allow: / Sitemap: https://juno.build/sitemap.xml Host:
https://juno.build
```
User-agent: *
Allow: /
Sitemap: https://juno.build/sitemap.xml
Host: https://juno.build
```

Resources:
Expand Down

0 comments on commit be95398

Please sign in to comment.