Plugin Directory

Changeset 3431433


Ignore:
Timestamp:
01/03/2026 05:31:16 AM (2 months ago)
Author:
wpstackdev
Message:

Release 1.0.1 – plugin rebranding and SEO improvements

Location:
stackdev-local-business-schema/trunk
Files:
2 edited

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 ===
    22Contributors: wpstackdev
    3 Tags: schema, structured-data, local-business, local-seo, json-ld
     3Tags: local business schema, schema generator, schema markup, local seo, structured data
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 7.2
    88License: GPL v2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Add clean, valid LocalBusiness Schema to your site — no bulky SEO plugin needed. Perfect for plumbers, salons, clinics, and small shops.
     11Generate clean Local Business schema markup to improve local SEO and Google rich results—no bulky SEO plugins required.
    1212
    1313== Description ==
    1414
    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 complex SEO plugins.
     15Local 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.
    1616
    17 = Why This Plugin? =
     17
     18= Why Use This Local Business Schema Generator? =
    1819
    1920* **Simple & Lightweight**: No bloat, no unnecessary features
     
    9697== Changelog ==
    9798
     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
    98104= 1.0.0 =
    99105* Initial release
     
    105111
    106112== Upgrade Notice ==
     113
     114= 1.0.1 =
     115Minor update with improved naming and metadata. Safe to update.
    107116
    108117= 1.0.0 =
  • stackdev-local-business-schema/trunk/stackdev-local-business-schema.php

    r3429941 r3431433  
    11<?php
    22/**
    3  * Plugin Name: StackDev Local Business Schema
     3 * Plugin Name: Local Business Schema Generator by StackDev
    44 * 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.0
    7  * Author: wpstackdev
     5 * 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
    88 * Author URI: https://wordpress.org/users/wpstackdev/
    99 * License: GPL v2 or later
     
    1111 * Text Domain: stackdev-local-business-schema
    1212 */
     13
    1314
    1415if ( ! defined( 'ABSPATH' ) ) {
Note: See TracChangeset for help on using the changeset viewer.