I’m sorry for the lousy title but….
I am happy that google is finally indexing some pages but this is a page that I found with a google search. I was a little surprised at what I saw.
Please check this link.
http://www.4fashionadvice.com/index.php?/index3/P97/
Notice that all the http://www.4fashionadvice.com/index.php?/index3/
do the same thing.
What it should look like is this:
http://www.4fashionadvice.com/index.php?/4fashionadvice/index3/november_style_notes_2007/
It seems that if a specific blog entry is not specified, all the blog entry keywords are displayed at the top of the page.
I have put the head information for “index3” below. What I am trying to do is display the keywords and titles dynamically. Thank you.
<head>
<title>{exp:weblog:info weblog="name-of-weblog-here"}
{blog_title}
{/exp:weblog:info} {exp:weblog:entries}
{htmltitle} </title>
{exp:weblog:entries weblog="stylenotes" url_title="{segment_3}” limit=“1” rdf=“off” disable=“categories|member_data|pagination|trackbacks”}
{if keywords}
<meta NAME=“keywords” content=”{keywords} Free Fashion Advice, Fashion tips, Fashion consultants, Fashion Designer, fashion Trends, Women’s, San Francisco, Paris, New York, Milan” />
{if:else}
<meta NAME=“keywords” content=“Fashion Advice, Fashion tips, Fashion consultants, Free Fashion Advice, Free fashion guide, Fashion newsletters, Fashion Shows, fashion 2006, Beauty tips, Fashion Expert, Fashion Designer, fashion Trends, Women’s, Fashion Guide, image consulting Fashion Style Advice Designer Trends Expert San Francisco Paris New York Milan” />
{/if}
{/exp:weblog:entries}
{exp:weblog:entries weblog="stylenotes" url_title="{segment_3}” limit=“1” rdf=“off” disable=“categories|member_data|pagination|trackbacks”}
{if Meta_Data}
<meta NAME=“description” content=”{Meta_Data}, 4FashionAdvice what to wear, what not to wear. Great tips and trends for success! Fashion and other essential elements, such as beauty and health. steps for success” />
{if:else}
<meta NAME=“description” content=“4FashionAdvice.com what to wear / what not to wear. Great tips and trends for success! Fashion and other essential elements, such as beauty and health. steps for success” />
{/if}
{/exp:weblog:entries}
{exp:weblog:entries weblog="stylenotes" url_title="{segment_3}” limit=“1” rdf=“off” disable=“categories|member_data|pagination|trackbacks”}
{if topic}
<meta NAME=“page-topic” content=”{topic}, 4FashionAdvice.com what to wear, what not to wear. Great tips and trends for success! Fashion and other essential elements, such as beauty and health. steps for success” />
{if:else}
<meta NAME=“page-topic” content=“4FashionAdvice.com what to wear / what not to wear. Great tips and trends for success! Fashion and other essential elements, such as beauty and health. steps for success” />
{/if}
{/exp:weblog:entries}
{exp:weblog:entries weblog="stylenotes" url_title="{segment_3}” limit=“1” rdf=“off” disable=“categories|member_data|pagination|trackbacks”}
{if keywords}
<meta NAME=“robots” content=”{keywords} Free Fashion Advice, Fashion tips, Fashion consultants, Fashion Designer, fashion Trends, Women’s, San Francisco, Paris, New York, Milan” />
{if:else}
<meta NAME=“robots” content=“Fashion Advice, Fashion tips, Fashion consultants, Free Fashion Advice, Free fashion guide, Fashion newsletters, Fashion Shows, fashion 2006, Beauty tips, Fashion Expert, Fashion Designer, fashion Trends, Women’s, Fashion Guide, image consulting Fashion Style Advice Designer Trends Expert San Francisco Paris New York Milan” />
{/if}
{/exp:weblog:entries}
{exp:weblog:entries weblog="stylenotes" url_title="{segment_3}” limit=“1” rdf=“off” disable=“categories|member_data|pagination|trackbacks”}
{if topic}
<meta NAME=“classification” content=”{topic} fashion,designer, women’s, style, online, tips, trends, news, beauty, style, wardrobe, skin care,design,books” />
{if:else}
<meta NAME=“classification” content=“Fashion Advice, Fashion tips, Fashion consultants, Free Fashion Advice, Free fashion guide, Fashion newsletters, Fashion Shows, fashion 2006, Beauty tips, Fashion Expert, Fashion Designer, fashion Trends, Women’s, Fashion Guide, image consulting Fashion Style Advice Designer Trends Expert San Francisco Paris New York Milan” />
{/if}
{/exp:weblog:entries}
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” />
<meta name=“MSSmartTagsPreventParsing” content=“false”>
<meta name=“author” content=“Cathie Hehman”>
<meta name=“copyright” content=“Copyright (c)2006 Cathie Hehman, distributed by 4fashionadvice.com. All rights reserved.”>
<meta name=“language” content=“en-us”>
<head>