Changes between Version 3 and Version 4 of qSEOptimizer/properties


Ignore:
Timestamp:
Jan 14, 2010 10:38:53 AM (15 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qSEOptimizer/properties

    v3 v4  
    44 
    55== 1. Page Title Tag == 
    6 '''Text to be present in <TITLE> tag. It is displayed in browser title bar. Search engines display it as a title of the document.''' 
    76 
    87[[Image(title-tag.png, nolink)]] 
    98 
    10 Text for this tag is automatically taken from document title. Specify the necessary one if needed. 
     9Document title, presented in page <title> tag. It is also displayed in browser title bar. Search engines display it as a title of the document. You can specify different title tag if needed, and this will not affect title of current document, but it will affect its display in browser title bar and in page source. 
     10 
     11{{{ 
     12<title>SunRain Free Plone Theme  &mdash; Site</title> 
     13}}} 
    1114 
    1215== 2. Meta Description Tag == 
    13 '''Description of the document to be indexed by Search Engines. This text will be present in meta description tag in page HTML source.''' 
    1416 
    1517[[Image(description-tag.png, nolink)]] 
    1618 
     19Description of the document, presented in meta <description> tag in page HTML source. Is automatically taken from document description. 
     20 
     21{{{ 
     22<meta content="Looking for the right look for your blog? You are in a right place! " name="description" /> 
     23}}} 
     24 
    1725== 3. Meta Keywords Tag == 
    18 '''Keywords, the page will be indexed with. Enter each keyword in separate line, please. Though the relevance of listing meta keywords is of questionable value now, it is useful to set meta keywords for pages - for future reference.''' 
    1926 
    2027[[Image(keyword-tag.png, nolink)]] 
    2128 
     29Keywords, the page will be indexed with. They are displayed in meta <keywords> tag. 
     30 
     31{{{ 
     32<meta content="flower, lviv" name="keywords" /> 
     33}}} 
     34 
    2235== 4. HTML Comment == 
     36 
    2337'''Comments embedded into HTML header.'''