Metatag revisit after
Eingetragen von ahoek (570)
am 05.03.2009 - 01:33 Uhr in
am 05.03.2009 - 01:33 Uhr in
Hallo,
weiß jemand wie ich das Metatag "Revisit after" einstellen kann?
Der Kunde möchte außerdem das Tag "<meta http-equiv="Content-Type" auf <meta http-equiv="Content="0"
geändert haben. Wie mache ich das?
- Anmelden oder Registrieren um Kommentare zu schreiben
Das eine Problem hat sich
am 05.03.2009 - 10:59 Uhr
Das eine Problem hat sich gelöst.
Jetzt habe ich nur noch die Sorge mit dem Revisit....
Die Sorge ist unbegründet,
am 05.03.2009 - 11:22 Uhr
Die Sorge ist unbegründet, da die Angabe durch den Einsatz von XML Sitemaps und sonstigen automatischen Benachrichtigungen in das Web hinaus (via Ping, via Feed, ..) obsolet ist. Man konnte und kann mit dem Meta Tag eh keine Suchmaschine anweisen zu tun was man möchte und die o.g. Möglichkeiten geben den SuMas vel zeitnäher und informativer Bescheid, sobald sich auf einer Website etwas getan hat.
Abgesehen sind die SuMas auch so clever mit der Zeit zu "lernen" wie regelmäßig und in welchem Umfang sich Inhalte ändern, so dass sie selbstständig ihr Indizierungsverhalten anpassen.
Auf praktisch allen mir bekannten Sites ist Google ausnahmslos jeden Tag unterwegs. Wenn ich etwa in meinem Blog einen neuen Post verfasse dauert es in der Regel nur wenige Minuten, ehe dieser im Index von Google ist.
Suchmaschinenoptimierung (SEO) & Drupal
Das habe ich dem Kunden auch
am 05.03.2009 - 11:30 Uhr
Das habe ich dem Kunden auch erklärt.
Er ist jedoch der Meinung, dass mit dem tag der Bot dreimal am Tag auf seine Seite kommt und möchte das unbedingt haben.
Hast Du eine Lösung?
Hallo Alex, hier der
am 05.03.2009 - 11:35 Uhr
Hallo Alex,
hier der besprochene Code.
Kannst Du Revisit after 3 days einstellen?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php print $head_title ?></title>
<?php print $head ?>
<?php print $styles ?>
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<?php print base_path(). path_to_theme(); ?>/iestyles/ie6.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="<?php print base_path(). path_to_theme(); ?>/iestyles/ie7.css" />
<![endif]-->
<?php print $scripts ?>
</head>
<body>
<noindex><div id="megatopregion">
<?php if ($header): ?>
<div id="headerblock">
<?php print $header; ?>
</div>
<?php endif; ?>
<div id="loginline"><?php print phptemplate_flat_login();?></div>
<div class="drdot">
<hr />
</div></div></noindex>
<div id="utilities">
<div id="utilities_corner">
<?php print $search_box ?>
<?php if (isset($primary_links)) : ?>
<?php print '<div id="plinks">'; ?>
<?php print theme('links', $primary_links, array('class' => 'links primary-links')) ?>
<?php print '</div>'; ?>
<?php endif; ?>
</div> </div>
<div id="page">
<div id="header">
<?php if ($logo) {
print '<img src="'. check_url($logo) .'" alt="'. $site_name .'" id="logo" />';
}
?>
<?php if ($site_name) : ?>
<?php if ($is_front) : /* if we are on the front page use <h1> for site title */ ?>
<h1 class="sitetitle"> <a href="<?php print $base_path ?>" title="<?php print t('Home') ?>">
<?php print $site_name ?>
</a>
</h1>
<?php endif; ?>
<?php if (!$is_front) : /* otherwise use <p> and let node title use <h1> for SEO */ ?>
<p class="sitetitle">
<a href="<?php print $base_path ?>" title="<?php print t('Home') ?>">
<?php print $site_name ?>
</a>
</p>
<?php endif; ?>
<?php endif; ?>
<?php if ($site_slogan){?>
<p class="slogan"><?php print $site_slogan ?></p>
<?php } ?>
</div>
<?php if (($secondary_links)) : ?>
<?php print '<div id="submenu">' ?>
<?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
<?php print '</div><div class="stopfloat"></div>' ?>
<?php endif; ?>
<div class="wrapper"><!--wrapper:defines whole content margins-->
<div id="primary" style=<?php print '"width:'.aboutpeople_width( $left, $right).'px;">' ?>
<div class="singlepage">
<?php if ($mission): print '<div id="sitemission"><p>'. $mission .'</p></div>'; endif; ?>
<?php print $breadcrumb; ?>
<?php if ($content_top): ?>
<?php print $content_top; ?>
<!-- /#content-top -->
<?php endif; ?>
<?php
if ($title):
if ($is_front){/* if we are on the front page use <h2> for title */
print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>';
}
else {print '<h1'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h1>'; /* otherwise use <h1> for node title */
}
endif; ?>
<?php if ($tabs): print '<div class="tabs">'.$tabs.'</div>'; endif; ?>
<?php if ($help) { ?><div class="help"><?php print $help ?></div><?php } ?>
<?php if ($messages) { ?><div class="messages"><?php print $messages ?></div><?php } ?>
<div class="drdot">
<hr />
</div>
<?php print $content ?>
</div>
</div>
<!-- left -->
<?php if ($left) { ?>
<div class="lsidebar">
<?php print $left ?>
</div><!-- end left -->
<?php } ?>
<!-- right -->
<?php if ($right) { ?>
<div class="rsidebar">
<?php print $right ?>
</div><!-- end right -->
<?php } ?>
<div class="clear"></div>
</div>
</div>
<!-- Close Page -->
<div id="footer">
<?php print $footer ?>
<?php print $footer_message ?>
</div>
<?php print $closure ?>
</body>
</html>
Klaro: <!DOCTYPE html PUBLIC
am 05.03.2009 - 11:37 Uhr
Klaro:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php print $head_title ?></title>
<?php print $head ?>
<meta name="revisit-after" content="3 days" />
<?php print $styles ?>
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<?php print base_path(). path_to_theme(); ?>/iestyles/ie6.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="<?php print base_path(). path_to_theme(); ?>/iestyles/ie7.css" />
<![endif]-->
<?php print $scripts ?>
</head>
<body>
<noindex><div id="megatopregion">
<?php if ($header): ?>
<div id="headerblock">
<?php print $header; ?>
</div>
<?php endif; ?>
<div id="loginline"><?php print phptemplate_flat_login();?></div>
<div class="drdot">
<hr />
</div></div></noindex>
<div id="utilities">
<div id="utilities_corner">
<?php print $search_box ?>
<?php if (isset($primary_links)) : ?>
<?php print '<div id="plinks">'; ?>
<?php print theme('links', $primary_links, array('class' => 'links primary-links')) ?>
<?php print '</div>'; ?>
<?php endif; ?>
</div> </div>
<div id="page">
<div id="header">
<?php if ($logo) {
print '<img src="'. check_url($logo) .'" alt="'. $site_name .'" id="logo" />';
}
?>
<?php if ($site_name) : ?>
<?php if ($is_front) : /* if we are on the front page use <h1> for site title */ ?>
<h1 class="sitetitle"> <a href="<?php print $base_path ?>" title="<?php print t('Home') ?>">
<?php print $site_name ?>
</a>
</h1>
<?php endif; ?>
<?php if (!$is_front) : /* otherwise use <p> and let node title use <h1> for SEO */ ?>
<p class="sitetitle">
<a href="<?php print $base_path ?>" title="<?php print t('Home') ?>">
<?php print $site_name ?>
</a>
</p>
<?php endif; ?>
<?php endif; ?>
<?php if ($site_slogan){?>
<p class="slogan"><?php print $site_slogan ?></p>
<?php } ?>
</div>
<?php if (($secondary_links)) : ?>
<?php print '<div id="submenu">' ?>
<?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
<?php print '</div><div class="stopfloat"></div>' ?>
<?php endif; ?>
<div class="wrapper"><!--wrapper:defines whole content margins-->
<div id="primary" style=<?php print '"width:'.aboutpeople_width( $left, $right).'px;">' ?>
<div class="singlepage">
<?php if ($mission): print '<div id="sitemission"><p>'. $mission .'</p></div>'; endif; ?>
<?php print $breadcrumb; ?>
<?php if ($content_top): ?>
<?php print $content_top; ?>
<!-- /#content-top -->
<?php endif; ?>
<?php
if ($title):
if ($is_front){/* if we are on the front page use <h2> for title */
print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>';
}
else {print '<h1'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h1>'; /* otherwise use <h1> for node title */
}
endif; ?>
<?php if ($tabs): print '<div class="tabs">'.$tabs.'</div>'; endif; ?>
<?php if ($help) { ?><div class="help"><?php print $help ?></div><?php } ?>
<?php if ($messages) { ?><div class="messages"><?php print $messages ?></div><?php } ?>
<div class="drdot">
<hr />
</div>
<?php print $content ?>
</div>
</div>
<!-- left -->
<?php if ($left) { ?>
<div class="lsidebar">
<?php print $left ?>
</div><!-- end left -->
<?php } ?>
<!-- right -->
<?php if ($right) { ?>
<div class="rsidebar">
<?php print $right ?>
</div><!-- end right -->
<?php } ?>
<div class="clear"></div>
</div>
</div>
<!-- Close Page -->
<div id="footer">
<?php print $footer ?>
<?php print $footer_message ?>
</div>
<?php print $closure ?>
</body>
</html>
Suchmaschinenoptimierung (SEO) & Drupal
muss man bei drupal und
am 05.03.2009 - 11:41 Uhr
muss man bei drupal und metatags irgendwas berücksichtigen oder versteh ich was nicht? son metatag zu setzen ist doch so schwer wie nen doctype zu setzen?
Wenn du Metatags fest
am 05.03.2009 - 11:47 Uhr
Wenn du Metatags fest einbauen willst (auf allen Seiten dieselben) und diese nicht per Webfrontend ändern können musst, schreibst du sie einfach ins Template rein. Ansonsten gibts dies und jenes Modul, um etwa Node-spezifisch Metatags genereiren zu lassen, die dann automatisch über die $head Variable ausgegeben werden, die ja im Template eh vorhanden ist.
Persönlich bin ich relativ entspannt und mache die Metatag-Manie großteils nicht mit. Die SuMas suchen sich Keywords etc. eh aus dem Content. Die Zeiten, wo man über Metatags die Rankings beeinflussen konnte, sind so ziemlich vorbei und die Zeit die / das Geld das man früher in solche on-page Mikrooptimierungen gesteckt hat, investiert man lieber in besseren Content und off-page SEO.
Suchmaschinenoptimierung (SEO) & Drupal