Reducing HTTP requests by combining CSS files. @media in CSS how to combine CSS files So Google suggests to me that I combine my CSS files to save HTTP requests. How to do that? Joining print and normal stylesheets It’s quite easy when you have separate stylesheets (CSS) for print and regular styles to combine [...]
“Die Digg-Bar Die, Die! (or Should You Kill the Digg Bar on Your Website)” – It took about 10 days from completion for SEOmoz to publish this post. In the meantime Digg altered the behaviour of the Digg-bar to be a little better for SEO.
Comments Off
Using rev=”canonical” to indicate a short URL for a canonical resource. Links, implementation details, WP plugins, etc..
Comments Off
Frame Breaker WP plugin – here’s the WP plugin to break your site out of frame wrappers, it will remove your website from the frames of the Digg bar, Facebook, Ow.ly, etc.
Let people visit your site rather than be hijacked by Digg? Here’s how. All Digg links now are served within an IFRAME this code breaks out of the frames and leaves only your site there.
This is something I’ve been seeing a lot recently so I checked with the docs before claiming to know the canonical position. Adding a trailing slash to domain addresses If you’re linking to the example.com domain, what do you put in your link anchors href? You should put href=”http://www.example.com/” and not href=”http://www.example.com“. Why?