Changeset 3431433
- Timestamp:
- 01/03/2026 05:31:16 AM (2 months ago)
- Location:
- stackdev-local-business-schema/trunk
- Files:
-
- 2 edited
-
README.TXT (modified) (3 diffs)
-
stackdev-local-business-schema.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stackdev-local-business-schema/trunk/README.TXT
r3429941 r3431433 1 === StackDev Local Business Schema===1 === Local Business Schema Generator by StackDev === 2 2 Contributors: wpstackdev 3 Tags: schema, structured-data, local-business, local-seo, json-ld3 Tags: local business schema, schema generator, schema markup, local seo, structured data 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 7.2 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Add clean, valid LocalBusiness Schema to your site — no bulky SEO plugin needed. Perfect for plumbers, salons, clinics, and small shops.11 Generate clean Local Business schema markup to improve local SEO and Google rich results—no bulky SEO plugins required. 12 12 13 13 == Description == 14 14 15 StackDev Local Business Schema is a lightweight WordPress plugin that adds valid JSON-LD structured data to your website. It's designed specifically for local businesses who want to improve their Google local search rankings without installing complexSEO plugins.15 Local Business Schema Generator by StackDev is a lightweight WordPress plugin that generates valid JSON-LD LocalBusiness schema markup for your website. It helps local businesses improve local SEO, Google rich results, and search visibility—without installing heavy SEO plugins. 16 16 17 = Why This Plugin? = 17 18 = Why Use This Local Business Schema Generator? = 18 19 19 20 * **Simple & Lightweight**: No bloat, no unnecessary features … … 96 97 == Changelog == 97 98 99 = 1.0.1 = 100 * Plugin rebranding for improved discoverability 101 * Improved plugin title and description for WordPress.org search 102 * No functional changes 103 98 104 = 1.0.0 = 99 105 * Initial release … … 105 111 106 112 == Upgrade Notice == 113 114 = 1.0.1 = 115 Minor update with improved naming and metadata. Safe to update. 107 116 108 117 = 1.0.0 = -
stackdev-local-business-schema/trunk/stackdev-local-business-schema.php
r3429941 r3431433 1 1 <?php 2 2 /** 3 * Plugin Name: StackDev Local Business Schema3 * Plugin Name: Local Business Schema Generator by StackDev 4 4 * Plugin URI: https://wordpress.org/plugins/stackdev-local-business-schema/ 5 * Description: Add clean, valid LocalBusiness Schema to your site without relying on bulky SEO plugins.6 * Version: 1.0. 07 * Author: wpstackdev5 * Description: Generate clean, valid LocalBusiness schema markup to improve local SEO, Google rich results, and business visibility—without heavy SEO plugins. 6 * Version: 1.0.1 7 * Author: StackDev 8 8 * Author URI: https://wordpress.org/users/wpstackdev/ 9 9 * License: GPL v2 or later … … 11 11 * Text Domain: stackdev-local-business-schema 12 12 */ 13 13 14 14 15 if ( ! defined( 'ABSPATH' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.