forked from bofh/fetsite
url meta tag
This commit is contained in:
@@ -30,6 +30,7 @@ end
|
|||||||
<p id="notice"><%= notice %></p>
|
<p id="notice"><%= notice %></p>
|
||||||
<div style="max-width:70em" itemtype="http://schema.org/Person" itemscope>
|
<div style="max-width:70em" itemtype="http://schema.org/Person" itemscope>
|
||||||
<meta itemprop="sameAs" content="<%= fetprofile_path(@fetprofile, theme: nil) %>"/>
|
<meta itemprop="sameAs" content="<%= fetprofile_path(@fetprofile, theme: nil) %>"/>
|
||||||
|
<meta itemprop="url" content="<%= fetprofile_path(@fetprofile, theme: nil) %>"/>
|
||||||
<div class="media">
|
<div class="media">
|
||||||
<span class="pull-left" itemprop="image" itemscope itemtype="http://schema.org/ImageObject">
|
<span class="pull-left" itemprop="image" itemscope itemtype="http://schema.org/ImageObject">
|
||||||
<span itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject">
|
<span itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject">
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ end
|
|||||||
<div class="contentbox" itemscope itemtype="http://schema.org/Article">
|
<div class="contentbox" itemscope itemtype="http://schema.org/Article">
|
||||||
<meta itemprop="about" content="<%= @neuigkeit.text_first_words %>"/>
|
<meta itemprop="about" content="<%= @neuigkeit.text_first_words %>"/>
|
||||||
<meta itemprop="sameAs" content="<%= neuigkeit_url(@neuigkeit,:theme=>nil)%>"/>
|
<meta itemprop="sameAs" content="<%= neuigkeit_url(@neuigkeit,:theme=>nil)%>"/>
|
||||||
|
<meta itemprop="url" content="<%= neuigkeit_url(@neuigkeit,:theme=>nil)%>"/>
|
||||||
|
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<span itemprop="articleSection">
|
<span itemprop="articleSection">
|
||||||
<%= ff_icon(@neuigkeit.rubrik.icon) unless @neuigkeit.rubrik.icon.nil? or @neuigkeit.rubrik.icon.empty? %> <%= @neuigkeit.rubrik.name %>
|
<%= ff_icon(@neuigkeit.rubrik.icon) unless @neuigkeit.rubrik.icon.nil? or @neuigkeit.rubrik.icon.empty? %> <%= @neuigkeit.rubrik.name %>
|
||||||
|
|||||||
Reference in New Issue
Block a user