Hallo ich benutze all-in-one-seo,
dort bekomme ich ja:
[COLOR=#0000ff]<[/COLOR][COLOR=maroon][FONT=Courier New]meta[/FONT][/COLOR][COLOR=blue][FONT=Courier New] [/FONT][/COLOR][COLOR=red][FONT=Courier New]name[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="title"....[/FONT][/COLOR]
[COLOR=blue][FONT=Courier New][COLOR=blue][FONT=Courier New]<[/FONT][/COLOR][COLOR=maroon][FONT=Courier New]meta[/FONT][/COLOR][COLOR=blue][FONT=Courier New] [/FONT][/COLOR][COLOR=red][FONT=Courier New]name[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="description"...[/FONT][/COLOR][/FONT][/COLOR]
[COLOR=blue][FONT=Courier New][COLOR=blue][FONT=Courier New][COLOR=blue][FONT=Courier New]<[/FONT][/COLOR][COLOR=maroon][FONT=Courier New]meta[/FONT][/COLOR][COLOR=blue][FONT=Courier New] [/FONT][/COLOR][COLOR=red][FONT=Courier New]name[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="keywords"[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=blue][FONT=Courier New][COLOR=blue][FONT=Courier New][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=blue][FONT=Courier New][COLOR=blue][FONT=Courier New]doch wie bekomme ich[/FONT][/COLOR][/FONT][/COLOR]
[COLOR=blue][FONT=Courier New][COLOR=blue][FONT=Courier New][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=blue][FONT=Courier New][COLOR=blue][FONT=Courier New][COLOR=blue][FONT=Courier New]<[/FONT][/COLOR][COLOR=maroon][FONT=Courier New]meta[/FONT][/COLOR][COLOR=blue][FONT=Courier New] [/FONT][/COLOR][COLOR=red][FONT=Courier New]name[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="author" [/FONT][/COLOR][COLOR=red][FONT=Courier New]content[/FONT][/COLOR][COLOR=blue][FONT=Courier New]=".......">[/FONT][/COLOR][FONT=Courier New][/FONT]
[COLOR=blue][FONT=Courier New]<[/FONT][/COLOR][COLOR=maroon][FONT=Courier New]meta[/FONT][/COLOR][COLOR=blue][FONT=Courier New] [/FONT][/COLOR][COLOR=red][FONT=Courier New]name[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="language" [/FONT][/COLOR][COLOR=red][FONT=Courier New]content[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="de">[/FONT][/COLOR][FONT=Courier New][/FONT]
[COLOR=blue][FONT=Courier New]<[/FONT][/COLOR][COLOR=maroon][FONT=Courier New]meta[/FONT][/COLOR][COLOR=blue][FONT=Courier New] [/FONT][/COLOR][COLOR=red][FONT=Courier New]name[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="revisit-after" [/FONT][/COLOR][COLOR=red][FONT=Courier New]content[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="1 days">[/FONT][/COLOR][FONT=Courier New][/FONT]
[COLOR=blue][FONT=Courier New]<[/FONT][/COLOR][COLOR=maroon][FONT=Courier New]meta[/FONT][/COLOR][COLOR=blue][FONT=Courier New] [/FONT][/COLOR][COLOR=red][FONT=Courier New]name[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="robots" [/FONT][/COLOR][COLOR=red][FONT=Courier New]content[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="NOODP, index, follow, all">[/FONT][/COLOR][FONT=Courier New][/FONT]
[COLOR=blue][FONT=Courier New]<[/FONT][/COLOR][COLOR=maroon][FONT=Courier New]meta[/FONT][/COLOR][COLOR=blue][FONT=Courier New] [/FONT][/COLOR][COLOR=red][FONT=Courier New]name[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="publisher" [/FONT][/COLOR][COLOR=red][FONT=Courier New]content[/FONT][/COLOR][COLOR=blue][FONT=Courier New]=".......">[/FONT][/COLOR][FONT=Courier New][/FONT]
[COLOR=blue][FONT=Courier New]<[/FONT][/COLOR][COLOR=maroon][FONT=Courier New]meta[/FONT][/COLOR][COLOR=blue][FONT=Courier New] [/FONT][/COLOR][COLOR=red][FONT=Courier New]name[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="copyright" [/FONT][/COLOR][COLOR=red][FONT=Courier New]content[/FONT][/COLOR][COLOR=blue][FONT=Courier New]="....">[/FONT][/COLOR][FONT=Courier New][/FONT]
[/FONT][/COLOR][/FONT][/COLOR]
eingebaut?
Kann ich das so reinschreiben. Wenn ja wo?
Meta Tags im Quellcode zu integrieren
-
-
- 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)
-
In die header.php des Themes, irgendwo im Abschnitt zwischen <head> und </head>
-
momentan sieht die so aus:
HTML
Alles anzeigen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" /> <title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url') ?>" type="text/css" media="screen" /> <!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]--> <!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]--> <?php if(WP_VERSION < 3.0): ?> <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', THEME_NS), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', THEME_NS), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" /> <?php endif; ?> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php remove_action('wp_head', 'wp_generator'); wp_enqueue_script('jquery'); if ( is_singular() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } wp_head(); ?> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script> </head> <body <?php if(function_exists('body_class')) body_class(); ?>> <div id="art-main"> <div class="cleared reset-box"></div> <div class="art-sheet"> <div class="art-sheet-tl"></div> <div class="art-sheet-tr"></div> <div class="art-sheet-bl"></div> <div class="art-sheet-br"></div> <div class="art-sheet-tc"></div> <div class="art-sheet-bc"></div> <div class="art-sheet-cl"></div> <div class="art-sheet-cr"></div> <div class="art-sheet-cc"></div> <div class="art-sheet-body"> <div class="art-header"> <div class="art-headerobject"></div> <div class="art-logo"> </div> </div> <div class="cleared reset-box"></div> <div class="art-nav"> <div class="art-nav-l"></div> <div class="art-nav-r"></div> <div class="art-nav-outer"> <div class="art-nav-center"> <?php echo theme_get_menu(array( 'source' => theme_get_option('theme_menu_source'), 'depth' => theme_get_option('theme_menu_depth'), 'menu' => 'primary-menu', 'class' => 'art-hmenu' ) ); ?> </div> </div> </div> <div class="cleared reset-box"></div>
was mich unsicher macht, das ich das nicht von den vorhanderen meta finde
Zitat
<!-- All in One SEO Pack 1.6.13.4 by Michael Torbert ..... --><meta name="description" content="Naturheilpraxis, ....." /><meta name="keywords" content="Heilpraktiker, ........." /><link rel="canonical" href="[COLOR=#0066cc]http://naturheilpraxis-hoerhammer.de/[/COLOR]" /><!-- /all in one seo pack -->
Nicht das ich mir dann was verschieße.
Wo kann ich es reinschreiben?
Wenn bei den All in One SEO Einstellungen was verändert wird, bleibt dann das von Hand reingeschriebene oder überschreibt es dies wieder?
Danke für Hilfe. -
zu erst ein mal nutze doch bitte die Code-Buttons hier im Forum, wenn du Code schreibst.
2. Setze deine meta-tags irgendwo in den <head> Bereich, hatte spickzettel ja schon geschrieben.
3. AllInOneSEO bindet sich über wp_head() ein, welches du ebenfalls im <head> Bereich findest.
4. Die händischen Sachen musst du natürlich auch immer händisch ändern. AIO ändert nur das, was es selber einbindet.
Und zum Schluss, zeige ein bisschen mehr Mut ;-)
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!