Yes. You'll need to render the tags using a Macro, either using XSLT or Razor. You can then perform whatever logic you require and use that to render out the meta tags. It's something we use all the time, so that if the meta description isn't added, it falls back to the first n characters of the body copy.
hey I am stuck. I am using usercontrol for my dynamic page. My meta fields are on dynamicpage document type. I want to have my meta tags dynamically change as
meta tag = meta tag of field (which in on doc type) + querystring param value ... ...
dynamically change meta tags
hello....
I want to change dynamically meta tags on the page depending on the querystring params value.... is that possible?
Yes. You'll need to render the tags using a Macro, either using XSLT or Razor. You can then perform whatever logic you require and use that to render out the meta tags. It's something we use all the time, so that if the meta description isn't added, it falls back to the first n characters of the body copy.
Hey Tim, tankx. Will work on the same and if stuck then will get back to you.
hey I am stuck. I am using usercontrol for my dynamic page. My meta fields are on dynamicpage document type. I want to have my meta tags dynamically change as
meta tag = meta tag of field (which in on doc type) + querystring param value ... ...
so what to do?
I solved the problem myself using razor
is working on a reply...