Submit Your Article Forum Rules

Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Meta Tags

  1. #1
    Junior Member
    Join Date
    Nov 2008
    Posts
    4

    Meta Tags

    I have a website that I've tried to optimize myself, my problem is that I have duplicate title and keyword tags on every page, because I don't know how to make them unique for each page, I just added the tags on the header which makes them appear on everypage. I'm afraid I'll get penalized for having so many duplicate tags, or that the website will never be as competitive due to this issue. Does anyone know what I need to do?
    Website is Gia's Wedding Store Home Page, Wedding Accessories, Wedding Party Favors, Wedding Gifts

  2. #2
    WebProWorld MVP crankydave's Avatar
    Join Date
    Aug 2004
    Posts
    4,732

    Re: Meta Tags

    First, contact your tech support. If you cannot add unique meta information, then don't use the tags at all. SE's will use text from your page instead. Also make sure you're using unique page titles.

    Short of that, you would need to change platforms.

    Dave

  3. #3
    Senior Member
    Join Date
    Feb 2004
    Location
    Arizona
    Posts
    157

    Re: Meta Tags

    You also need to learn how to properly use the HTML title tag.

    "Gia's Wedding Store Home Page" is not the best way to start an HTML title tag.

    I agree with crankydave. If you cannot set up unique meta tags, then do not use them. If you cannot set up unique HTML title tags for each page, then either get it fixed or find an e-commerce solutions that does allow it.
    Facts are meaningless. They can be used to prove anything. - Homer Simpson
    MySQL Cheatsheet

  4. #4
    WebProWorld MVP chandrika's Avatar
    Join Date
    Oct 2005
    Location
    UK
    Posts
    742

    Re: Meta Tags

    Are you using php to include the headers on the html page, as the way I get round this, is to either make the meta tags variables in the php to pulled from relevant place in database, or use two header includes, one before and one after the variable metatags, so that you edit the actual meta tags within each unique page

    It is definitely better to have uniques keywords and descriptions for each page in description.

  5. #5
    Junior Member
    Join Date
    Nov 2008
    Posts
    4

    Re: Meta Tags

    Unfortunately I don't know what php is, I actually don't know much about html, I've learned a lot but I don't know coding so it's difficult, for now I am deleting the tags so that they don't appear duplicate.

    Thanks

  6. #6
    Senior Member
    Join Date
    Jun 2004
    Posts
    577

    Re: Meta Tags ProStores

    Check this information out and see if it helps
    ProStores Tip: Meta Tags ProStores Tips and Tutorials - One Take Media

    There was also a link in the article that showed and example

    Good luck,
    Google Junky

  7. #7
    Junior Member
    Join Date
    Nov 2008
    Posts
    4

    Re: Meta Tags

    Hi cinelson,

    Thats my blog that was linked here, I hope you find it useful. I though I'd elaborate a little here.

    A ProStore site CAN be configured with unique meta description and keyword tags. (i tend not to use the meta keyword tag as its almost totally useless for seo and completely useless for increasing your ranking.)

    The code applies a logic statement that says, "If the page already has a meta description/keyword/s specified for it show them otherwise show this text." the directive code is for pages that don't have meta tags text for them and you want to use something other than the default text you specified.

    You can get even more complex if you want if you know how to program in SSML. I've got Sporting Goods and School Spirit Apparel | ForSports to insert the category description text as the meta description as well for categories and subcategories. But on item pages it uses the ProStores default. But again you can configure that too if you want. There are a lot of different ways to configure it if you know how. :-)

    The code I posted in my blog is as follows:

    On the header template, replace default code that looks something like this:



    <ss:if test="$page.hasMetaKeywords()">

    <META NAME="keywords" CONTENT="$page.meta.keywords">

    </ss:if>




    And replace it with something like this:



    <ss:choose>

    <ss:when test="$page.hasMetaKeywords()">

    <META NAME="keywords" CONTENT="$page.meta.keywords">

    </ss:when>

    <ss:otherwise>

    <meta name="keywords" content="default keywords here used whenever keywords are not defined for a template">

    </ss:otherwise>

    </ss:choose>




    And then add tags that look like this to each of the templates where you want custom Meta keywords:



    <ss:directive name="page.meta.keywords" value="this page specific custom meta keywords for page x"/>



    You do not need add this to the Product Detail template. It already includes code that allows you to manipulate product Meta keywords and descriptions through the Product Information page in store administration.



    You can apply the same logic to the Meta description content. Replace the default code that looks like this:



    <ss:if test="$page.hasMetaDescription()">

    <META NAME="description" CONTENT="$page.meta.description">

    </ss:if>




    With code that looks like this:



    <ss:choose>

    <ss:when test="$page.hasMetaDescription()">

    <META NAME="description" CONTENT="$page.meta.description">

    </ss:when>

    <ss:otherwise>

    <meta name="description" content="default description here used whenever it is not defined for a template">

    </ss:otherwise>

    </ss:choose>




    And then add tags that look like this to each body template you want to have a customized Meta description:



    <ss:directive name="page.meta.description" value="this page specific custom meta description for page x"/>

  8. #8
    Junior Member
    Join Date
    Nov 2008
    Posts
    15

    Re: Meta Tags

    Does each web page need to have different meta tags or should they alljust have your key search terms in?

    Would love some advice on this matter.

  9. #9
    Junior Member
    Join Date
    Nov 2008
    Posts
    4

    Re: Meta Tags

    Are you referring to a ProStores site? or just in general? This thread seems to be for this particular person's site which runs on the ProStores E-commerce software.

    In ProStores each product has a section in the admin page where you can enter in specific keywords and automatically ProStores pulls the first 200 characters of your product description and places them into the meta description for that page. Its all done dynamically.

  10. #10
    Junior Member
    Join Date
    Nov 2008
    Posts
    4

    Re: Meta Tags

    Hi Zegron,
    I tried doing the first part of what you suggest and it keeps giving me an invalid code, I replaced <ss:if test="$page.hasMetaKeywords()">

    <META NAME="keywords" CONTENT="$page.meta.keywords">

    </ss:if>

    with the one you provided and it completely distorted the site.

Page 1 of 2 12 LastLast

Similar Threads

  1. title and meta tags outside of header tags
    By supernatural_247 in forum Search Engine Optimization Forum
    Replies: 8
    Last Post: 02-25-2007, 05:54 PM
  2. DC meta tags why repeated meta tags
    By Steven1976a in forum Search Engine Optimization Forum
    Replies: 1
    Last Post: 03-19-2006, 02:05 PM
  3. Meta tags what are DC.tags?
    By Steven1976a in forum Search Engine Optimization Forum
    Replies: 4
    Last Post: 07-29-2005, 01:52 AM
  4. Meta Tags / Alt Tags/robots is confusing
    By CaronWorldWide in forum Search Engine Optimization Forum
    Replies: 2
    Last Post: 08-11-2004, 01:20 PM
  5. X-META tags?
    By Chatmaster in forum Search Engine Optimization Forum
    Replies: 1
    Last Post: 03-01-2004, 10:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •