Local Business
The Local Business shortcode for WordPress can be used to display within the content business info which include name, address and geo-location, website and phone contact, business hours and even review rating along with the proper Schema markup which can help search engine understand the business location and display it in results similarly to the right image. Check below for example implementations and shortcode documentation:
Local Business Examples

Dave's Steak House
Restaurant
Address
148 W 51st St
New York, NY, 10019
US
Business Hours
| Monday | 11:30 - 22:00 |
| Tuesday | 11:30 - 22:00 |
| Wednesday | 11:30 - 23:00 |
| Thursday | 11:30 - 23:00 |
| Friday | 11:30 - 23:00 |
| Saturday | 16:00 - 22:00 |
| Sunday | 16:00 - 21:00 |
Details
Price Range: $$$
Local Business Shortcodes
Local Business Shortcode
[x3m-local name="Dave's Steak House" type="Restaurant" images="image-link-1.png;image-link-2.png" street="148 W 51st St" locality="New York" region="NY" postalcode="10019" country="US" rating="4" author="Lillian Ruiz" latitude="40.761293" longitude="-73.982294" url="https://www.example.com/restaurant-locations/manhattan" phone="+12122459600" pricerange="$$$" openinghours="Monday-11:30-22:00;Tuesday-11:30-22:00;Wednesday-11:30-23:00;Thursday-11:30-23:00;Friday-11:30-23:00;Saturday-16:00-22:00;Sunday-16:00-21:00"]Local Business Documentation
Here are the shortcode option settings available for Local Business:
| Shortcode Settings | Details |
|---|---|
| name=”Business Name” | This is used to set the name of the business. It can for a sub0department as well. |
| type=”Restaurant” | This is used to set the type of the business. There is a sub-set of options accepted on Schema.org |
| images=”image-link.png” | This is used to set the source images for the business. Multiple images can be included, by having them listed one after another separated by “;”. |
| street=”street name” | This is used to set the name of the street. |
| locality=”city name” | This is used to set the name of city. |
| region=”region name” | This is used to set the name of the region. |
| country=”country name” | This is used to set the name of the country. |
| rating=”4″
optional |
This is used to set the business rating out of maximum of 5 stars. This setting is optional, and should be used only if your website aggregates ratings about other businesses. |
| author=”name” | This is used to set the name of the author rating. Optional, to be used if rating is also set. |
| latitude=”latitude value” | This is used to set the latitude of the business for geo-location. |
| longitude=”latitude value” | This is used to set the longitude of the business for geo-location. |
| url=”business link” | This is used to set the link to the business. |
| phone=”phone number” | This is used to set the contact phone number of the business. |
| pricerange=”$$$” | This is used to set the price range of the business products/services. |
| openinghours=”business hours” | This is used to set the business hours, with each day listed as well as opening and closing hour. Each day listed with business hours will be separated by “;”. Format accepted for each day is “Monday-11:30-20:00” as name of day, opening hour (format 00:00), closing hour (format 00:00). |