Jump to content
  • 0

SEO dodanie mety, linkow oraz keywords


paplo22

Question

Witam

 

Chciałbym dodać do <head>, <meta> i to mi się udało z title. Ale także chciałbym dodać <link rel="alternate"... z linkiem do produktu na którym aktualnie jestem, tylko nie wiem co tam wpisać aby taki link się pojawił?

 

 

<html lang="{$language_code|escape:'html':'UTF-8'}">

<head>
<meta charset="utf-8" />
<title>{$meta_title|escape:'html':'UTF-8'}</title>
 
<link rel="canonical" href=" ------ tutaj link do produktu na ktorym jestem ---------"/>
<link rel="alternate" media="only screen and (max-width: 640px)" href=" ------ tutaj link do produktu na ktorym jestem ---------" />
<link rel="alternate" media="handheld" href=" ------- to samo -----" />
 
<meta name="title" content="{$meta_title|escape:'html':'UTF-8'}" />
 
 
{if isset($meta_description) AND $meta_description}
<meta name="description" content="{$meta_description|escape:'html':'UTF-8'}" />

 

?

próbowałem tylko to co znalazłem ale to nie jest to: "{$smarty.server.HTTP_REFERER|escape:'html':'UTF-8'|secureReferrer}"

Proszę o pomoc bo się mało w tym orientuje.

 

 

Oraz drugie pytanie tam jest cos takiego jak 

 

 

{if isset($meta_keywords) AND $meta_keywords}

<meta name="keywords" content="{$meta_keywords|escape:'html':'UTF-8'}" />
{/if}

 

Czyli chyba wyświetlanie się tagów?, jak to zrobić aby się to pojawiło? w każdym produkcie mam wpisane tagi.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...