Keywords not being hidden
Last Post 03/03/2006 10:35 AM by Lee Sykes. 3 Replies.
Author Messages
Andrew Handerson
Nuke Newbie
Nuke Newbie
Posts:9


--
03/03/2006 9:43 AM  

In the site that we've been developing, we've added keywords in the page settings.  These keywords are now being displayed about the log section of the page.  Any ideas what might cause this.

The page address is http://highriver.ivrnet.com. 

Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
03/03/2006 9:50 AM  
Looking at the source code I can see you've edited the default.aspx file - It looks as though you've added the keywords into the default.aspx file direct as they are listed as text just before the closing head tag.

Does this help?
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Andrew Handerson
Nuke Newbie
Nuke Newbie
Posts:9


--
03/03/2006 10:11 AM  

I can see how it could look that way.  In fact, I never actually entered the keywords.  We've been developing this site for the client.  It appears that they've gone to the page settings and added them there.  If I take out the keywords, the issue goes away.  They have no access to the default.aspx file, and we never edited it for them.

What appears to be happening is that there are 2 places to enter keywords in the settings of the page.  The first is in the basic settings.  The second is in the advanced settings.  If the words are in the advanced settings sections, it appears above the page.  In the basic settings, this does not happen.

Someone suggested this could be an issue with the skin, have you heard of this being the case previously?

Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
03/03/2006 10:35 AM  
Someone must have edited the default.aspx file as there are tags missing from the standard version that comes with DNN. - I do the same to reduce the code, but someone must have edited it. - Perhaps double check the code with the standard version to double check nothing has been misplaced.

I haven't come across that issue before, the second place I would look is the skin & double check that all of the html code is well formed, put it through a validator to double check.

I've used both methods for adding keywords & not come across the issue. - I add the keywords into the site settings which places the words into a page if you don't add them in the page settings. If you then add them into the page settings it should override the keywords / description you placed in the site settings.

I recommend placing the keywords / descriptions in for every page as this is what the search engines pick up. - The site settings I use as a backup incase I forget to add the description / keywords into a page.
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile


---