app/views/layouts/phcmemberspro/application.html.erb in phcmemberspro-14.7.7 vs app/views/layouts/phcmemberspro/application.html.erb in phcmemberspro-15.0.0
- old
+ new
@@ -1,10 +1,16 @@
<!DOCTYPE html>
<html>
<head>
+ <% phc_seo_title "PHCMEMBERS(PRO) - MEMBERS MANAGEMENT SOFTWARE" %>
+ <% phc_seo_description "Membership software to manage your membership information, listings, and online member's directory for your organizations website." %>
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title><%= content_for?(:title) ? yield(:title) : "PHCMembers - Members Dashboard" %></title>
+ <title><%= yield(:phc_seo_title) %></title>
+ <meta name="description" content="<%= yield(:phc_seo_description) %>">
+
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<link rel="canonical" href="http://phcmembers.com">
<!-- Font -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>