What Is Search Engine Optimization explained by Common Craft in collaboration with Search Engine Land.
What Is Search Engine Optimization explained by Common Craft in collaboration with Search Engine Land.
When naming file for use on your website, try to use all lowercase and dashes in the file name.
There is nothing wrong with using upper case in file names – but using all lowercase is good for consistency and it looks much cleaner. Also “file-name.pdf” is different from “File-Name.pdf.”
Google treats dashes as spaces. So to a GoogleBot this file name “filename-using-lowercase-and-dashes.pdf” looks like “filename using lowercase and dashes.pdf”
and ” Filename-Using-Lowercase_And_Dashes.pdf” looks like “filenameusinglowercaseanddashes.pdf.”
http://www.searchenginejournal.com/google-underscores-hyphens/6010/
http://www.mattcutts.com/blog/dashes-vs-underscores/
If someone buys a text link from your website, should you add the nofollow tag so Google knows it’s a paid link? Answer = Yes!
+1 buttons let people who love your content recommend it on Google search
Link: http://www.google.com/webmasters/+1/button/
<!-- Place this tag in your head or just before your close body tag --> <script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script> <!-- Place this tag where you want the +1 button to render --> <g:plusone size="medium"></g:plusone>
If you’re having a problem with site scrapers stealing your content, you now have a way to make sure search engines know you are the source of the post.
If you have Yoasts WordPress SEO Plugin installed http://wordpress.org/extend/plugins/wordpress-seo/
Go to > Dashboard > SEO > RSS
Look for the box called “Content of your RSS Feed”

Content to put before each post in the feed:
You can enter %%BLOGLINK%% in this box. This will display a link to your site, with your site’s name as anchor text.
Content to put after each post:
You can enter %%POSTLINK%% + some custom text or simply include %%BLOGDESCLINK%% which will display a link to your site, with your site’s name and description as anchor text.
If you do not have WordPress SEO Installed you can use the solution by Blogstorm SEO
Find your feed-rss2.php file in the wp-includes folder and add the following code to line 39 (in WP 2.3.1). The code needs to be added just after where it says <!–?php the_content() ?–>
<p><a href=”<?php the_guid(); ?>”>Permalink + Comments</a></p>
Google’s mindset, the questions below provide some guidance on how we’ve been looking at the issue:
Joost De Valk’s presentation on SEO and optimization strategies for your installation of WordPress. Check out the accompanying slides here.