|
Way To Improve Your Content Overview
|
|
I was looking for some site map solution that would satisfy my picky needs (to be seen as wp page not as wp post and to show list of categories with posts inside them). Sitemap is cool webmaster tool. It helps visitor to easy navigate through your site. It shows page structure and also, some sitemap WordPress plugins create sitemap.xml file that is very useful when search engines map your site. I found couple that were partially good enough. First was WP-Archives by Jim Penaloza Calixto (more info at http://blog.unijimpe.net/, wp plug-in download url – http://downloads.wordpress.org/plugin/wp-archives.zip). It was easy and simple to install and configure. It is installed as post and it shows posts in chronological order (but not what category they belong) with day/month info. The second was PS Auto Sitemap by Hitoshi Omagari (more info at http://www.web-strategy.jp/wp_plugin/ps_auto_sitemap/, wp plug-in download url – http://downloads.wordpress.org/plugin/ps-auto-sitemap.zip). It had visually all that I wanted (categories with list of posts that belong to them), but it was implemented as a post. I didn’t want that (yes, I know I could easily put it in sidebar as a link, but I wanted it to be on the top with other page links). So I was using the WP Archives plug-in for a while. It looked like this: |
|
![]() |
|
When I managed to find more free time, I decided to fix this. I used PS Auto Sitemap plug-in and did some simple code change in php. After plug-in installation, I edited header.php of my current theme and I put something like this at the place where pages are being listed: <li <?php if($post->ID == xxx) echo ‘class=”current_page_item”‘; ?>><a href=”http://yoursite/post-name-xxx”>Post Name</a></li> Here, xxx is ID of your plug-in post that you can find in your post URL at the end, or in _posts table of your WordPress database. In my case ID was 391, table name was wp_posts, page url was www.geekwidget.com and post name was Sitemap Widget, and it looked like this: |
|
![]() |
|
Now, it was still a post. In some themes, like in one that I am using, it had previous post and next post links whenever a post was separately opened. Since I was picky, as mentioned, I wanted to change that, too. I edited single.php in same folder and put something like this: <?php if ($post->ID != xxx) { ?> <div> <?php } ?> The xxx part was again plugin post id. In my case it looked like this: |
|
|
|
After that I had what I wanted: |
|
![]()
|
Posts Tagged ‘google search’
Tweaking WordPress – Sitemap
March 31st, 2010Google’s SEO Starter Guide – Quality Content And Services
March 21st, 2010|
Offer Quality Content And Services
|
|
Creating compelling and useful content will likely influence your website more than any of the other factors discussed here. Users know good content when they see it and will likely want to direct other users to it. This could be through blog posts, social media services, email, forums, or other means. Organic or word-of-mouth buzz is what helps build your site’s reputation with both users and Google, and it rarely comes without quality content.
|
|
![]()
|
|
Good practices for content
• Write easy-to-read text – Users enjoy content that is well written and easy to follow. • Stay organized around the topic – It’s always beneficial to organize your content so that visitors have a good sense of where one content topic begins and another ends. Breaking your content up into logical chunks or divisions helps users find the content they want faster. • Use relevant language – Think about the words that a user might search for to find a piece of your content. Users who know a lot about the topic might use different keywords in their search queries than someone who is new to the topic. For example, a long-time baseball fan might search for [nlcs], an acronym for the National League Championship Series, while a new fan might use a more general query like [baseball playoffs]. Anticipating these differences in search behavior and accounting for them while writing your content (using a good mix of keyword phrases) could produce positive results. Google AdWords provides a handy Keyword Tool that helps you discover new keyword variations and see the approximate search volume for each keyword. Also, Google Webmaster Tools provides you with the top search queries your site appears for and the ones that led the most users to your site. • Create fresh, unique content – New content will not only keep your existing visitor base coming back, but also bring in new visitors. • Offer exclusive content or services – Consider creating a new, useful service that no other site offers. You could also write an original piece of research, break an exciting news story, or leverage your unique user base. Other sites may lack the resources or expertise to do these things. • Create content primarily for your users, not search engines – Designing your site around your visitors’ needs while making sure your site is easily accessible to search engines usually produces positive results.
|
Google’s SEO Starter Guide – Meta Tag
March 18th, 2010|
Make Use of the “Description” Meta Tag
|
|
A page’s description meta tag gives Google and other search engines a summary of what the page is about. Whereas a page’s title may be a few words or a phrase, a page’s description meta tag might be a sentence or two or a short paragraph. Google Webmaster Tools provides a handy content analysis section that’ll tell you about any description meta tags that are either too short, long, or duplicated too many times (the same information is also shown for
|
|
![]()
|
|
Description meta tags are important because Google might use them as snippets for your pages. Note that we say “might” because Google may choose to use a relevant section of your page’s visible text if it does a good job of matching up with a user’s query. Alternatively, Google might use your site’s description in the Open Directory Project if your site is listed there (learn how to prevent search engines from displaying ODP data). Adding description meta tags to each of your pages is always a good practice in case Google cannot find a good selection of text to use in the snippet. The Webmaster Central Blog has an informative post on improving snippets with better description meta tags. Snippets appear under a page’s title and above a page’s URL in a search result.
|
|
![]()
|
|
![]()
|
|
Words in the snippet are bolded when they appear in the user’s query. This gives the user clues about whether the content on the page matches with what he or she is looking for. Below is another example, this time showing a snippet from a description meta tag on a deeper page (which ideally has its own unique description meta tag) containing an article.
|
|
![]()
|
|
![]()
|
|
Good practices for description meta tags
• Accurately summarize the page’s content – Write a description that would both inform and interest users if they saw your description meta tag as a snippet in a search result.
• Use unique descriptions for each page – Having a different description meta tag for each page helps both users and Google, especially in searches where users may bring up multiple pages on your domain (e.g. searches using the site: operator). If your site has thousands or even millions of pages, hand-crafting description meta tags probably isn’t feasible. In this case, you could automatically generate description meta tags based on
|








