Is it possible to get the all in one seo parameters like meta tags without adding wp_head(); into the head section of your theme?
I have a separate theme for mobile version of my blog and i am not using wp_head(); in it. Because i don't want it to load all those plugins files which i have enabled for the normal theme of my website.
So any chance i can do it?