Das wunderbare "nodewords" Modul gibt es ja leider nicht für Drupal 7 und das "metatags" Modul, welches sehr viel versprechend ist gibts es zu Zeti noch nicht. Um dennoch Seite SEO optimieren zu können gibt es das Modul "metatags_quick". Wer Nodewords kennt wird sich wundern wenn man nach dem aktivieren des Moduls keine entsprechenden Felder im Editiermodus sieht. Das liegt daran das die Felder noch hinzugefügt werden müssen. (admin/structure/types/manage/article/fields)

hierbei beachte man: wenn das feld field_description benannt wird dann wird es auch entsprechend im header ausgegeben.
Wer nun auch noch das Metatag nofollw bzw noindex vermisst (was man ja auch bei nodewords sehr einfach einstellen konnte) der kann sich mit folgendem Script vorerst weiterhelfen welches in die template.php kopiert werden kann.
Wobei die "6" hier exemplarisch für die Node-ID steht.
<?php
if (arg(1) == 6) {
function mytheme_page_alter($page) {
$meta_robots = array(
'#type' => 'html_tag',
'#tag' => 'meta',
'#attributes' => array(
'name' => 'robots',
'content' => 'noindex, nofollow'
)
);
drupal_add_html_head( $meta_robots, 'meta_robots' );
}
}


seokqlk
PR Backlinks Generator worked great, I got up to around 1200 PR3-PR10 backlinks for my site, and then all of a sudden it doesn't work anymore.
Now when I open it, I put in my keywords that I want to search for, and instead of pulling up the sites with their PR, it just displays the keywords over & over..
The keyword I tried searching for was "Omegle" - Instead of any sites & their PR I just got this:
free download
http://www.multiupload.com/671Q68NBNU
Post new comment