autotech234


I run a article directory and would like to start adding tags to the ends of articles submitted for seo.

When articles are submitted the authors are required to give some key words. I would like to use these as tags.

I am running a AD directory based on php and css.

I really have no idea were to start and really need some help. I have found very limited info on this subject.

How hard would it be? Were I can find more info? What needs to be done? Is it possible?

Thanks in advance.

Powered by Yahoo Answers

    Comment by
    Trev
    20 Apr 2009

    Powered by Yahoo Answers

    Add the tags to the Page title, meta description, meta keywords.
    Write out a h1 tags reading:
    tag1, tag2 & tag3 article

    If you repeat the Tags the should appear on page CODE as early as possible, i.e. before article code itself.
    Use CSS to actually display the tags anywhere you want, like below article.

    That’s your SEO done for you.

    This is really straight forward in PHP.

    Read the tags in (search thru text that holds article and tags)
    and output the HTML as per normal.

Sorry, comments are closed.