WP Manifestindependent plugin directory
manifest / seo / keyword-insertion

Keyword Insertion for WordPress

Wordpress URL Keyword Insertion

by Guntram Bechtold · github.com/gbechtold/keyword-insertion · website

0stars
0forks

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/gbechtold/keyword-insertion/archive/refs/heads/main.zip

A lightweight, secure WordPress plugin that allows dynamic keyword insertion via URL parameters. Perfect for marketing campaigns and personalized content with full Cornerstone Editor compatibility.

Features

  • Dynamic Content: Replace placeholders with keywords from URL parameters
  • Marketing-Ready: Create targeted landing pages for different traffic sources
  • Editor Compatible: Works flawlessly with Cornerstone, Elementor, Gutenberg, and more
  • Secure by Design: Sanitized inputs and length restrictions to prevent attacks

Installation

From GitHub (Development Version)

  1. Download the ZIP file from this repository
  2. Upload to your WordPress site via Plugins > Add New > Upload Plugin
  3. Activate the plugin through the WordPress admin

From WordPress.org (Coming Soon)

  1. Search for "Keyword Insertion" in your WordPress dashboard
  2. Click "Install Now" and then "Activate"

Usage

Add the keyword-insert class to any HTML element where you want the keyword to appear:

<h2>Welcome to our <span class="keyword-insert">default text</span> service!</h2>