Design ("Presentation" in WP 2.3 and older) -> [Theme Name] Theme Options -> SEO // if ( is_home() && trim($ata_homepage_meta_description) != "" ) { echo "\n"; } // // META KEYWORDS Tag for (only) the HOMEPAGE. // To be set in WP Admin -> Design ("Presentation" in WP 2.3 and older) -> [Theme Name] Theme Options -> SEO if ( is_home() && trim($ata_homepage_meta_keywords) != "" ) { echo "\n"; } // // META DESCRIPTION Tag for CATEGORY PAGES, if a category description exists: // if ( is_category() && strip_tags(trim(category_description())) != "" ) { echo "\n"; } // // prevent duplicate content by making archive pages noindex: // To be set in WP Admin -> Design ("Presentation" in WP 2.3 and older) -> [Theme Name] Theme Options -> SEO // if ($ata_archive_noindex == "Yes" && (is_day() OR is_month() OR is_year()) ) { ?>