Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
/ PrestigeSEO Public archive

Structured Data Markup Class for SEO

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
License.txt
Notifications You must be signed in to change notification settings

Viaprestige/PrestigeSEO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrestigeSEO | JSON-LD Structured Data Markup

Author : Viaprestige Web Agency
Package : PrestigeSEO | JSON-LD Structured Data Markup class
Version : 1.0 Stable release
schema.org : https://schema.org/
Date: 29/12/2015


Summary


PrestigeSEO is an other simple & cute PHP plugin, that generate automatically JSON-LD Structured Data Markup for your website, using the schema.org vocabulary . PrestigeSEO is created specially for WordPress, under Avada template.

History

Read this Article.


The bases

Take a look at This.

The Work Space

We choose WordPress as the best work space for our plugin, and we made it 100% compatible with Avada & Wp-rocket.


Functionalities

Upcoming

  • Official PrestigeSEO Wordpress plugin.
  • Rich Snippets for Reviews and Ratings.
  • Rich Snippets for Products.

Compatibility

Since Wordpress 4.4 & Avada 3.9.1

PrestigeSEO startup release is simple & flexible & compatible with popular CMS :
Drupal | Joomla! | Prestashop | Magento | Modx
Depending on your customization.


Fully compatible with popular plugins :
The powerfull cache engine : WP Rocket

Tested with success with latest WordPress core : v4.5


Requirements

  • PHP 5.4
  • Wordpress & Avada updates.

Components

Viasocial folder :

.package
|
+PrestigeSEO
|   --- PrestigeSEO.class.php
|   --- License.txt
|   --- README.MD
+-- classes
|   --- Schema.class.php
|   --- Wordpress.class.php
|   --- Avada.class.php
|   --- Cache.class.php

Installation

Startup intagration (developers)

1- Create folder named package in template dir

2- Copy Folder PrestigeSEO in package

2- Include the Main class in your Avada footer.php and make a call to it :

include_once(get_template_directory().'/package/PrestigeSEO/PrestigeSEO.class.php');

3- Create instance :

PrestigeSEO\PrestigeSEO::PSEO_run();

Or for more simple add this line to your functions.php :

add_action('wp_footer','prestigeSEO');
function prestigeSEO(){
include_once(get_template_directory().'/packages/PrestigeSEO/PrestigeSEO.class.php');
PrestigeSEO\PrestigeSEO::PSEO_run();
}

Debugin

https://developers.google.com/structured-data/testing-tool/


FAQ's


License

License

About

Structured Data Markup Class for SEO

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
License.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages