« Using Schema.org Microdata in KRL | Main | The StackExchange Podcast is Back on IT Conversations! »

Getting Good Descriptions When Sharing on Google Plus

Mi Blog !

Recently I’ve ben playing with Google Plus (G+) a lot. I noticed when I shared items from my blog, however, that the decscription that G+ grabbed automatically wasn’t very good. Turns out it’s getting the description from the meta item named description in the header. My blog was setting that to a static string.

I don’t know if I just have a bad set of templates (could be—they’re old and I’ve hacked them a lot), but mine didn’t put anything about the blog entry in the detail page’s description. I use MovableType, so I put the following in the HTML header in the Individual Archive template:

<meta name="description" content="<$mt:EntryExcerpt$>" />

MovableType’s EntryExcerpt tag is smart in that if you’ve filled in the “Excerpt” box when you create the entry, it will use that. If the “Excerpt” box is empty, MT generates one from the first N words of the blog entry body. I usually just leave it empty, but I’ll start using it now if the first paragraph isn’t as descriptive as I’d like.

So, now my blog entries are more sharable on G+. Who know’s, it will probably help them be more findable in search results too.

Posted by on July 11, 2011 2:24 PM

See related posts:

Comments