| |||||||
| Registrieren | Lexikon | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
![]() |
| | Themen-Optionen | Ansicht |
| | #2 (permalink) |
| PostRank: 9 ![]() Registriert seit: 01.05.2008
Beiträge: 1.366
| Könnte daran liegen, dass in der header.php deines Themes der title-Tag nach dem wp_head() steht. Setzt den title mal davor. Code: <title> .... </title> <?php wp_head(); ?> |
| | |
| | #3 (permalink) |
| PostRank: 1 ![]() Registriert seit: 14.02.2007
Beiträge: 33
| Also meine header.php beginnt so: Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <head> <title>BLOG</title> <?php wp_head(); ?> <?php remove_action('do_pings', 'do_all_pings', 10, 1); ?> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please --> <meta name="robots" content="index,follow"> <meta name="revisit-after" content="2 days"> <meta http-equiv="language" content="de"> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head> |
| | |
| | #4 (permalink) |
| PostRank: 9 ![]() Registriert seit: 01.05.2008
Beiträge: 1.366
| Was haste denn jetzt gemacht? Jetzt steht ja 2x der wp_head() drin. Nimm das obere mal wieder raus. Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <head> <title>BLOG</title> <?php wp_head(); ?> <?php remove_action('do_pings', 'do_all_pings', 10, 1); ?> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please --> <meta name="robots" content="index,follow"> <meta name="revisit-after" content="2 days"> <meta http-equiv="language" content="de"> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head> |
| | |
| | #7 (permalink) |
| PostRank: 3 ![]() Registriert seit: 18.02.2008
Beiträge: 116
| Wenn deine Website werbefrei ist, probier doch wpSEO kostenlos aus.
__________________ wpSEO optimiert Blogs für Suchmaschinen. Automatisch. |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |