Dynamic Meta Tags using SQL and VB

Posted in dotnet, vb, vb.net | No Comments »

Hello,

 

I am new to ASP.NET and I am trying to
dynamically bind the Meta Keywords, Title and Description from a SQL database
to a MasterPage / Code Behind file using VB. I need to know what goes into the
Master Page and what goes in the Code Behind file. My database is named ?Products?
and the columns I need to bind are Keywords, WebTitle, and Description.

Similar:

  1. [MySQL] IF conditions and Hello, I’m wondering the following, the query below will select the appropriate fields if a language is set. First question, I need the fields, title,...
  2. what happen if we cross the limit of meta tag characters. Hello friends, What happen if we cross the limit of characters for keywords, title and description tag can we penalized by search engines ? Thanks...
  3. Functions to generate meta keywords based on keyword density? I want to dynamically generate meta keywords for my blog and forum. Is there a PHP function that can determine keyword density in a string...
  4. Why is a meta refresh tag and title tag sitting outside of the tag in ASP.NET? When I render a page in ASP.NET, the following happens </head> <NOSCRIPT> <meta http-equiv="REFRESH" content="0;URL=/Default.aspx?id=84&epslanguage=en-GB&jse=0" /> </NOSCRIPT> <title>Page title goes here.</title> <body> My masterpage looks...
  5. Why is a refresh meta tag and title tag sitting outside of the tag! When I render a page in ASP.NET, the following happens </head> <NOSCRIPT> <meta http-equiv="REFRESH" content="0;URL=/Default.aspx?id=84&epslanguage=en-GB&jse=0" /> </NOSCRIPT> <title>Page title goes here.</title> <body> My masterpage looks...

Leave a Reply