---
title: "Hello world!"
url: https://gbalbuquerque.com/hello-world/
author: "contecompedro"
date: 2021-07-22T22:29:57-07:00
categories: ["Uncategorized"]
tags: []
---

# Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "headline": "Hello world!",
    "url": "https://gbalbuquerque.com/hello-world/",
    "datePublished": "2021-07-22T22:29:57-07:00",
    "dateModified": "2021-07-22T22:29:57-07:00",
    "author": {
        "@type": "Person",
        "name": "contecompedro"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Gracie Barra Jiu-Jitsu Road Northeast Albuquerque in New Mexico",
        "url": "https://gbalbuquerque.com/"
    }
}
```
