susanp951 Posted March 18, 2008 Posted March 18, 2008 I am in the process of doing SEO management for the company I work for. I have made html metatags for a certain number of .php files. I need to know how to put the html coding into the .php files so we can be listed in the search engines. If anyone has any insight on how to do this, it would be GREATLY appreciated. Thank you in advance. Susan
Guest Posted March 18, 2008 Posted March 18, 2008 <html xmlns="http://www.w3.org/1999/xhtml"> <head> //Meta stuff </head> </html> <?php code here ?> or just keep the php inside the html code, either way works
susanp951 Posted March 18, 2008 Author Posted March 18, 2008 Thank you very much for your help!!! Have a great day. Susan
Jack_mcs Posted March 18, 2008 Posted March 18, 2008 I am in the process of doing SEO management for the company I work for. I have made html metatags for a certain number of .php files. I need to know how to put the html coding into the .php files so we can be listed in the search engines. If anyone has any insight on how to do this, it would be GREATLY appreciated. Thank you in advance. Susan You can't do it that way, successfully. You need to install one of the meta tags contributions, like the Header Tags Contorller. The reason is because some of the categories and product pages use the same file to load different items. If you put in generic meta tags code, it will be the same for every category and product, which would be a waste of time. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
susanp951 Posted March 18, 2008 Author Posted March 18, 2008 Hi Jack Thank you so much for the suggestion. I will run it by my boss and we'll probably install the header tag controller contrib. I have seen it before in my research of other SEO contribs. Thanks again and have a great day. Susan
Recommended Posts
Archived
This topic is now archived and is closed to further replies.