---
title: "Contact - Beekeeping 101"
description: "Do you have a question or simply want to get in contact with us? I will respond as quickly as I can, but please be a bit patient with me."
url: "https://beekeeping101.com/contact/"
type: "website"
image: "https://beekeeping101.com/_astro/about-backyardbeekeeping101.D8vhcQhc.jpg"
---

# Contact

Have a question, topic suggestion, or need to get in touch with us?

Email us at hi@beekeeping101.com and I will respond as quickly as I can, but please be a bit patient with me. I enjoy being outside way more than being on my computer.

Best,

Annie

## Structured data (JSON-LD)

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebPage",
      "@id": "https://beekeeping101.com/contact/",
      "url": "https://beekeeping101.com/contact/",
      "name": "Contact - Beekeeping 101",
      "isPartOf": {
        "@id": "https://beekeeping101.com/#website"
      },
      "description": "Do you have a question or simply want to get in contact with us? I will respond as quickly as I can, but please be a bit patient with me.",
      "datePublished": "2018-09-05T18:52:54Z",
      "dateModified": "2022-12-06T13:27:39Z",
      "inLanguage": "en-US"
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://beekeeping101.com/contact/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://beekeeping101.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Contact"
        }
      ]
    }
  ]
}
```
