All Projects → ethercreative → Seo

ethercreative / Seo

Licence: mit
SEO utilities including a unique field type, sitemap & redirect manager

Programming Languages

hack
652 projects

Projects that are alternatives of or similar to Seo

craft-audit
Audit log for Craft 3
Stars: ✭ 18 (-91.43%)
Mutual labels:  craft, craftcms, craft-plugin, craft3
Simplemap
A beautifully simple map field type for Craft CMS.
Stars: ✭ 136 (-35.24%)
Mutual labels:  craftcms, craft-plugin, craft, craft3
Buttonbox
A collection of utility field types for Craft
Stars: ✭ 94 (-55.24%)
Mutual labels:  craftcms, craft-plugin, craft, craft3
Craft Preparse Field
Field type that parses twig when an element is saved.
Stars: ✭ 103 (-50.95%)
Mutual labels:  craftcms, craft-plugin, craft, craft3
seomate
SEO, mate! It's important. That's why SEOMate provides the tools you need to craft all the meta tags, sitemaps and JSON-LD microdata you need - in one highly configurable, open and friendly package - with a super-light footprint.
Stars: ✭ 31 (-85.24%)
Mutual labels:  seo, craftcms, craft-plugin, craft3
tablemaker
A user-definable table field type for Craft CMS
Stars: ✭ 39 (-81.43%)
Mutual labels:  craft, craftcms, craft-plugin, craft3
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 (-35.71%)
Mutual labels:  craftcms, craft-plugin, sitemap, seo
craft-entry-instructions
A simple fieldtype to add instructions.
Stars: ✭ 16 (-92.38%)
Mutual labels:  craft, craftcms, craft-plugin, craft3
craft-plugin-mix
Helper plugin for Laravel Mix in Craft CMS templates
Stars: ✭ 50 (-76.19%)
Mutual labels:  craft, craftcms, craft-plugin, craft3
Craft Sitemap
Craft plugin to generate a sitemap.
Stars: ✭ 105 (-50%)
Mutual labels:  craft-plugin, sitemap, craft, seo
Generator Craftplugin
generator-craftplugin is a Yeoman generator for Craft CMS plugins
Stars: ✭ 69 (-67.14%)
Mutual labels:  craftcms, craft-plugin, craft3
Aws S3
Amazon S3 volume type for Craft CMS
Stars: ✭ 57 (-72.86%)
Mutual labels:  craftcms, craft-plugin, craft3
Craft Brief
Quick, easy, and customizable user-group notifications for Craft CMS.
Stars: ✭ 47 (-77.62%)
Mutual labels:  craftcms, craft-plugin, craft
Craft Async Queue
Async Queue Handler for Craft 3
Stars: ✭ 80 (-61.9%)
Mutual labels:  craftcms, craft, craft3
Plugins
The master list of Craft 3-compatible plugins
Stars: ✭ 111 (-47.14%)
Mutual labels:  craftcms, craft-plugin, craft3
Craft Emptycoalesce
Empty Coalesce adds the ??? operator to Twig that will return the first thing that is defined, not null, and not empty
Stars: ✭ 24 (-88.57%)
Mutual labels:  craftcms, craft-plugin, craft3
Geomate
GeoMate is a friend in need for all things geolocation. IP to geo lookup, automatic redirects (based on country, continent, language, etc), site switcher... You name it.
Stars: ✭ 19 (-90.95%)
Mutual labels:  craftcms, craft-plugin, craft3
Upper
Integrates Edge Caches like Fastly, KeyCDN, Cloudflare and Varnish with Craft.
Stars: ✭ 89 (-57.62%)
Mutual labels:  craftcms, craft-plugin, craft3
Craft.patrol
Patrol simplifies SSL and maintenance routing for sites built with Craft
Stars: ✭ 91 (-56.67%)
Mutual labels:  craftcms, craft-plugin, craft
Linkit
Multi-purpose link plugin for Craft CMS
Stars: ✭ 155 (-26.19%)
Mutual labels:  craftcms, craft-plugin, craft

SEO for Craft CMS

SEO for Craft CMS

SEO for Craft does three things that will help your sites SEO, and does them really damn well:

  1. Optimisation Field Type - Helps your clients write better optimised copy, and manage other SEO meta.
  2. Sitemap - Generates an always up-to-date XML sitemap automatically, with controls for customisation.
  3. Redirects - Quickly and easily manage 301 & 302 redirects. Especially useful when migrating from an old site.

Click here for the Craft 2 version.

The Field Type

The SEO field type helps give users an idea of how their page will look in Google, and how their pages content scores when compared to a specific keyword.

The field type allows users to manage the meta of their page in one simple and easy to use input that has the added bonus of giving them an idea of how their page will show up in a Google search.

The field also contains a Focus Keyword input and Page Score. This is used to workout how relevant a keyword or phrase is to your entry and how well the page is likely to do in a search for that keyword.

The Page Score also contains a breakdown of your entries score, and tips on where it can be improved.

SEO for Craft CMS

SEO Social

SEO Advanced

The Sitemap

SEO for Craft boasts an extremely powerful, yet simple to use Sitemap manager. With automatic support for all your site’s sections and categories (with localisations taken into account), and the ability to easily add custom URLs (useful for public templates that aren’t content managed), keeping your sitemap up-to-date has never been easier.

With SEO for Craft’s sitemap manager you have complete control over what content you want to have appear on your sitemap as well as managing its change frequency and priority in your site.

SEO Sitemap

The Redirects

When moving from your old, awful site to your shiny new Craft one, you’ll want to make sure that all your old pages are redirected to their new counterparts. Redirects are easy to manage with SEO for Craft.

SEO for Crafts redirect manager lets you easily add 301 & 302 redirects, with full .htaccess style regex support!

Redirects support PCRE regex syntax. By default, all / and ? not inside parenthesis are escaped. To prevent any escaping include the opening and closing forward slashes and flags: /^blog$/i. All redirects are given the insensitive flag, unless overwritten.

Redirect Regex Example
To redirect from blog/2016/my-post to news/my-post you would add the following redirect:

URI: blog/([0-9]{4})/(.*) To: news/$2

SEO Redirects

Installation & Usage

Clone this repo into craft/plugins/seo.

Using Composer

Easy way

composer require ether/seo

Alternative way

  1. Append "ether/seo": "^3.1.0" to the require hash of composer.json
  2. composer update
  3. Install via CP in /admin/settings/plugins

Before using the SEO field type, you’ll need to ensure all the settings are correct. You can find the settings under the SEO plugin menu in the sidebar, or via the plugin menu.

Fieldtype Usage

Replace your title tag, and any other SEO related meta tags with {% hook "seo" %}. That's it!

This assumes that you will be creating a variable call seo in your templates that will return either the SEO field or a custom SEO object (see below). You can modify the output of this hook by setting your own SEO Meta Template in the SEO Settings. You can view the default template here.

Custom SEO Object

In some cases, you will not have access to an SEO field, but will want to set the page title, description, & socials. You can do this by creating a custom SEO object using the function below:

craft.seo.custom(
    'The Page Title', 
    'The page description',
    
    // Social media - Any missing fields (excluding images) will be populated by the values above
    {
        twitter: { image: myImageField.first() },
        facebook: { title: '', description: '', image: myImageField.first() },
    }
)

alternatively pass an object as the first parameter. This will be used in place of an element.

craft.seo.custom(
    {
        title: 'The Page Title',
        someField: 'Hello world!',
    },
    'The page description'
)

All parameters are optional.

Upcoming Features

If you have a feature suggestion, leave an issue with the prefix [FR].


Copyright © 2016 Ether Creative [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].