View Full Version : Meta
hitendra
04-02-2007, 06:40 AM
I want to put some meta info for search engines not visible to visitors like…“Welcome, I am from Alibag etc…” It is irelavent of photo but if somebody searches my towns name “Alibag” my site should be in results! Where to put it? Using PP 1.6b
blinking8s
04-02-2007, 07:26 AM
meta info goes in your template files
pixelpost/templates/yourtemplate/whatever_template.html
hitendra
04-02-2007, 07:53 AM
Thanks buddy, I understood, but I am not programmer can you specify exact syntax & location like…
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
I’ll replace the text & put it in template!
Dennis
04-02-2007, 10:40 AM
Important info related to keywords in the meta tag:
The keyword tag was popularized by search engines such as Infoseek and AltaVista in 1996 and its popularity quickly grew until it became one of the most commonly used META tags. By late 1997, however, search engine providers realised that information stored in META tags, especially the keyword tag, could be unreliable and misleading, and at worst, could be used to draw users into spam sites. (Unscrupulous webmasters could easily place false keywords into a META tag in order to draw people to their site, whether the content matched these keywords or not.)
Search engines began dropping support for META keywords in 1998, and by the early 2000s, most search engines had veered away from reliance on meta elements, and in July 2002 AltaVista, one of the last major search engines to still offer support, finally stopped including them.
Newer search engines like Google and FAST have never had any support for the META keywords tag.
From wikipedia (http://en.wikipedia.org/wiki/Meta_tag).
austriaka
04-02-2007, 12:07 PM
Hitendra,
open your image_template.html and look for these lines:
<meta http-equiv="content-type" name="keywords" content="PhotoBlog,<SITE_TITLE>,<IMAGE_TITLE>,Pixelpost" />
<meta http-equiv="content-type" name="description" content="<SITE_TITLE>-PhotoBlog: <IMAGE_TITLE>, <IMAGE_NOTES_CLEAN>" />
change that to
<meta http-equiv="content-type" name="keywords" content="Alibag,PhotoBlog,<SITE_TITLE>,<IMAGE_TITLE>,Pixelpost" />
<meta http-equiv="content-type" name="description" content="<SITE_TITLE>-PhotoBlog: Welcome, I am from Alibag! <IMAGE_TITLE>, <IMAGE_NOTES_CLEAN>" />
Perhaps it won't bring you anything but it would do no harm ;-)
LG
KArin
hitendra
04-03-2007, 09:10 AM
Done that, lets see....
Thanks everybody!
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.