Bandit Design » Our Design Our Portfolio Contact Us
Tutorials TumbleLog Our Thoughts
Quite often at Bandit Design while we're working on your project, we'll stumble upon interesting or humourous things -- so we thought why not share them with the world!
RSS iPhone Random Archive « Home

Bandit Design

This is a TumbleLog authored at the desks of Bandit Design. We're a small web and graphic design studio based in Wellington, New Zealand.

Visit Bandit Design ยป

3 years ago

Tumblr Search Engine Friendly Page Titles

UPDATE: So apparently Tumblr have an official template tag for this: {block:PostSummary}{PostSummary}{/block:PostSummary} - that makes it a bit easier :-)

I’ve always wondered why Tumblr never offered a feature to automatically append a search engine friendly post slug to the page title when viewing a permalink page.

I started fiddling around with the Tumblr theme tags, and managed to get it working. Now my Tumblr link, image and standard posts have their slug displayed in the page title bar. This should help with Google juice!

My template code is as follows;

<title>
	{block:PermalinkPage}
		{block:Posts}
			{block:Photo}{PhotoAlt} |{block:Photo}
			{block:Link}{Name} |{/block:Link}
			{block:Title}{Title} |{/block:Title}
		{/block:Posts}
	{/block:PermalinkPage}
	Bandit Design's Tumble Log
</title>
7 notes

Loading...