---
title: "La Fattoria sul Po - About us"
description: ""
url: "https://www.lafattoriasulpo.it/en/about-us"
date: "2026-09-02T06:32:19+00:00"
language: "en-GB"
---

# Barbara Alberti and my bees

## At first it was just curiosity, but then I met people who passed on this wonderful passion to me

I've always lived in the Parma lowlands, where I began cultivating a passion for beekeeping in 2005. It was thanks to my daughter Martina, who has been an avid honey consumer since she was a child, that I discovered the wonderful world of bees.

At first, it was just curiosity, but then I met people who were very important to me and who passed on this wonderful passion to me. Initially, I had two hives; now I have about 100, some located in front of my house and some in apiaries scattered throughout the Parma lowlands, in carefully selected locations far from businesses, roads, and sources of pollution.

I choose to produce wildflower honey, not monofloral. Therefore, in 2012, I opened a honey extraction laboratory. The farm on the Po is located in Mezzano Rondani di Colorno (Parma), in the Parma lowlands, at the foot of the Po River's main embankment.

Come visit us; [see the map](https://www.lafattoriasulpo.it/index.php?option=com_sppagebuilder&view=page&id=9&Itemid=169&lang=en-GB) by Barbara Alberti.

![Barbara Alberti produzione miele italiano](https://www.lafattoriasulpo.it/files/graphic/barbara-alberti-miele_02.jpg)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.lafattoriasulpo.it/en"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "About us",
            "item": "https://www.lafattoriasulpo.it/en/about-us"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": [
        "LocalBusiness"
    ],
    "@id": "https://www.lafattoriasulpo.it/en/about-us#localbusiness1",
    "name": "La fattoria sul Po di Barbara Alberti",
    "image": "https://www.lafattoriasulpo.it/images/graphic/la-fattoria-sul-po.jpg",
    "url": "https://www.lafattoriasulpo.it/en/about-us",
    "telephone": "+393477045017",
    "priceRange": "€3 - €50",
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "Via Mezzano Rondani, 103",
        "addressCountry": "IT",
        "addressLocality": "Colorno (Parma)",
        "addressRegion": "Emilia Romagna",
        "postalCode": "43052"
    },
    "geo": {
        "@type": "GeoCoordinates",
        "latitude": "44.964356577779945",
        "longitude": "10.402645623687674"
    },
    "openingHoursSpecification": {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday",
            "Saturday",
            "Sunday"
        ],
        "opens": "00:00",
        "closes": "23:59"
    },
    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "5",
        "reviewCount": "10",
        "worstRating": 0,
        "bestRating": 5
    }
}
```
