CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.getting_started Tags:
Item Type: NewsGroup Date Entered: 9/26/2005 11:21:39 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 10 Views: 58 Favorited: 0 Favorite
11 Items, 1 Pages 1 |< << Go >> >|
totalbusiness
Asp.Net User
Removing DNN and dotnetnuke from Meta keywords - HELP!9/26/2005 11:21:39 PM

0

When you view the source on any DNN site it automadicly adds "DotNetNuke,DNN" the the keywords.

What do I need to change to remove this from happening? It is bad for SEO. Sad [:(]

Thanks

~Valmont
RobWoz
Asp.Net User
Re: Removing DNN and dotnetnuke from Meta keywords - HELP!9/27/2005 3:15:24 AM

0

Go into admin > Setting for page > and remove or change the keywords. After that you should really think seriously about reading the instructions on how to administer your DNN site. Although there is a lot to know, 95% of it is easy to understand, and learning about it will enrich your experience of it.
------------------s-i-g----------------------
Remember! If all else fails... everything's failed!
totalbusiness
Asp.Net User
Re: Removing DNN and dotnetnuke from Meta keywords - HELP!9/27/2005 4:42:10 PM

0

I did do that. How about you right click on any of your pages and view the source and see that no matter what you place in the keywords section it still displays the dotnetnuke and DNN. In DNN, it is written in VB in the default.aspx.vb page to add dotnetnuke and DNN to the keywords of every page of the site.

Here is the code:
            ' META generator
            If GetHashValue(Global.HostSettings("Copyright"), "Y") = "Y" Then
                Generator = "DotNetNuke " & _portalSettings.Version
            Else
                Generator = ", dotnetnuke, DNN"
            End If

In order to remove this you must change the code and build a new dll.

Where is that in your instructions?


~Valmont
rumblepup
Asp.Net User
Re: Removing DNN and dotnetnuke from Meta keywords - HELP!9/27/2005 7:14:13 PM

0

I agree completely.  This was not in the instructions, however, I can understand why that is in the code behind.  DNN wants to be know for the work it's done. 
But I think there should be some procedure or set of rules concerning the changing of the META identifiers DNN has in the code.

I love giving the credit to DNN for this great app they have given us, but I agree with the Totalbusiness, it's bad SEO.  When keywords appear that don't relate to the content, the website get's busted.
Paranoid. Nah, it's just that everybody is out to get me.
IcthusTech
Asp.Net User
Re: Removing DNN and dotnetnuke from Meta keywords - HELP!9/27/2005 8:06:45 PM

0

I just checked 10 of my sites running dnn 3.01.01 and none of them display the keywords you describe. I am not displaying anything in the source related to dotnetnuke or dnn other that what is refered to by modules.

These installations are both upgrades and fresh installs. And I have checked both the main installations and child sites. There must be a setting someplace that you are missing. Have you looked at the admin > advanced > copyright information?

 


Icthus Technologies

Building Faith on the Internet
totalbusiness
Asp.Net User
Re: Removing DNN and dotnetnuke from Meta keywords - HELP!9/27/2005 11:31:59 PM

0

We are running DNN2. This may have been something they removed in newer versions of DNN.

But to be safe, I would check the last 2 keywords in your source or the default.aspx.vb page just to make sure! I do agree that DNN should get much credit for there product, but it should not be in a place that could hurt customers SEO.

 


~Valmont
totalbusiness
Asp.Net User
Re: Removing DNN and dotnetnuke from Meta keywords - HELP!9/27/2005 11:40:12 PM

0

 RobWoz wrote:
Go into admin > Setting for page > and remove or change the keywords. After that you should really think seriously about reading the instructions on how to administer your DNN site. Although there is a lot to know, 95% of it is easy to understand, and learning about it will enrich your experience of it.


To RobWoz:

Please go to your site www.fetchboy.net, right click and view source. Notice that dotnetnuke and DNN appear as the last 2 keywords in your meta tags. Stick out tongue [:P]

I really would learn a little more about development before giving advice. 


~Valmont
Jean-Marie
Asp.Net User
Re: Removing DNN and dotnetnuke from Meta keywords - HELP!9/28/2005 12:36:41 AM

0

Hi Guys,

In Host Settings under the Appearance section, there is a setting that says, "Show Copyright Credits?" If  check selected is Yes, then it will show those keywords and DotNetNuke information in the Generator, as well as Version Number of DotNetNuke in Title Bar. If not selected, then it won't. If any keywords remain, then you should check your Portal Admin key word settings if you want to change any remaining default key word settings. Once you change those, the default page level keywords should default to whatever is put in Admin keywords, unless overridden by page-level keywords. I hope that helps. Not sure if that is applicable to the versions you are talking about, but is for current version.

Jean-Marie


Jean-Marie Bonnar
www.speerio.net
Jean-Marie
Asp.Net User
Re: Removing DNN and dotnetnuke from Meta keywords - HELP!9/28/2005 12:51:11 AM

0

Oh, I should mention that you need to refresh the page after changing to view your changes.

Jean-Marie Bonnar


Jean-Marie Bonnar
www.speerio.net
IcthusTech
Asp.Net User
Re: Removing DNN and dotnetnuke from Meta keywords - HELP!9/28/2005 1:03:16 AM

0

Jean-Marie is correct, the issue is in the host settings, you need to remove the checkmark in the show copyright credits box. I have looked over the few remaining 2.1.2 installs i have running and do not show the dnn stuff there either.
Icthus Technologies

Building Faith on the Internet
RobWoz
Asp.Net User
Re: Removing DNN and dotnetnuke from Meta keywords - HELP!9/30/2005 12:15:16 PM

0

 totalbusiness wrote:
How about you right click on any of your pages and... Where is that in your instructions?

How rude! Well, to answer, this rather popular and well established DNN2 Online User Guide for one. A quick google revealed it to me.

 totalbusiness wrote:
I really would learn a little more about development before giving advice.

Your question was about configuration, not development. But that aside, your initial post did not indicate your current skill level with DNN, but your post count was low (indicating a possible new user). Since there are a large number of posts in the forums from new users who have not yet had time to read the extensive documentation available, it seemed safe to assume you were one such person. Under such circumstances, the first logical place to look at is Page Settings as I said. If that fails to resolve, then the Portal Admin Keyword Settings and so on, up the cascading chain of settings that DNN employs.

You should also note that your initial post had the word 'HELP' in capitals, which I always take to mean 'I need an answer fast please', or in your case it seems 'I need an answer fast'. In such cases, I find it's always beneficial to jump in with any help that can be offered based on information provided.

I've been away for a few days, but on catching up with things I see Jean-Marie solved your problem and that the resolution was confirmed by IcthusTech. I don't however, see a post from you thanking them. I find this especialy surprising since one thing we know IcthusTech did was to check 10 of his sites in the pursuit of a resolution.

I hope your site's optimisation is progressing well, indeed I do. I'm not sure what can be done to optimise your manners though.
------------------s-i-g----------------------
Remember! If all else fails... everything's failed!
11 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning DotNetNuke Skinning and Design: Skinning and Design Authors: Andrew Hay, Shaun Walker, Pages: 432, Published: 2007

Web:
Removing DotNetNuke Version from Page Titles - A DotNetNuke ... Removing DotNetNuke Version from Page Titles - A DotNetNuke Article by ... Also DotNetNuke will not be appended to the keywords meta parameter of the page. ...
Remove Keyword DotNetNuke - ng.asp-net-forum.dotnetnuke - error ... Remove Keyword DotNetNuke, > ROOT > NEWSGROUP > Asp.Net Forum ... that i help, that wants to remove DotNetNuke from sIFR and DotNetNuke sIFR (Scalable Inman Flash Replacement Technique) and DNN. ... Using sIFR can give your website the extra design edge and help you to move away from the generic DotNetNuke ... problems with DotNetNuke; CSS stylesheets and media types ; Removing the ... META Refresh ' META description ' META keywords ' META copyright ...
R.A.D Editor in DNN requires core change? I did some testing using DNN 4.03 and removing the runat="server" attribute. ... ...
Beta Test the next Wiki Release! Wiki 04.01.00 - Wiki Module [Lead ... Knowledge DotNetNuke Online Help · Frequently Asked Questions ... and the Page Title (browser title) Meta-Description and Meta-Keywords. ... DNN Search integration now indexes the Keywords, Descriptions, .... Site Moderators have the final word on approving/removing a thread or post or comment. ...
Blog meta tag for each blog entry - Blog Module [Lead: Antonio ... DotNetNuke Online Help · Frequently Asked Questions Documentation ... How do we add page title, meta keywords and meta description dynamicallu ... Site Moderators have the final word on approving/removing a thread or post or ... DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation ...
DNN: Adding Meta Tag Support to Tabs Dec 28, 2008 ... This is true for a variety of reasons: Keywords, Description Metatag should ... Jun 04: Add Social Networking Bookmarks to the DNN Blog ...
Site details: DotNetNuke SEO DotNetNuke.com has announced that the 2nd Release Candidate for DNN v.5 has been released. ... my rankings by removing technical obstacles (starting with dynamic URL parameters), ... Maile Ohye: Hi there, I'm happy to help with this question, .... Meta TagsIt has Meta tags for the Title, Description and Keywords, ...
DNN as a Search Engine Friendly CMS Along the lines of the title tag, DNN won't make you sweat over meta .... but better would be to suggest closely matched pages based on keywords in the URL. ... 8) An email once a period outlining the 404 issues would help admins ... meaning the .aspx can be replaced with anything, including removing it entirely ...
AdSense > DotNetNuke Forum, DNN Creative Magazine, Video Tutorials ... ... I have quickly realized that the "DNN guys" programed the meta keywords ... RE: Help! by tlsadler. Who are you using for your provider? ...






hide label which is inside a repeater control

can't write a file.

changes in a published .net 2.0 files do not seem to take effect

conditional sql question

compact privacy policy

scaling panel contents

default enter key

how to edit a precompiled website ?

input string on update function

mouse over

hashtable as entered

better way of filling a datagrid

what is wi-fi technology and use in asp.net

refine search results

how to add a comments field to datagrid which is a multiline field atleast 500 chars or more

asp.net 2.0 show images local webpage

how to create forums application in asp.net

return true or flase

embedded web pages within master page

when does application_error get raised?

url rewriting in asp dot net

starter kit installation

stylesheet help

will there be a free ide for asp.net 2.0

webresource.axd

validation (internet explorer 6): attribute 'ms_2d_layout' is not a valid attribute of element 'table'

page loads slowly

login or web.config problem???

what's the difference between an asp:button an html button using runat=server?

span style question

   
  Privacy | Contact Us
All Times Are GMT