YAFLogo

sircutbreaker
15 years ago
Why not add some meta tags to each post...?

at least a description that replicates the title.

Here is code that I am using to place tags in there now.. (but not related to the forum)

I would like to incorporate this somehow...

           


            tag = new HtmlMeta();
            tag.Name = meta.Name;
            tag.Content = meta.Contents;
            Header.Controls.Add(tag);


       

Where in the yaf source code would I place this code and access the name of the post..?

Sponsor
Users browsing this topic