offbeatwp / local-seo
Adding structured data to your website (you must install offbeatWP (https://github.com/offbeatwp/documentation) & ACF (https://www.advancedcustomfields.com))
Installs: 95
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:offbeatwp-service
Requires
- moneyphp/money: ^3.2
- offbeatwp/acf-core: dev-master
- offbeatwp/acf-sitesettings: dev-master
This package is auto-updated.
Last update: 2025-03-10 11:43:55 UTC
README
The local SEO plug-in
OffbeatWP has an SEO plugin for the local business that allows you to add a ld+json string (structured data). Using this plug-in you can notify Google (and other search engines) that you have a local company. So the information you add to the website may appear in Google.
Below a list of the data, you can add to your website:
-
A Type (what kind of company you have).
-
The company phone number.
-
The company fax number.
-
The price range of the products the company is selling ($ <=> $$$).
-
The company name.
-
The company address.
-
The company opening time.
-
The currency the company uses.
-
To add the package to your offbeatWP theme add it to your package.json in the offbeatWP theme.
composer require offbeatwp/local-seo
Next, add the following line to your config/services.php
file:
OffbeatWP\LocalSeo\Service::class,