[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread febin mohammed
Could you make the question clear? what is the purpose of disabling it? Did you mean disabling it from being indexed by a search engine? or was it just disabling it from displaying, while you view the source through a browser? Febin http://twitter.com/febinkk On Thu, Oct 15, 2009 at 11:00 AM,

[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread Yadu Rajiv
you can do a noindex for bots not to follow.. or try editing your robots.txt http://en.wikipedia.org/wiki/Noindex html head meta name=robots content=noindex / titleDon't index this page/title /head http://en.wikipedia.org/wiki/Robots_Exclusion_Standard like Febin said.. its unclear what

[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread aniyathikkutty
Thanks in advance friends.. i meant meta name=keywords content=abc,abc,abc / i need the contents abc,abc etc .cannot be viewd by the user while using ctrl+u -- - -- Regards... Bincy.M.B http://fsugcalicut.org http://bincyclt.wordpress.com http://bnc4u.blogspot.com

[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread febin mohammed
Ok! If it is your own web page, the best way is not to write it in the code in first place, as Yadu already said. But if you are auto-generating that page using some tool, it depends on the tool you use. Febin http://twitter.com/febinkk On Thu, Oct 15, 2009 at 12:24 PM, aniyathikkutty

[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread aniyathikkutty
i am using joomla 1.5 cms Regards... Bincy.M.B http://fsugcalicut.org http://bincyclt.wordpress.com http://bnc4u.blogspot.com http://mazhavazhikaliloode.blogspot.com/ -- Regards... Bincy.M.B http://fsugcalicut.org http://bincyclt.wordpress.com http://bnc4u.blogspot.com

[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread febin mohammed
You could get a specific reply if you put 'Joomla' on subject line. Febin http://twitter.com/febinkk On Thu, Oct 15, 2009 at 1:08 PM, aniyathikkutty bincy...@gmail.com wrote: i am using joomla 1.5 cms Regards... Bincy.M.B http://fsugcalicut.org http://bincyclt.wordpress.com

[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread Yadu Rajiv
there is a function.. in includes/frontend.php that goes something like this.. 186 /** 187 * Assembles head tags 188 */ 189 function mosShowHead http://apostilas.fok.com.br/docs/joomla-1.0/_functions/mosshowhead.php() { 190 global $database

[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread gameOn
All you have to do is open frontend.php and find the line called $mainframe-addMetaTag( 'Generator', $_VERSION-PRODUCT . - . $_VERSION-COPYRIGHT); commenting that line should do the trick.. On Oct 15, 12:49 pm, Yadu Rajiv yadura...@gmail.com wrote: there is a function.. in

[fsug-tvm] Re: meta tag clarifcation

2009-10-14 Thread aniyathikkutty
On Thu, Oct 15, 2009 at 10:56 AM, aniyathikkutty bincy...@gmail.com wrote: Hi All..Any body know How to disable meta tag content from website's sourse? ie. meta name=keywords content=abc,abc,abc / -- Regards... Bincy.M.B http://fsugcalicut.org http://bincyclt.wordpress.com