Results 1 to 6 of 6

Thread: Meta tags rule of thumb

  1. #1
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default Meta tags rule of thumb

    Is there a rule of thumb for writing Meta tags ?

    Looking around the internet i see the following,
    <meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
    <meta name="description" content="Info about web page here">
    <meta http-equiv="refresh" content="30">

    My pages have the following and one or two of the above,
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    Can you advise what should i be putting at the top of each page.
    Last edited by theremotedr; 05-16-2015 at 09:58 PM.

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Meta tag recommendations have changed over time but here is a nice article detailing some modern usage examples and best practices http://www.sitepoint.com/meta-tags-h...est-practices/

    Personally, I tend to use these;
    Code:
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
    <meta name="author" content="Beverley Hooton"/>
    <meta name="keywords" content="a, dozen, useful, keywords, relating, to, page, content"/>
    <meta name="description" lang="en" content="A description full of interesting info about the web page, that will hopefully entice visitors to visit from search results"/>
    I just use the author one as a way of labelling my work and the keywords one just helps tie in with the main description (although it doesn't have a direct bearing on search so isnt really necessary)
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. The Following User Says Thank You to Beverleyh For This Useful Post:

    theremotedr (05-17-2015)

  4. #3
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    The problem i face is that pretty much all of my pages are the same thing,example keys but for different makes of vehicles.
    How do i stand with trying to write many pages about them whenm i have read each need to be different.

  5. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    For that you would mostly concern yourself with the description and keywords tags. There are two approaches relevant to your question:

    1.) List and cover everything on every page.

    2.) Only list and cover those specific things that relate to that page on each page.

    The second will probably get you better SEO and human responses from search engines, though the former is obviously easier to manage. I don't think there;s a huge difference. But, as a n example. Say someone wants a Honda remote. They search Google for that. If that's listed in every page's meta tags, they may get every page as results in their search. Hopefully only the pages with Honda remotes have that in their title or have words like that in their text, so those results should come up higher in the results, but there's less of a guarantee. If only pages that have Honda remotes mention that in their mets tags, those will for sure be higher in the results and may outweigh even higher traffic sites that use those keywords on pages where Honda remotes are not featured.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. The Following User Says Thank You to jscheuer1 For This Useful Post:

    theremotedr (05-17-2015)

  7. #5
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    I understand meta tags must be different on each page.
    So can you please tell me if this is acceptable.

    Honda key remotes,cheapest in the uk & free delivery etc etc.

    Copy & paste the above into every page but changing the Honda For Fiat or Ford or Suzuki etc etc on the respective page.

  8. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That would be good for the description one, yes.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Similar Threads

  1. Are meta tags still useful?
    By james438 in forum HTML
    Replies: 5
    Last Post: 03-31-2011, 07:08 PM
  2. Meta tags
    By Teresa Fernandes in forum HTML
    Replies: 4
    Last Post: 05-19-2008, 03:00 PM
  3. Best Meta Tags To Use
    By tomyknoker in forum HTML
    Replies: 4
    Last Post: 11-01-2006, 06:19 PM

Bookmarks

Posting Permissions

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