hasadna / open-shot

A simple, open question and answer site. Shot being an hebrew acronym for Q&A.
http://localshot.org.il
BSD 3-Clause "New" or "Revised" License
9 stars 30 forks source link

correct meta tags #401

Open tbrisker opened 11 years ago

tbrisker commented 11 years ago

While at it, there few other metadata tags missing in the header, like:

<meta property="og:title" content="...call the page's title..." />
<meta property="og:url" content="...page url here..." />
<meta property="og:site_name" content="אתר השות המקומי" />
<meta property="og:description" content="תוכן השאלה או תיאור כללי אחיד וגורף לכל האתר" />
<meta property="og:locale" content="he_IL" />

and of course there's the meta description tag that is missing, it is very important to seo!

<meta name="תוכן השאלה או תיאור כללי אחיד וגורף לכל האתר" />

these tags should be inserted into the page header and get populated with the appropriate data.

taleinat commented 11 years ago

I'd like to add these.

Any other specific tags I should add?

Which pages is this relevant to?

tbrisker commented 11 years ago

Relevant on all main templates - tags which are relevant to the entire site should be added on base.html, others should be added on the relevant template using the {% block extrahead %} block