WP Manifestindependent plugin directory
manifest / editor / wp-address-block

Address Block

A Gutenberg block for displaying an address with Schema.org markup.

by Cedaro · github.com/cedaro/wp-address-block · website

21stars
6forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/cedaro/wp-address-block/archive/refs/heads/develop.zip

Readme

WP Address Block

A Gutenberg block for displaying an address with Schema.org markup.

Animated demonstration of entering and formatting an address.

Entering the address in the image above produces the following markup:

<div class="wp-block-cedaro-address vcard" itemscope itemtype="http://schema.org/PostalAddress">
    <span class="vcard__name" itemprop="name"><a href="https://wordpressfoundation.org/">WordPress Foundation</a></span><br>
    <span class="vcard__street" itemprop="streetAddress">660 4th Street<br>Box 119</span><br>
    <span class="vcard__city" itemprop="addressLocality">San Francisco</span>, <span class="vcard__state" itemprop="addressRegion">CA</span> <span class="vcard__postal-code" itemprop="postalCode">94107</span><br>
    <span class="vcard__country screen-reader-text" itemprop="addressCountry">United States</span>
</div>

Installation

  1. Download the latest release from GitHub.
  2. Go to the Plugins → Add New screen in your WordPress admin panel.
  3. Click the Upload button at the top next to the "Add Plugins" title.
  4. Upload the zipped archive.
  5. Click the Activate Plugin link after installation completes.

Read the full README on GitHub →