hello everybody. i'm here asking for help again. can anybody tell me what is an TAG ? and how are these indexed by google ... i mean how can be site found by this tags. and also how can i create tags in php for my web site thank you.
<meta name="resource-type" content="document" /> <meta name="distribution" content="global" /> <meta name="copyright" content="2011 G3n3s!s /> <meta name="keywords" content="your,tags,here" /> there are html tags but I have no idea what do you mean with php tags
The php tags are: <?php and ?> or <? and ?>. The script between these tags will be executed on the server and the page request, and not shown, and thus not indexed by google. I'm not sure if this really is were you asked for, and if it's not, please clarify your question.
maybe i didn't know how to ask . sorry for that @dgreenhouse i was on the wiki and i find the correct description : "In online computer systems terminology, a tag is a non-hierarchical keyword or term assigned to a piece of information (such as an Internet bookmark, digital image, or computer file). This kind of metadata helps describe an item and allows it to be found again by browsing or searching. Tags are generally chosen informally and personally by the item's creator or by its viewer, depending on the system. Tagging was popularized by websites associated with Web 2.0 and is an important feature of many Web 2.0 services." i uploaded here a photo and the tag is subtitrare three rivers - sezonul 1 these means when somebody search on google exactly these words subtitrare three rivers - sezonul 1 the site will apear in the search. my question is how to create this tags in my site to be found (and indexed) by google.
Simple and straightforward. Its a way of link back to the same page via via the same page. For example. Your name is John Smith, you have page 1. you create a link called John smith which links to the page with title john smith and then that page 2 has a link which with text equal to ur title of page 1. So you just gave urself a 3 way link from within ur website, thus, increased that pagerank for that site! got it?
@eleetgeek thank you i undestend now... but only one quest like G3n3s!s says <meta name="keywords" content="your,tags,here" /> is there a way to put like these <meta name="keywords" content="$tags" /> where $tags='subtitrare three rivers - sezonul 1' ? on every page to generate other tags and to be included like keywords ... or is just a stupid think.
Alice: it should be in description. you have to fill variable $title = $your_dynamic_title; and then place it there <meta nem="description" content="<?php echo $your_dynamic_title; ?>" /> keywords are ONLY KEYWORDS separated with comma
no php tags are indexed by google as google never sees this php is server side and google can only see client side (html or javascript outputted by php)
I have a small tutorial on my site about tags and the tag system, feel free to look it up on my profile. Can't link just yet i'm afraid ^^