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 ...DNN5 - Hide site from Google crawlersDNN5 - Hide site from Google crawlers
Previous
 
Next
New Post
6/6/2013 7:07 AM
 

Is there a way in the Admin panel to hide my DNN site from coming up in Google Search results?

Google recommends submit removal request + upload robots.txt to restrict crawling my site.
I have done the first but do not want to add robots file since this we use a shared hosting portal. 

 
New Post
6/6/2013 9:10 AM
 

And is there a way to make sure new portals that are created DO NOT get listed on search engines?
I found my site on google and i dont remember ever submitting it.... 

 
New Post
6/7/2013 9:29 AM
 

Hi, 

What you can do is adding a meta tag Robots NIINDEX to all your pages.

see here for more info :

http://googlewebmastercentral.blogspo...

DNN include automaticaly a :

 META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"

on all pages.

So you have to alter this.

You can do this with my new module OpenUrlRewriter with just one checkbox.

https://openurlrewriter.codeplex.com/

It's beta and only tested on dnn 6 and 7.

Otherwise you can try to do it with the skinobject from Timo :

https://stylehelper.codeplex.com/

Witch can remove and add meta tags on pages.

 

 
New Post
6/7/2013 1:45 PM
 

If you want SOME sites indexed by Google and others excluded, you can modify the SKIN file applied and have code added to the Head section to exclude.

<script runat="server">
    Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
            Dim descriptionHtmlMeta As New HtmlMeta()
            descriptionHtmlMeta.Name = "robots"
            descriptionHtmlMeta.Content = "noindex, noarchive, nofollow"
            Page.Header.Controls.Add(descriptionHtmlMeta)  
    End Sub
</script>

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DNN5 - Hide site from Google crawlersDNN5 - Hide site from Google crawlers


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