Skip to content

Commit

Permalink
upd meta
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 12, 2023
1 parent a03757b commit c548dea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/partials/meta.hbs
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"/>

0 comments on commit c548dea

Please sign in to comment.