New Posts
Live Radio
Welcome guest, is this your first visit?
  • Login:
Redbet.com Affiliate Program
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: WP Questions

  1. #1
    MPC
    MPC is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Canada Eh?
    Posts
    1,377
    Blog Entries
    20
    Feedback Score
    8 (100%)

    Default WP Questions

    I'm new to WP, getting ready to launch my first WP site. Can someone explain to me the idea behind Tags and how I should be using them? Should I just match my keywords?

  2. #2
    MPC
    MPC is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Canada Eh?
    Posts
    1,377
    Blog Entries
    20
    Feedback Score
    8 (100%)

    Default

    I have another issue with meta data. I created a post and here is relevant HTML the source code:

    < head profile="http://gmpg.org/xfn/11">
    < meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    < title>Outs Promotion at Aced Poker</title>
    < meta name="generator" content="WordPress 2.7" /> <!-- leave this for stats -->
    < meta name="description" content="Listing the Best US Online Poker Rooms and Poker Promotions" />

    < meta name="keywords" content="" />


    < meta name="description" content="Aced Poker launched a revolutionary poker rewards system called Outs. Under this unique system, players receive points for completing specific tasks. The points you earn can then be spentto purchase loyalty bonuses, tournament coupons, buy items in the aced.com store, and more." /> (This is from exerpt text) <!-- /all in one seo pack -->
    < meta name="description" content="Aced.com provides a unique way to acquire additional player point you can earn by accomplishing a series of milestones" />
    < meta name="keywords" content="aced, aced poker, outs, aced outs" />

    < /head>



    So the one in green is what I specified, everything esle is auto geenrated. The problem is I have duplication of meta data and I don't want that. How do I make it so that only the meta data specified in all in one seo pack is used, and everything else is dropped?

  3. #3
    Senior Member
    Pengdamonium
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Purple Haze
    Posts
    3,086
    Blog Entries
    7
    Feedback Score
    58 (100%)

    Default

    Can someone explain to me the idea behind Tags and how I should be using them? Should I just match my keywords?
    I was told a while back to focus on tags as keywords, and forget about the keyword option!
    Maybe someone can make this clear what to do!
    The darkest hour is just before dawn

  4. #4
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Ireland
    Posts
    112
    Feedback Score
    10 (100%)

    Default

    Quote Originally Posted by MPC View Post
    I have another issue with meta data. I created a post and here is relevant HTML the source code:
    What plugins are you using? Can you post here the code from the header file?

  5. #5
    MPC
    MPC is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Canada Eh?
    Posts
    1,377
    Blog Entries
    20
    Feedback Score
    8 (100%)

    Default

    plugins installed:
    • All in One SEO Pack
    • Google XML Sitemaps
    • Homepage Excerpts
    • Popularity Contest
    • WordPress Database Backup
    • WordPress Related Posts
    • WP-Cumulus
    • WP Limit Posts Automatically
    • WP SEO Master

    Now, I haven't played much with most of these yet.

    Header file:

    Code:
    <!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" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    <meta name="description" content="<?php bloginfo('description') ?>" />
    <meta name="keywords" content="" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="all" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/glide.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/tabber.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/slider.js"></script>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/banner.css" media="screen" />	
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/example.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/minipost.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/featlist.css" media="screen" />
    
    <script type="text/javascript"><!--//--><![CDATA[//><!--
    sfHover = function() {
    	var sfEls = document.getElementById("menu").getElementsByTagName("LI");
    	var sfEls = document.getElementById("catmenu").getElementsByTagName("LI");
    		for (var i=0; i<sfEls.length; i++) {
    		sfEls[i].onmouseover=function() {
    			this.className+=" sfhover";
    		}
    		sfEls[i].onmouseout=function() {
    			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
    		}
    	}
    }
    if (window.attachEvent) window.attachEvent("onload", sfHover);
    //--><!]]></script>
    
    
    
    <?php wp_get_archives('type=monthly&format=link'); ?>
    <?php //comments_popup_script(); // off by default ?>
    <?php wp_head(); ?>
    
    </head>
    
    <body>
    
    <div id="wrapper">
    <div id="topbar">
    	<div id="dates"><?php echo date('l, F j, Y'); ?></div>
    		<ul>
    		
    	<li><a href="<?php bloginfo('rss2_url'); ?>">Content feed</a></li>
    	<li><a href="<?php bloginfo('comments_rss2_url'); ?>">Comments Feed</a></li>
    	</ul>
    	
    
    </div>
    <div id="top"> 
    <div class="blogname">
    	<h1><a href="<?php bloginfo('siteurl');?>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?></a></h1>
    	<h2><?php bloginfo('description'); ?></h2>
    </div>
    <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    
    </div>
    
    <div id="foxmenucontainer">
    	<div id="menu">
    		<ul>
    			<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
    			<?php wp_list_pages('title_li=&depth=2&sort_column=menu_order'); ?>
    		
    		</ul>
    	</div>		
    </div>
    <div class="clear"></div>
    <div id="catmenucontainer">
    	<div id="catmenu">
    			<ul>
    				<?php wp_list_categories('sort_column=name&title_li=&depth=2'); ?>
    			</ul>
    	</div>		
    </div>
    <div class="clear"></div>
    <div id="casing">
    EDIT: How do you post the code in here?

  6. #6
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Ireland
    Posts
    112
    Feedback Score
    10 (100%)

    Default

    Ok, bearing in mind that I am no expert on wp, it seems that your theme includes the php tag bloginfo('description') which might be causing your problem, or at least part of it.

    You can delete that whole meta description line.

    To be carefull, you should have a copy of the original header file safely on your pc before you change the live one. If that doesn't work, you can just upload the original file, or edit the existing one to include the line you just took out.

    Let me know what happens.

  7. #7
    MPC
    MPC is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Canada Eh?
    Posts
    1,377
    Blog Entries
    20
    Feedback Score
    8 (100%)

    Default

    All fixed. Thanks!

    Anyone care to comment on the tags?

  8. #8
    Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    U.S.
    Posts
    20
    Feedback Score
    0

    Default

    Think of tags as the index of a book. They are another type of navigation that users on your site, and those using services like Technorati, can use to find all posts on 'x' subject.

    Yes, they are good for keywords, but make sure you don't abuse them. I just read an article on tags that said to stick to specific phrases you mention in the article, especially keywords.

    For example, let's say you have a couple sentences like this; "Aced Poker is the best poker site in the online poker world. They have the best poker bonus and the best Texas Hold'em games". You could use tags like Aced Poker, best poker site, poker sites, online poker, best poker bonus, poker bonuses, and Texas Hold'em.

    On the other hand, if you're trying to rank your homepage for "poker strategy" you shouldn't just use the tag "poker strategy" in your posts that don't mention poker strategy.

    Also, keep them short and specific. If you write and article about "How to Beat No Limit Holdem" use tags like "No Limit Holdem" and/or "No Limit Holdem strategy" - not "How to Beat No Limit Holdem".

  9. #9
    Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    United States
    Posts
    88
    Feedback Score
    0

    Default

    Quote Originally Posted by MPC View Post
    I'm new to WP, getting ready to launch my first WP site. Can someone explain to me the idea behind Tags and how I should be using them? Should I just match my keywords?
    Wait... I thought you were selling off all your sites? Or was that just gambling related?
    If you are an service member or veteran opposed to the war in Iraq, join IVAW today.

  10. #10
    MPC
    MPC is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Canada Eh?
    Posts
    1,377
    Blog Entries
    20
    Feedback Score
    8 (100%)

    Default

    This is one I had been working on casually for a while and is almost ready to go. Besides, I wanted to try out WP as I only have experience with Joomla. (So far, I love it. Much less painfull). I'll probably send it some traffic then sell it.


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. htaccess questions
    By Squizzel in forum Wordpress - Web Design - Coding - Technical
    Replies: 1
    Last Post: 03-11-2010, 07:15 PM
  2. Translation Questions
    By MJ in forum Wordpress - Web Design - Coding - Technical
    Replies: 8
    Last Post: 06-11-2009, 09:18 PM
  3. Hi all, new to this, so have few questions
    By Anssi in forum New Affiliate Questions & Answers
    Replies: 2
    Last Post: 02-17-2009, 09:01 AM
  4. PAS Questions
    By Prenut in forum General Poker Affiliate Forum
    Replies: 7
    Last Post: 02-04-2009, 11:01 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
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant