Microsoft Content Management Server - CMS and MondoSearch

This is Interesting: Free IT Magazines  
Home > Archive > Microsoft Content Management Server > June 2006 > CMS and MondoSearch





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author CMS and MondoSearch
Tom

2006-06-01, 7:15 pm

We want to utilize Mondosearch and in a discussion with Mondosearch they
suggested I contact CMS reagrding this important question.

Is there a way to associate a placeholder with ameta tag value that will
defined in the head section of each page? If so, please advise as this will
greatly enhance the search engine capabilities.

Thanks

Tom

Stefan [MSFT]

2006-06-01, 7:15 pm

Hi Tom,

do you mean to hold the value of a meta tag in a placeholder?
That can be done.
E.g. using this:

<%
HtmlPlaceholder htmlph =
Microsoft.ContentManagement.Publishing.Current.Posting.Placeholder["MetaData"]
as HtmlPlaceholder;
string MetaContent = htmlph.Html;
%>
<META name="myMetaData" content="<% =MetaContent %>">

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------


"Tom" <Tom@discussions.microsoft.com> wrote in message
news:CF729585-97E0-4467-9498-20BA31C8FE99@microsoft.com...
> We want to utilize Mondosearch and in a discussion with Mondosearch they
> suggested I contact CMS reagrding this important question.
>
> Is there a way to associate a placeholder with ameta tag value that will
> defined in the head section of each page? If so, please advise as this
> will
> greatly enhance the search engine capabilities.
>
> Thanks
>
> Tom
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com