Cómo agregar metas en Plantilla Somos Movies

  • Autor Autor tommy2032
  • Fecha de inicio Fecha de inicio
T

tommy2032

Eta
Social Media
Verificado por Whatsapp
me preguntas como pongo los metas en la plantilla somo movie no trae donde ponerlo.desde q intale la plantilla a mi blog no avisto visitas nuevas alguien que me ayude por favor.
este es el codigo de la plantilla somomovie donde deben ir los metas
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head><meta content='JEO8SB6TMnOEbm9MWCw3WRQYtbYGL7ckCQilhf4UsIouVn7HQu' name='wupload'/>
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageName == &quot;&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
 
Debajo del Head pon:

Insertar CODE, HTML o PHP:
 <b:if cond='data:blog.url == "http://miblog.blogspot.com/"'>
<meta name='description' content='Aqui la descripcion de su blog' /> 
<meta name='keywords' content='Clave1,Clave2,Clave3' /> </b:if>
 
Atrás
Arriba