diff --git a/site/redirects/get.pinniped.dev/netlify.toml b/site/redirects/get.pinniped.dev/netlify.toml
new file mode 100644
index 00000000..a2776a8b
--- /dev/null
+++ b/site/redirects/get.pinniped.dev/netlify.toml
@@ -0,0 +1,12 @@
+
+[[redirects]]
+ from = "/latest/*"
+ to = "https://github.com/vmware-tanzu/pinniped/releases/download/v0.2.0/:splat"
+ status = 302
+ force = true
+
+[[redirects]]
+ from = "/*"
+ to = "https://github.com/vmware-tanzu/pinniped/releases/download/:splat"
+ status = 302
+ force = true
diff --git a/site/redirects/go.pinniped.dev/index.html b/site/redirects/go.pinniped.dev/index.html
new file mode 100644
index 00000000..fe913a44
--- /dev/null
+++ b/site/redirects/go.pinniped.dev/index.html
@@ -0,0 +1,25 @@
+
+
+
+
+go.pinniped.dev/
+
+
+
+
+
+
+
go.pinniped.dev/
+
go get go.pinniped.dev/
+
import "go.pinniped.dev/"
+Home:
https://godoc.org/go.pinniped.dev/
+Source:
https://github.com/vmware-tanzu/pinniped
+
+
+
\ No newline at end of file
diff --git a/site/redirects/go.pinniped.dev/netlify.toml b/site/redirects/go.pinniped.dev/netlify.toml
new file mode 100644
index 00000000..c2dfdfd0
--- /dev/null
+++ b/site/redirects/go.pinniped.dev/netlify.toml
@@ -0,0 +1,35 @@
+[[redirects]]
+ from = "/community"
+ to = "https://github.com/vmware-tanzu/pinniped/blob/main/CONTRIBUTING.md#meeting-with-the-maintainers"
+ status = 302
+ force = true
+
+[[redirects]]
+ from = "/community/zoom"
+ to = "https://vmware.zoom.us/j/94638309756?pwd=V3NvRXJIdDg5QVc0TUdFM2dYRzgrUT09"
+ status = 302
+ force = true
+
+[[redirects]]
+ from = "/community/agenda"
+ to = "https://docs.google.com/document/d/1qYA35wZV-6bxcH5375vOnIGkNBo7e4OROgsV4Sj8WjQ/edit?usp=sharing"
+ status = 302
+ force = true
+
+[[redirects]]
+ from = "/community/slack"
+ to = "https://kubernetes.slack.com/archives/C01BW364RJA"
+ status = 302
+ force = true
+
+[[redirects]]
+ from = "/community/group"
+ to = "https://groups.google.com/forum/#!forum/project-pinniped"
+ status = 302
+ force = true
+
+[[redirects]]
+ from = "/*"
+ to = "/index.html"
+ status = 200
+ force = true