CF_Metatag This page handles the creation of the file as well as the generation of the code within the meta table to update store and delete records.Your meta tags will be stored using this administrative page. In order to display the meta tags include the following code: <cfinclude template = "loadmetatag.cfm"> to the location within your <head></head> code. Example: <html> <head> <title>Your web site title</title> <cfinclude template = "loadmetatag.cfm"> </head> <body> This is your html content for your web site </body> </html> Extra configuration changes: Make sure that you have your data source name populated within a variable named: dsname.... OR change the variable #dsname# to represent your data source name.
|