Habe das Plugin aktiviert, leider werden die titel nicht umgeschrieben.
Im Quelltext findet man folgenen Code:
<!-- all in one seo pack 1.4.6.14 ob_start_detected [-1,-1] -->
<!-- /all in one seo pack -->
Wo kann der Fehler liegen?
"all in one seo" - titel werden nicht umgeschrieben
-
-
- Gerade eben
- Anzeige
Hallo!
Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.
- ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
- ✔️ Deutsche Server & DSGVO-konform
- ✔️ Persönlicher Support (kein 0815-Ticket-System)
-
Könnte daran liegen, dass in der header.php deines Themes der title-Tag nach dem wp_head() steht. Setzt den title mal davor.
Ach ja, hast du das Plugin nach Aktivierung konfiguriert (wp-admin/options-general.php?page=all-in-one-seo-pack/all_in_one_seo_pack.php) ? -
Also meine header.php beginnt so:
PHP
Alles anzeigen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/URL]"> <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>
Wenn ich auf das Default-Theme wechsle, dann funktioniert das Plugin komischerweise. -
Was haste denn jetzt gemacht? Jetzt steht ja 2x der wp_head() drin. Nimm das obere mal wieder raus.
PHP
Alles anzeigen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/URL]"> <head> <title>BLOG</title> [COLOR=Red]<?php wp_head(); ?>[/COLOR] <?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 ?> [COLOR=Red]<?php wp_head(); ?>[/COLOR] </head> -
habs rausgenommen, hilft leider nicht
-
Danke für die schnelle Hilfe, hab das Problem gefunden.
Das Plugin verträgt sich nicht mit meinem Tradescript. -
Wenn deine Website werbefrei ist, probier doch wpSEO kostenlos aus.
-
Wenn deine Website werbefrei ist, probier doch wpSEO kostenlos aus.
Ist das wirklich so? Ich habe auf der wpSEO-Seite zwar auch diesen Text, aber keinen Downloadlink ohne Preisangabe finden können.
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!