Search Engine Optimization
Easily setup your app to rank high on google with search engine optimisation (SEO)
Basic Setup
# meta.yml
meta_product_name: "LightningRails"
meta_title: "LightningRails - The fastest way to kickstart your Rails app"
meta_description: "LightningRails is a Rails template that helps you kickstart your Rails app in minutes. It comes with a set of pre-configured tools and best practices to help you build your app faster."
meta_image: "cover.png" # should be in `app/assets/images/`
twitter_account: "@product_twitter_account"# Modify content to adapt to each page, for example with pricing.html.erb
<% content_for :meta_title, "No trick pricing on #{DEFAULT_META["meta_product_name"]}" %>
<% content_for :meta_description, "Get more for less, access our pro membership to build rails apps in seconds" %>
<% content_for :meta_image, "cover.png" %>
<h1>Pricing</h1>
[...]How to rank on Google
Last updated