Modify ↓
Opened 10 years ago
Closed 6 years ago
#613 closed Aufgabe (fixed)
metatags.php überarbeiten
| Reported by: | Torsten Riemer | Owned by: | Gerhard Waldemair |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.5.0 |
| Component: | Module | Version: | 2.0.1.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Die Datei muss mal kräftig aufgeräumt werden. ;-)
Attachments (0)
Change History (5)
comment:1 by , 10 years ago
| Milestone: | modified-shop-2.00 → modified-shop-2.10 |
|---|---|
| Version: | 2.0 → 2.10 |
comment:2 by , 10 years ago
hier ein paar Ideen:
<meta charset="utf-8" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width">
<meta http-equiv="cleartype" content="on" />
<meta name="msapplication-TileImage" content="{$theme_path}/images/icons/logoname-152x122.png" />
<meta name="msapplication-TileColor" content="#5C5A59" />
<meta name="robots" content="index, follow" />
<meta name="title" content="{$main_title nocache}" />
<meta name='keywords' content="{content block='SEO_Keywords' wysiwyg='false'}">
<meta name='keypharases' content="{content block='SEO_Keywords' wysiwyg='false'}">
<meta name="description" content="{content block='Page_Description' wysiwyg='false'}" />
<meta name="date" content="{modified_date}" />
<meta name="lastupdate" content="{modified_date}" />
<meta name="revised" content="{modified_date}" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="author" content="{$author}" />
<meta name="subject" content="Consultancy & Training">
<meta name="copyright" content="{$copyright}" />
<meta name="reply-to" content="{$email}" />
<meta name="Geography" content="{$address}" />
<meta name="Language" content="English" />
<META HTTP-EQUIV="CACHE-CONTROL" content="PUBLIC" />
<meta name="Copyright" content="{$copyright}" />
<meta name="Designer" content="{$developer}" />
<meta name="Publisher" content="{$publisher}" />
<meta name="distribution" content="Global" />
<meta name="zipcode" content="ZIP CODE" />
<meta name="city" content="{$city}" />
<meta name="country" content="{$country}" />
<meta name="geo.placename" content="{$address}" />
<meta name="geo.region" content="Region i.e. Asia, Middle East etc" />
<meta name="geo.position" content="Coordinates taken from goole maps as per your address" />
<meta name="ICBM" content="Coordinates taken from goole maps as per your address" />
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
<link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" />
<meta name="DC.Title" content="{$main_title nocache}">
<meta name="DC.Creator" content="{$author}">
<meta name="DC.Subject" content="{$main_title nocache}">
<meta name="DC.Description" content="{content block='Page_Description' wysiwyg='false'}">
<meta name="DC.Publisher" content="{$publisher}">
<meta name="DC.Contributor" content="{$developer}">
<meta name="DC.Date" content="{modified_date}">
<meta name="DC.Type" content="image">
<meta name="DC.Format" content="image/png">
<meta name="DC.Identifier" content="{$theme_path}/images/logo.png">
<link rel="DC.Source" href="{root_url}/">
<meta name="DC.Language" content="English">
<meta name="DC.Coverage" content="{$country}">
<meta name="DC.Rights" content="{$copyright}">
<meta name="DC.Relation" content="{root_url}/" />
<meta property="og:title" content="{$main_title}" />
<meta property="og:type" content="article" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="{root_url}/{$page_alias}" />
<meta property="og:image" content="{$theme_path}/images/logo.png" />
<meta property="og:site_name" content="{sitename}" />
<meta property="og:description" content="{content block='Page_Description' wysiwyg='false'}" />
<meta property="article:author" content="{$author}" />
<meta property="article:publisher" content="https://www.facebook.com/Your Facebook Page ID" />
<meta property="fb:page_id" content="https://www.facebook.com/Your Facebook Page ID" />
<meta property="fb:admins" content="https://www.facebook.com/Facebook Page Admin ID" />
<meta property="og:latitude" content="Coordinates taken from goole maps as per your address N Value" />
<meta property="og:longitude" content="Coordinates taken from goole maps as per your address E Value" />
<meta property="og:street-address" content="{$address}" />
<meta property="og:locality" content="{$city}" />
<meta property="og:region" content="Name of Region" />
<meta property="og:postal-code" content="POSTAL CODE" />
<meta property="og:country-name" content="{$country}" />
<meta property="og:email" content="{$email}" />
<meta property="og:phone_number" content="PHONE / Mobile Number" />
<meta property="og:fax_number" content="FAX Number" />
<meta itemprop="name" content="{$main_title}">
<meta itemprop="description" content="{content block='Page_Description' wysiwyg='false'}">
<meta itemprop="image" content="{$theme_path}/images/logo.png">
comment:3 by , 8 years ago
| Milestone: | modified-shop-2.1.0.0 |
|---|
comment:4 by , 6 years ago
| Milestone: | → modified-shop-2.0.5.0 |
|---|
Note:
See TracTickets
for help on using tickets.

wird für 2.1 umgebaut.