Title: Sewn In Simple SEO
Author: Jupitercow
Published: <strong>February 16, 2015</strong>
Last modified: September 2, 2017

---

Search plugins

![](https://ps.w.org/sewn-in-simple-seo/assets/banner-772x250.jpg?rev=1722266)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/sewn-in-simple-seo/assets/icon-256x256.png?rev=1722266)

# Sewn In Simple SEO

 By [Jupitercow](https://profiles.wordpress.org/jcow/)

[Download](https://downloads.wordpress.org/plugin/sewn-in-simple-seo.2.1.3.zip)

 * [Details](https://wordpress.org/plugins/sewn-in-simple-seo/#description)
 * [Reviews](https://wordpress.org/plugins/sewn-in-simple-seo/#reviews)
 *  [Installation](https://wordpress.org/plugins/sewn-in-simple-seo/#installation)
 * [Development](https://wordpress.org/plugins/sewn-in-simple-seo/#developers)

 [Support](https://wordpress.org/support/plugin/sewn-in-simple-seo/)

## Description

Adds a fast, simple interface for adding SEO meta data to pages and posts. Designed
to remove all of the extra stuff that you just won’t use. It is made to be straight
forward for users with no confusing extras and no annoying ads. So you can enjoy
using it and feel comfortable putting it before a client.

 * Choose which post types it is added to (public post types by default)
 * Integrates nicely with the [Sewn In XML Sitemap](https://wordpress.org/plugins/sewn-in-xml-sitemap/)
   plugin, so they get merged into one panel for editing.
 * Use the [Sewn In Simple Social Optimization](https://wordpress.org/plugins/sewn-in-simple-social-optimization/)
   plugin to add full control over social sharing settings for Facebook and Twitter.

Very simple, no cruft or extra features you won’t use.

#### Control what post types are added

By default only pages and posts are added, but you can remove either of those and/
or add more using this filter:

    ```
    /**
     * Completely replace the post types in the XML sitemap and SEO edit functionality
     *
     * This will replace the default completely. Returns: array('news','event')
     *
     * The result is to remove 'post' and 'page' post types and to add 'news' and 
     * 'event' post types
     *
     * @param   array   $post_types List of post types to be added to the XML Sitemap
     * @return  array   $post_types Modified list of post types
     */
    add_filter( 'sewn/seo/post_types', 'custom_sitemap_post_types' );
    function custom_sitemap_post_types( $post_types ) {
        $post_types = array('news','event');
        return $post_types;
    }
    ```

#### Add Keywords

Use sparingly. Meta keywords can do more harm than help when used incorrectly. Don’t
overload them. For that reason, we turned it off by default. If you want them, you
can turn them back on by adding this to your functions.php.

    ```
    add_filter( 'sewn/seo/add_keywords', '__return_true' );
    ```

#### Turn on Auto-Generated Descriptions

We don’t recommend this. The meta description should be used as a way to craft what
the search engines show, otherwise, let the search engines auto generate the descriptions.
It doesn’t really have a significant impact on visibility and may hinder visibility
by keeping the search engine from digging as deep into the rest of the page. Bad
descriptions may do harm, and likely don’t do any good.

    ```
    add_filter( 'sewn/seo/default_description', '__return_true' );
    ```

#### Other filters

    ```
    /**
     * Custom home or blog page title
     */
    add_filter( 'sewn/seo/home_title', 'custom_seo_home_title' );
    function custom_seo_home_title( $title ) {
        return 'My blog page title';
    }



    /**
     * Customize 404 titles
     */
    add_filter( 'sewn/seo/404_title', 'custom_seo_404_title' );
    function custom_seo_404_title( $title ) {
        return 'These are not the pages you are looking for';
    }



    /**
     * Customize archive titles
     */
    add_filter( 'sewn/seo/archive_title', 'custom_seo_archive_title' );
    function custom_seo_archive_title( $title ) {
        // Customize the title
    }



    /**
     * Custom archive descriptions
     */
    add_filter( 'sewn/seo/archive_description', 'custom_seo_archive_description' );
    function custom_seo_archive_description( $description ) {
        // Custom description here
    }
    ```

#### Compatibility

Works with the [Sewn In XML Sitemap](https://wordpress.org/plugins/sewn-in-xml-sitemap/)
plugin and the [Sewn In Simple Social Optimization](https://wordpress.org/plugins/sewn-in-simple-social-optimization/)
plugin. When installed, the XML sitemap checkbox integrates with the SEO fields.
The goal is to keep things very simple and integrated.

## Screenshots

[⌊The SEO panel added to posts.⌉⌊The SEO panel added to posts.⌉[

The SEO panel added to posts.

[⌊The SEO panel, Advanced tab.⌉⌊The SEO panel, Advanced tab.⌉[

The SEO panel, Advanced tab.

[⌊The SEO panel with Sewn In XML Sitemap & Sewn In Simple Social Optimization installed.⌉⌊
The SEO panel with Sewn In XML Sitemap & Sewn In Simple Social Optimization installed
.⌉[

The SEO panel with [Sewn In XML Sitemap](https://wordpress.org/plugins/sewn-in-xml-sitemap/)&
[Sewn In Simple Social Optimization](https://wordpress.org/plugins/sewn-in-simple-social-optimization/)
installed.

## Installation

 * Copy the folder into your plugins folder, or use the “Add New” plugin feature.
 * Activate the plugin via the Plugins admin page

## FAQ

  Installation Instructions

 * Copy the folder into your plugins folder, or use the “Add New” plugin feature.
 * Activate the plugin via the Plugins admin page

  No questions yet.

## Reviews

![](https://secure.gravatar.com/avatar/aafffdfcc26fbe1c9f7cbc6b6423d87c931e7e428d738e1a9533d8ea8136d9a2?
s=60&d=retro&r=g)

### 󠀁[Easy to use, no adds solution](https://wordpress.org/support/topic/easy-to-use-no-adds-solution/)󠁿

 [Dara Duman](https://profiles.wordpress.org/dara_duman/) September 3, 2016

I was looking for a no-adds,no junk, no mass linking, simple to use but effective
SEO solution for our [Link redacted]. Good job developers!

![](https://secure.gravatar.com/avatar/6a815980cf757a8b0c0fd3f64c646323f635e90b1a72d474078c51c32ca81198?
s=60&d=retro&r=g)

### 󠀁[Highly Recommend](https://wordpress.org/support/topic/highly-recommend-33/)󠁿

 [CaveatLector](https://profiles.wordpress.org/caveatlector/) September 3, 2016

Don’t be mislead by the small number of users. Simple, clean, efficient, easy to
install, and is working great at multiple websites.

 [ Read all 4 reviews ](https://wordpress.org/support/plugin/sewn-in-simple-seo/reviews/)

## Contributors & Developers

“Sewn In Simple SEO” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Jupitercow ](https://profiles.wordpress.org/jcow/)
 *   [ Jake Snyder ](https://profiles.wordpress.org/ekaj/)

[Translate “Sewn In Simple SEO” into your language.](https://translate.wordpress.org/projects/wp-plugins/sewn-in-simple-seo)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/sewn-in-simple-seo/),
check out the [SVN repository](https://plugins.svn.wordpress.org/sewn-in-simple-seo/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/sewn-in-simple-seo/)
by [RSS](https://plugins.trac.wordpress.org/log/sewn-in-simple-seo/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1.3 – 2017-09-02

 * Removed array short syntax, updated meta style.

#### 2.1.2 – 2017-08-30

 * Some cleanup, bug fixes and launch to the repo.

#### 2.1.1 – 2017-02-29

 * Added better social support, added connections to new social optimization plugin.

#### 2.0.8 – 2015-10-15

 * Descriptions are no longer auto created. Only crafted descriptions are used. 
   Can be turned back on using this filter: ‘sewn/seo/default_description’.

#### 2.0.7 – 2015-07-27

 * Updated the archive default seo titles and descriptions.

#### 2.0.6 – 2015-07-27

 * Updated the default post types to ALL public post types except ‘attachment’.

#### 2.0.5 – 2015-03-09

 * Small update to make sure admin javascript loads.

#### 2.0.4 – 2015-03-08

 * Fixed issues with global post on 404s, etc.
 * Added support for Open Graph type field.

#### 2.0.3 – 2015-02-13

 * Fixed problem with post_types in new system.

#### 2.0.2 – 2015-02-13

 * Fixed issues with empty fields.
 * Corrected some issues with connection to xml sitemap.

#### 2.0.1 – 2015-02-13

 * Small bugs with empty field arrays.
 * Issue with XML connection.

#### 2.0.0 – 2015-02-12

 * Added to the repo.

## Meta

 *  Version **2.1.3**
 *  Last updated **9 years ago**
 *  Active installations **80+**
 *  WordPress version ** 3.6.1 or higher **
 *  Tested up to **4.8.28**
 * Tags
 * [meta data](https://wordpress.org/plugins/tags/meta-data/)[search engine](https://wordpress.org/plugins/tags/search-engine/)
   [seo](https://wordpress.org/plugins/tags/seo/)
 *  [Advanced View](https://wordpress.org/plugins/sewn-in-simple-seo/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/sewn-in-simple-seo/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/sewn-in-simple-seo/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/sewn-in-simple-seo/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/sewn-in-simple-seo/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/sewn-in-simple-seo/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/sewn-in-simple-seo/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sewn-in-simple-seo/reviews/)

## Contributors

 *   [ Jupitercow ](https://profiles.wordpress.org/jcow/)
 *   [ Jake Snyder ](https://profiles.wordpress.org/ekaj/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/sewn-in-simple-seo/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=jacobsnyder%40gmail%2ecom&lc=US&item_name=Jacob%20Snyder&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)