-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
<meta name="description" content="{{ coalesce pageDescription 'Add real-time features to your Ruby on Rails application without ever having to switch to another platform or language.' }}"/> | ||
<meta name="description" content="{{ coalesce pageDescription 'Add real-time features to your Ruby on Rails, JavaScript, or Hotwire applications without ever having to switch to another platform or language.' }}"/> | ||
<meta name="keywords" content="{{ coalesce pageKeywords 'anycable, ruby on rails, rails, actioncable, websocket, grpc, ruby, erlang, golang' }}"/> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/> | ||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"/> | ||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"/> | ||
<link rel="manifest" href="/manifest.json"/> | ||
<meta name="theme-color" content="#000000"/> | ||
<!-- Schema.org markup for Google+ --> | ||
<meta itemprop="name" content="{{ coalesce pageTitle 'AnyCable: build lightning fast, reliable real-time applications with Ruby and Rails' }}"/> | ||
<meta itemprop="description" content="{{ coalesce pageDescription 'Add real-time features to your Ruby on Rails application without ever having to switch to another platform or language. Stay productive by writing clean, maintainable code in Ruby while being sure that your application scales without costing a fortune to run it.' }}"/> | ||
<meta itemprop="name" content="{{ coalesce pageTitle 'AnyCable: a real-time server for Rails, JavaScript, and Hotwire applications that runs on your servers and scales' }}"/> | ||
<meta itemprop="description" content="{{ coalesce pageDescription 'Add real-time features to your Ruby on Rails, JavaScript, or Hotwire applications without ever having to switch to another platform or language. Stay productive by writing clean, maintainable code in Ruby while being sure that your application scales without costing a fortune to run it.' }}"/> | ||
<meta itemprop="image" content="{{ coalesce pageSocialImage 'https://anycable.io/images/share.png' }}"/> | ||
<!-- Twitter Card data --> | ||
<meta name="twitter:card" content="summary_large_image"/> | ||
<meta name="twitter:site" content="@any_cable"/> | ||
<meta name="twitter:title" content="{{ coalesce pageTitle 'AnyCable: build lightning fast, reliable real-time applications with Ruby and Rails' }}"/> | ||
<meta name="twitter:description" content="{{ coalesce pageDescription 'Add real-time features to your Ruby on Rails application without ever having to switch to another platform or language. Stay productive by writing clean, maintainable code in Ruby while being sure that your application scales without costing a fortune to run it.' }}"/> | ||
<meta name="twitter:title" content="{{ coalesce pageTitle 'AnyCable: a real-time server for Rails, JavaScript, and Hotwire applications that runs on your servers and scales' }}"/> | ||
<meta name="twitter:description" content="{{ coalesce pageDescription 'Add real-time features to your Ruby on Rails, JavaScript, or Hotwire applications without ever having to switch to another platform or language. Stay productive by writing clean, maintainable code in Ruby while being sure that your application scales without costing a fortune to run it.' }}"/> | ||
<meta name="twitter:creator" content="@any_cable"/> | ||
<meta name="twitter:image" content="{{ coalesce pageSocialImage 'https://anycable.io/images/share.png' }}"/> | ||
<!-- Open Graph data --> | ||
<meta property="og:title" content="{{ coalesce pageTitle 'AnyCable: build lightning fast, reliable real-time applications with Ruby and Rails' }}"/> | ||
<meta property="og:title" content="{{ coalesce pageTitle 'AnyCable: a real-time server for Rails, JavaScript, and Hotwire applications that runs on your servers and scales' }}"/> | ||
<meta property="og:type" content="website"/> | ||
<meta property="og:url" content="https://anycable.io/"/> | ||
<meta property="og:image" content="{{ coalesce pageSocialImage 'https://anycable.io/images/share.png' }}"/> | ||
<meta property="og:description" content="{{ coalesce pageDescription 'Add real-time features to your Ruby on Rails application without ever having to switch to another platform or language. Stay productive by writing clean, maintainable code in Ruby while being sure that your application scales without costing a fortune to run it.' }}"/> | ||
<meta property="og:description" content="{{ coalesce pageDescription 'Add real-time features to your Ruby on Rails, JavaScript, or Hotwire applications without ever having to switch to another platform or language. Stay productive by writing clean, maintainable code in Ruby while being sure that your application scales without costing a fortune to run it.' }}"/> | ||
<meta property="og:site_name" content="AnyCable"/> |