Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I have always copy/paste this below code as a template for meta tags on project, but I think they are not effective as they could possible be. So, I need to know if there is anyway I can improve it. suppose I have a site called coop.com for a company called Coopm and we do import and export as a business in France.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">

        <head>

            <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
            <meta name="rpbots" content="index, follow" />
            <meta name="description" content="ccop is a major import and export company" />
            <meta name="keywords" content="coop, coop.com coop company, import export, import export france,  " />
            <meta name='REVISIT-AFTER' content='30 DAYS'>

            <title>coop is an import and export company located in France</title>
        </head>  

The reason I am asking, is because I want to know if there are better ways of constructing your SEO tags, and construction.

share|improve this question

closed as too localized by John Conde Nov 29 '12 at 18:36

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.