Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggiungere noindex nei feed RSS che vengono generati #90

Closed
aborruso opened this issue Feb 25, 2016 · 2 comments
Closed

Aggiungere noindex nei feed RSS che vengono generati #90

aborruso opened this issue Feb 25, 2016 · 2 comments

Comments

@aborruso
Copy link
Collaborator

Finché non abbiamo notizie certe sulla parte "legale" legata agli albi, è bene fare in modo che nulla possa essere indicizzato dai motori di ricerca.

Per evitare che un feed RSS venga indicizzato c'è da inserire nella sezione channel del feed la seguente stringa:

<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />

Questo può essere utile per tutti quelli che hanno scritto codice per generare RSS come @mfortini @piersoft @patperu @iltempe @cristianolongo

@iltempe
Copy link
Collaborator

iltempe commented Feb 27, 2016

Ottimo. Grazie @aborruso . ho appena aggiornato il mio repo inserendo questa stringa. https://github.com/iltempe/AlboPOPValDiBisenzio

@patperu
Copy link
Collaborator

patperu commented Feb 28, 2016

Ok. patperu/albopop@012d447a0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants