django-seo icon indicating copy to clipboard operation
django-seo copied to clipboard

Explore support for robots meta and canonical tag

Open blite opened this issue 13 years ago • 2 comments

Should explore support for robots meta tags. Robots seems straightforward, but canonical tag might be thorny probably just needs an attempt to see what the real issues are.

blite avatar Mar 07 '11 23:03 blite

This would be a nice thing to add I think. Here are some useful values for such a tag:

  • NoIndex
  • NoFollow
  • NoArchive
  • NoSnippet (only google?)
  • NoODP (partial support)
  • NoYDIR (partial support, not google)
  • NoImageIndex (only google)
  • NoTranslate (only google)
  • Unavailable_After (only google)

willhardy avatar Mar 08 '11 17:03 willhardy

If you could show me the format I'd be happy to contribute a patch

thedrow avatar Apr 22 '11 04:04 thedrow