diff --git a/guides/go.mdx b/guides/go.mdx
index 5bf099c9..5e14bfa5 100644
--- a/guides/go.mdx
+++ b/guides/go.mdx
@@ -4,14 +4,16 @@ description: 'This page explains how to send data from a Go app to Axiom.'
 sidebarTitle: Golang
 ---
 
+{/* Keep this page in sync with https://github.com/axiomhq/axiom-go/blob/main/README.md */}
+
+import Prerequisites from "/snippets/standard-prerequisites.mdx"
+
 To send data from a Go app to Axiom, use the Axiom Go SDK.
 
 <Note>
 The Axiom Go SDK is an open-source project and welcomes your contributions. For more information, see the [GitHub repository](https://github.com/axiomhq/axiom-go).
 </Note>
 
-import Prerequisites from "/snippets/standard-prerequisites.mdx"
-
 <Prerequisites />
 
 ## Install SDK
diff --git a/guides/python.mdx b/guides/python.mdx
index 441d25e0..323a3866 100644
--- a/guides/python.mdx
+++ b/guides/python.mdx
@@ -4,6 +4,8 @@ description: 'This page explains how to send data from a Python app to Axiom.'
 sidebarTitle: Python
 ---
 
+{/* Keep this page in sync with https://github.com/axiomhq/axiom-py/blob/main/README.md */}
+
 import Prerequisites from "/snippets/standard-prerequisites.mdx"
 
 To send data from a Python app to Axiom, use the Axiom Python SDK.
diff --git a/guides/rust.mdx b/guides/rust.mdx
index ced58f21..3258df77 100644
--- a/guides/rust.mdx
+++ b/guides/rust.mdx
@@ -4,6 +4,8 @@ description: 'This page explains how to send data from a Rust app to Axiom.'
 sidebarTitle: Rust
 ---
 
+{/* Keep this page in sync with https://github.com/axiomhq/axiom-rs/blob/main/README.md */}
+
 import Prerequisites from "/snippets/standard-prerequisites.mdx"
 
 To send data from a Rust app to Axiom, use the Axiom Rust SDK.