All Projects → Cyber-Duck → Silverstripe-SEO

Cyber-Duck / Silverstripe-SEO

Licence: BSD-2-Clause, Unknown licenses found Licenses found BSD-2-Clause LICENSE Unknown license.md
A SilverStripe module to optimise the Meta, crawling, indexing, and sharing of your website content

Programming Languages

PHP
23972 projects - #3 most used programming language
scheme
763 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to Silverstripe-SEO

silverstripe-seo
An all-in-one SEO module for SilverStripe 4.1+
Stars: ✭ 35 (-14.63%)
Mutual labels:  seo, seo-optimization, silverstripe-4
Craft Seomatic
SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.
Stars: ✭ 135 (+229.27%)
Mutual labels:  sitemap, meta, seo
vuepress-plugin-sitemap
Sitemap generator plugin for vuepress.
Stars: ✭ 92 (+124.39%)
Mutual labels:  sitemap, seo
seotool
New version of my keyword tracking tool with additional features - works currently for google.de!
Stars: ✭ 52 (+26.83%)
Mutual labels:  seo, seo-optimization
drupal 8 unset html head link
🤖 Module for unset any wrong HTML links (like rel="delete-form", rel="edit-form", etc.) from head on Drupal 8.x websites. This is trust way to grow up position in SERP Google, Yandex, etc.
Stars: ✭ 19 (-53.66%)
Mutual labels:  seo, seo-optimization
Awesome-meta-tags
📙 Awesome collection of meta tags
Stars: ✭ 18 (-56.1%)
Mutual labels:  meta, seo
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-56.1%)
Mutual labels:  seo, seo-optimization
text-generator
Golang text generator for generate SEO texts
Stars: ✭ 18 (-56.1%)
Mutual labels:  seo, seo-optimization
Seo
SEO utilities including a unique field type, sitemap & redirect manager
Stars: ✭ 210 (+412.2%)
Mutual labels:  sitemap, seo
awesome-search-engine-optimization
A curated list of backlink, social signal opportunities, and link building strategies and tactics to help improve search engine results and ranking.
Stars: ✭ 82 (+100%)
Mutual labels:  seo, seo-optimization
pagespeedParseR
pagespeedParseR is an R wrapper for Google Pagespeed Insights API, that also enables convenient parsing
Stars: ✭ 20 (-51.22%)
Mutual labels:  seo, seo-optimization
silverstripe-mandrill
Mandrill integration for Silverstripe
Stars: ✭ 17 (-58.54%)
Mutual labels:  silverstripe, silverstripe-4
SeoTags
SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
Stars: ✭ 113 (+175.61%)
Mutual labels:  seo, seo-optimization
seo-genius
Lightweight WordPress SEO plugin
Stars: ✭ 15 (-63.41%)
Mutual labels:  seo, seo-optimization
Sitemap Generator Cli
Creates an XML-Sitemap by crawling a given site.
Stars: ✭ 214 (+421.95%)
Mutual labels:  sitemap, seo
classicpress-seo
Classic SEO is the first SEO plugin built specifically to work with ClassicPress. A fork of Rank Math, the plugin contains many essential SEO tools to help optimize your website.
Stars: ✭ 18 (-56.1%)
Mutual labels:  sitemap, seo
silverware-calendar
SilverWare Calendar Module
Stars: ✭ 15 (-63.41%)
Mutual labels:  silverstripe, silverstripe-4
Sitemap Generator Crawler
Script that generates a sitemap by crawling a given URL
Stars: ✭ 169 (+312.2%)
Mutual labels:  sitemap, seo
poke
A simple tool to check your site for broken links, media, iframes, stylesheets, scripts, forms or metadata.
Stars: ✭ 24 (-41.46%)
Mutual labels:  seo, seo-optimization
magento2-module-seo
Magento 2 Module for Search Engine Optimization
Stars: ✭ 100 (+143.9%)
Mutual labels:  seo, seo-optimization

SilverStripe 4 SEO

Latest Stable Version Latest Unstable Version Total Downloads License

Author: Andrew Mc Cormack

Features

A SilverStripe module to enhance and optimize your website SEO.

  • SEO Extension for Pages and DataObjects
  • Meta Title, Description, Twitter, Facebook (OG Graph), Canonical, Robots, Social Image Meta
  • Ability to add other Meta tags
  • Pagination Meta tags for page sets
  • Dynamic Meta generation from Model properties
  • Auto generated Blog Post schema
  • Free text field for Page schema
  • CMS Google SERP Meta preview
  • SEO CMS Admin area
  • SEO CMS Settings configuration
  • Robots.txt controller and auto generation
  • XML Sitemap controller and auto generation
  • Ability to attach images to XML Sitemap pages
  • Nested HTML Sitemap generator
  • Blog module SEO extension

Installations

SilverStripe 4.0 and 4.1 and over require different versions of this module because of the different public folder structure. Please see the following 2 methods.

SilverStripe 4.1 installation

Add the following to your composer.json file and run /dev/build?flush=all

{  
    "require": {  
        "cyber-duck/silverstripe-seo": "4.2.*"
    }
}

SilverStripe 4.0 installation

Add the following to your composer.json file and run /dev/build?flush=all

{  
    "require": {  
        "cyber-duck/silverstripe-seo": "4.1.*"
    }
}

Setup

Todo

  • Automap Sitemap Priority
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].