From f2f34689d931f25c0e11b45704764402b459f213 Mon Sep 17 00:00:00 2001
From: tim collins <13tcollins@gmail.com>
Date: Wed, 19 Aug 2015 18:01:37 -0400
Subject: [PATCH] seo update
---
lib/Sky/Page.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/Sky/Page.php b/lib/Sky/Page.php
index b6af10d..43dfd04 100644
--- a/lib/Sky/Page.php
+++ b/lib/Sky/Page.php
@@ -1069,7 +1069,7 @@ public function setAssetsByPath($path)
}
- /**
+ /**
* @return Array getGeoMetaData() returns an array of the geo meta tags and is
* array_merged to seoMetaContent() to output results with one function call
*/
@@ -1078,14 +1078,14 @@ public function getGeoMetaData()
$meta_geo = array(
- 'latitude' => 'latitude',
- 'longitude' => 'longitude',
+ 'zipcode' => 'zipcode',
'city' => 'city',
'state' => 'state',
'country' => 'country',
'geo.position' => 'geo_position',
'geo.placename' => 'geo_placename',
- 'geo.region' => 'geo_region'
+ 'geo.region' => 'geo_region',
+ 'ICBM' => 'ICBM'
);
$geo = $this->seo->geo;
@@ -1102,7 +1102,7 @@ public function getGeoMetaData()
*/
public function seoMetaContent()
{
- // => $this->seo[$value]
+ // => $this->seo[$value].
$meta_geo = $this->getGeoMetaData();
$meta = array(
'title' => 'title',