Kann es sein, dass die Sumas (bei guugel ist das sicher so) die printseiten mitindexen?
ich habe auf einer Site (da gibt es einen print-Button) locker doppelt so viele Indexeinträge wie Seiten.
Würde da nicht ein
Disallow: /*print*
oder vielleicht
Disallow: *print
was dagegen helfen?
robots.txt
robots.txt
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Re: robots.txt
dem Print-Link ein rel="nofollow" mitgeben, wäre die richtige Variante.
Alternativ bzw. als Fallback ein Frontend Render Script:
Alternativ bzw. als Fallback ein Frontend Render Script:
Code: Select all
if($aktion[2] == 1) {
// Avoid Indexing
set_meta("robots", "noindex, nofollow");
set_meta("googlebot", "noindex, nofollow");
}
Re: robots.txt
Wie bekomme ich ein nofollow in
[PRINT]Drucken[/PRINT] rein?
[PRINT]Drucken[/PRINT] rein?
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Re: robots.txt
Okprima.
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.