Browse Source

SEO metas and title

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
6a956e2d59
  1. 7
      app/views/layouts/public.html.erb

7
app/views/layouts/public.html.erb

@ -2,7 +2,12 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>EntryDNS</title> <title>EntryDNS free DNS service and dynamic DNS</title>
<meta name="description" content="EntryDNS free DNS service and dynamic DNS" />
<meta name="keywords" content="DNS, free, service, dynamic, management, hosting" />
<meta name="author" content="EntryDNS Team" />
<%= stylesheet_link_tag "application" %> <%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %> <%= javascript_include_tag "application" %>
<%= csrf_meta_tag %> <%= csrf_meta_tag %>

Loading…
Cancel
Save