+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: meta description on each page?

  1. #1
    gaptrast's Avatar
    gaptrast is offline x10 Sophmore gaptrast is an unknown quantity at this point
    Join Date
    Nov 2009
    Posts
    117

    meta description on each page?

    Hello,

    I am planning to revise my site.

    I am using this: <?php include'head.php' ?> for all the head section WITHOUT the <title>.

    This have saved me from a lot of work.

    Do I need to make uniqe description and keywords (meta) for each page?

    Do you have any tips using meta tags due to search engines??

    Can I use same meta keywords on all pages???

    gap
    LOOK RIGHT
    LOOK DOWN
    Questions you never knew you wanted answered - http://Wonderabout.info
    [New site!] Collection of fun computer pranks! - http://thefakevirus.com

  2. #2
    threedee's Avatar
    threedee is offline x10Hosting Member threedee is an unknown quantity at this point
    Join Date
    Jun 2008
    Location
    Devil's Lair
    Posts
    28

    Re: meta description on each page?

    It's one of the best practices to use unique keywords and descriptions as well as titles for each page. It's as good as telling search engines and readers that each page content is unique from another, that is of course, apart from your unique content itself.

    Imagine if you use "radio jocks" as a keyword, and say, "The coolest radio jocks' site" as your description for all pages, then at some point you decide to write about how the government acts on music piracy, that isn't too descriptive for your new content, is it?

    Even if your target for these description and keywords may be for search engine results and whatnot (and probably search engines still play a role on that), one of your primary consideration should still be the readers and how your content appeals to them. More descriptive content and content that are not spammy to the human eyes have almost the same effect to search engines.
    Muahahahahahaha.
    --------------------------
    Some Free IRC Unix Stuff

  3. #3
    mandy0 is offline x10Hosting Member mandy0 is an unknown quantity at this point
    Join Date
    Feb 2009
    Location
    Mumbai->India
    Posts
    32

    Re: meta description on each page?

    If you have made your own CMS like thing then there's a better idea for you.Do as i say.. In the table of posts insert additional field for META description and Meta keywords. And while you are entering new post Insert these two things in database. And during particular page retrieval call a function which will consists of code to extract meta tags from your database and put it in <meta> tag , so that your meta tags would be dynamic.
    And meta tags would be different on different pages.. It helps a bit in search engine optimization though many of the search engines won't only concentrate on meta.. but it surely helps a bit.
    You will be having something like
    Code:
    <meta description='<?php metaextractfun() ?>'>
    <meta keywords='<?php metakwdfun() ?> '>
    I am half asleep so there might be syntax error in above code but it would be something like this.
    Last edited by mandy0; 11-26-2010 at 10:19 AM.

  4. #4
    gaptrast's Avatar
    gaptrast is offline x10 Sophmore gaptrast is an unknown quantity at this point
    Join Date
    Nov 2009
    Posts
    117

    Re: meta description on each page?

    thanks.

    I can use some base keywords (like: virus, pranks, jokes) and add uniqe keywords for each site (like: april fools, download, special prank)
    LOOK RIGHT
    LOOK DOWN
    Questions you never knew you wanted answered - http://Wonderabout.info
    [New site!] Collection of fun computer pranks! - http://thefakevirus.com

  5. #5
    ilyasdad is offline x10Hosting Member ilyasdad is an unknown quantity at this point
    Join Date
    May 2010
    Posts
    7

    Unhappy Re: meta description on each page?

    thanks

  6. #6
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: meta description on each page?

    The "keywords" meta tag hasn't really been used by search engines since the early '00s, as it is too easy to manipulate. Some might use the "description" tag as a summary on search result pages if they can't generate their own summary. What's important is having semantic HTML to make the page easier to process by spiders, and the quality of the sites that link to yours and the link text.

    If you've subscribed to an advertising service (either to advertise your site or to display ads for other site), that might use meta keywords to determine which advertisements should be shown on which sites, in which case it probably doesn't matter whether every page has the same or different tags.
    Last edited by misson; 11-26-2010 at 08:52 PM.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

  7. #7
    mandy0 is offline x10Hosting Member mandy0 is an unknown quantity at this point
    Join Date
    Feb 2009
    Location
    Mumbai->India
    Posts
    32

    Re: meta description on each page?

    @mission..
    Bro there are still many search engines which do use META Tag for their operation though those might be less in number.. but if you submit your website to those search engines also it would be helping you out. and having meta tags won't cause a problem!
    Mobile Blog Latest technologies,Devices,features,prices etc. General blog containing Tips and tricks related to computer,software reviews,linux stuff,antivirus reviews ,antispyware reviews etcs.
    http://www.techcity.info/blog

  8. #8
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: meta description on each page?

    @Mandy0: which ones use keywords & description?

    It won't hurt to include keywords and description, but it's not worth spending too much time on them. There are plenty of other tasks that should take priority.
    Last edited by misson; 11-28-2010 at 04:55 PM.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

  9. #9
    gaptrast's Avatar
    gaptrast is offline x10 Sophmore gaptrast is an unknown quantity at this point
    Join Date
    Nov 2009
    Posts
    117

    Re: meta description on each page?

    When I am searching for my site on the internet all sites like 'How much is this domain worth' sites and many other is using the description I used in my <meta> tags on their description of my site.
    Last edited by gaptrast; 11-29-2010 at 01:35 PM.
    LOOK RIGHT
    LOOK DOWN
    Questions you never knew you wanted answered - http://Wonderabout.info
    [New site!] Collection of fun computer pranks! - http://thefakevirus.com

  10. #10
    Gonrah's Avatar
    Gonrah is offline x10Hosting Member Gonrah is an unknown quantity at this point
    Join Date
    Sep 2010
    Location
    Earth
    Posts
    95

    Re: meta description on each page?

    For my page I use that file:


    HTML Code:
    <meta name="description" content=" <?php echo $description; ?> ">
    <meta name="keywords" content=" <?php echo $keywords; ?> ">
    <meta name="author" content="Gonrah">
    <meta name="owner" content="Tran Gonrah" /> 
    <meta name="rating" content="general" /> 
    <meta name="distribution" content="global" /> 
    <meta name="copyright" content="Copyright © 2009, 2010, Troponoia Ltd., All rights reserved." /> 
    <meta name="reply-to" content="gonrah@gmail.com" />
    <meta name="classification" content="entertainment" />
    <meta name="robots" content="index, follow" /> 
    <meta http-equiv="content-language" content="en" /> 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel=stylesheet type="text/css" href=" somewhere  " />
    <title>Acacia - <?php echo $title; ?></title>
    Then I attach this file in everyone of my pages with

    PHP Code:
    <?php include "set.php"//set is the name of the file?>
    After that I create some unique for every page variables with values that I need.
    In <title> tag I use combination of php variables and previously written text. "Acacia" is the title of entire site and after the line I insert the title of current page.
    Is there something wrong in my code?

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. in the sitebuilder where i put meta tag
    By shubhas2007 in forum Free Hosting
    Replies: 3
    Last Post: 02-18-2010, 04:07 AM
  2. Concept for my description Meta Tag and Title
    By balaji2u in forum Off Topic
    Replies: 0
    Last Post: 01-06-2009, 07:09 AM
  3. LOL! THE error to do with a paid program description.
    By Namjies in forum Feedback and Suggestions
    Replies: 4
    Last Post: 12-08-2007, 09:08 AM
  4. About meta tags
    By immel in forum Scripts & 3rd Party Apps
    Replies: 2
    Last Post: 11-03-2007, 11:34 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
x10hosting free hosting for the masses
dedicated servers