Giter VIP home page Giter VIP logo

findable's Introduction

Findable Logo

Total Downloads Total Downloads Latest Stable Version License

Improve SEO in your Statamic-powered site!

โœจ Features

  • Meta Tags: The standard meta tags for title, description, and robots
  • OpenGraph: Improve how your website looks when is shared in social networks like Facebook, Twitter, and Slack
  • Structured Data: Let the search engines know the semantic meaning of the content of your website
  • Sitemap: Automatically create an XML sitemap that includes all your URLs (index by collection)
  • Webmaster Tools: With Findable, verifying your website never was so easy!
  • Marketing: Forget about code-spagetting when implementing marketing tools! Use Google Tag Manager with a single setting
  • HREF Lang: If your Statamic installation is multisite for multiple languages, Findable will find them and add accordingly the available translations for every entry

๐Ÿ’ฟ Installation

Via composer:

composer require elaniin/findable

Publish config (optional):

php artisan vendor:publish --provider="Elaniin\Findable\ServiceProvider" --tag=config

Publish views (optional):

php artisan vendor:publish --provider="Elaniin\Findable\ServiceProvider" --tag=views

Publish translations (optional):

php artisan vendor:publish --provider="Elaniin\Findable\ServiceProvider" --tag=translations

Add Findable's tags to your layout:

  • {{ findable:head }}: Should be within the <head> tag
  • {{ findable:body }}: Should be right after the <body> opening tag
  • {{ findable:footer }}: Should be right before the </body> tag

Example layout.antlers.html:

<head>
	...
	{{ findable:head }}
</head>

<body>
	{{ findable:body }}
	...
	{{ findable:footer }}
</body>

๐Ÿ”’ License

Findable is open-sourced software licensed under the MIT license.

findable's People

Contributors

vlasscontreras avatar theharisshah avatar cesaramirez avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.