Skip to content

Commit

Permalink
Merge pull request #1692 from Nexmo/add-google-search-console-metatag
Browse files Browse the repository at this point in the history
ADD: GOOGLE Search Console verification <meta>
  • Loading branch information
marcoranieri authored Nov 23, 2022
2 parents e9b1674 + ec65ddb commit 2a85e2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/nexmo_developer/app/views/layouts/partials/_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
<meta name="robots" content="noindex,nofollow">
<% end %>
<%# GOOGLE Search Console %>
<meta name="google-site-verification" content="9Q-vd-4LjSh4PclSWgcrmiXC1Dcftvh8LhDov11c_n4" />

<link rel="apple-touch-icon" sizes="180x180" href="<%= canonical_base %>/<%= head.apple_touch_icon %>">
<link rel="icon" type="image/png" sizes="any" href="<%= canonical_base %>/<%= head.favicon %>">
<link rel="icon" type="image/png" sizes="32x32" href="<%= canonical_base %>/<%= head.favicon_32_squared %>">
Expand Down
2 changes: 1 addition & 1 deletion lib/nexmo_developer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NexmoDeveloper
VERSION = '0.5.15'.freeze
VERSION = '0.5.16'.freeze
end

0 comments on commit 2a85e2e

Please sign in to comment.