![]() |
Generating meta tags on the fly - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Generating meta tags on the fly (/showthread.php?tid=20748) |
Generating meta tags on the fly - El Forum - 07-20-2009 [eluser]griser[/eluser] Is there a way to generate meta tags on the fly(library,helper,plugin) due to misc recommendations like on www.seobugz.com? Generating meta tags on the fly - El Forum - 07-20-2009 [eluser]John_Betong[/eluser] [quote author="griser" date="1248139303"]Is there a way to generate meta tags on the fly(library,helper,plugin) due to misc recommendations like on www.seobugz.com?[/quote] Try this: http://ellislab.com/codeigniter/user-guide/helpers/html_helper.html Generating meta tags on the fly - El Forum - 07-21-2009 [eluser]griser[/eluser] I meant the way to generate and paste meta tags to content: 1. Prepare content (without meta tags) without outputting it to users's browser 2. Output data with meta tags to user's browser |