Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Does DNN auto place the Meta Tag "Follow,Index"?Does DNN auto place the Meta Tag "Follow,Index"?
Previous
 
Next
New Post
4/8/2010 7:25 AM
 
Thanks for the reply(ies). That did the trick. As it turns out, it looks like the earlier versions just placed that tag in the default.aspx. The current version conditionally injects it as in the code snippet above. Now, according to robottxt.org 'Index, Follow' is the default so having dnn injecting it for all pages just makes turning that off at the page level unneccessarily tricky. There is no telling how a bot is going to behave if conflicting tags are present.
 
New Post
4/8/2010 2:46 PM
 

 

FYI,  I forwarded the request of making this configurable to the product team responsible.  Unfortunately the business value is not very high, but hopefully it can be squeezed in at some point in time.

 

 
New Post
4/8/2010 5:04 PM
 
Thank you Rob.
 
New Post
8/20/2010 12:50 PM
 
Bump.

This tag is vitally important for SEO sculpting. The robots tag (assuming only one per page) is a good method of removing duplicate or “distracting” content.

For instance, error pages (module, 404) should all be noindex, nofollow. Module developers should have tools for setting this content.

Also, a page on a site could be too off-topic and a distraction for optimization. SEO’s would appreciate the ability to deindex pages without using the SE specific tools (less time, easier to reverse).

Perhaps there is a better place for me to explain and demonstrate?
 
New Post
8/20/2010 1:33 PM
 
What if the code was something like (disclaimer, I'm not a programmer):

If Request.QueryString("deindex") IsNot Nothing OrElse _
 If Request.QueryString("ctl") IsNot Nothing AndAlso _ 
  (Request.QueryString("ctl") = "Login" OrElse Request.QueryString("ctl") = "Register") Then
  MetaRobots.Content = "NOINDEX, NOFOLLOW"
Else
  MetaRobots.Content = "INDEX, FOLLOW"
End If

Then all the tabs, modules and controls would have to do is add the deindex variable to the query string.

Or perhaps even better would be...

If Request.QueryString("deindex") IsNot Nothing Then
  MetaRobots.Content = "NOINDEX, NOFOLLOW"
Else
  MetaRobots.Content = "INDEX, FOLLOW"
End If

and change the login and register controls to add the variable.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Does DNN auto place the Meta Tag "Follow,Index"?Does DNN auto place the Meta Tag "Follow,Index"?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out