diff --git a/docs/content/seo.md b/docs/content/seo.md
index e33dd75..6e3dc46 100644
--- a/docs/content/seo.md
+++ b/docs/content/seo.md
@@ -153,7 +153,7 @@ In conjunction to the above scripting, the aforementioned Discord server. We are here to assist and would love to see what you are building. Alternatively, place [an issue in GitHub](https://github.com/fermyon/bartholomew/issues) and ask for help.**
-From a display point of view we again just use Markdown (create a `sitemap.md` file in the site's content directory, correctly references the name of the template (`sitemap`) and then ensures that the content type is set to `text/xml`). The above process will generate an XML sitemap called `sitemap.xml` at the root of the site. Perfect!
+From a display point of view we again just use Markdown (create a `sitemap.md` file in the site's content directory, correctly reference the name of the template (`sitemap`) and then ensure that the content type is set to `text/xml`). The above process will generate an XML sitemap called `sitemap.xml` at the root of the site. Perfect!
```
title = "Sitemap XML file"
@@ -168,7 +168,7 @@ This is the autogenerated sitemap. Note that the suffix .xml is replaced with .m
### Creating a Robots file
-You can actuall control the Googlebot and tell it which files it may access on the site. This is done via the use of a robots.txt file.
+You can actually control the Googlebot and tell it which files it may access on the site. This is done via the use of a robots.txt file.
Similarly to the process above, you create a `robots.md` Markdown file in the content directory and also a `robots.hbs` in the template directory. These are shown below (in that order).