e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
321 stars 213 forks source link

Meta tags disappear with content cache on & Site keyword and description always on #270

Closed STR82U closed 10 years ago

STR82U commented 11 years ago
  1. The site keyword and description are always on even, makes them duplicate on news items (one uses "name" the other uses "property").
  2. When the Content cache is "Enabled", most meta tags will not be in the page after a refresh.

Before F5:

<meta property="og:title" content="SEO and e107" />
<meta property="og:type" content="article" />
<meta property="description" content="Find out more about search engine friendly urls for e107 and using the SEO features built into e107 V2." />
<meta property="og:description" content="Find out more about search engine friendly urls for e107 and using the SEO features built into e107 V2." />
<meta property="og:image" content="http://example.co/e107_media/d087d9f833/images/2013-01/image-in-article.png" />
<meta property="og:url" content="http://str82u.co/news/seo-and-e107.html" />
<meta property="article:section" content="SEO and e107" />
<meta property="keywords" content="testword one,testword two,testword three" />
<meta property="article:tag" content="testword one" />
<meta property="article:tag" content="testword two" />
<meta property="article:tag" content="testword three" />
<meta property="copyright" content="Testing" />
<meta property="author" content="Tester" />
<meta property="og:image" content="http://example.com/e107_media/d087d9f883/images/2013-01/siteLogo.png" />

<title>SEO and e107 - STR82U V2 Demo</title>
..........
<meta name='robots' content='index,follow' />

After F5:

<meta property="copyright" content="Testing" />
<meta property="author" content="Tester" />
<meta property="og:image" content="http://example.com/media/d08f7dh883/images/2013-01/siteLogo.png" />

<title>SEO and e107 - STR82U V2 Demo</title>
.......
<meta name='robots' content='index,follow' />
STR82U commented 11 years ago

This issue posted before it was ready to be read by humans. I think that is pretty clear now.

Moc commented 10 years ago

@STR82U Please see if you can see reproduce this issue now that the caching issues have been fixed

STR82U commented 10 years ago

I didn't get a chance to install or update for that but I'm assuming someone went to the troube of seeing if they were there aftr time.

Until Later, Andrew

On 7/24/2014 10:52 AM, Miroslav Yovchev wrote:

Closed #270 https://github.com/e107inc/e107/issues/270.

— Reply to this email directly or view it on GitHub https://github.com/e107inc/e107/issues/270#event-145227125.