<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	     xmlns:dc="http://purl.org/dc/elements/1.1/"
	   xmlns:atom="http://www.w3.org/2005/Atom"
	     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	  xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>linkedin &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/linkedin/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Thu, 15 Jun 2023 09:50:56 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>linkedin &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[LinkedIn supports Schema‎.org metadata]]></title>
		<link>https://shkspr.mobi/blog/2023/06/linkedin-supports-schema-org-metadata/</link>
					<comments>https://shkspr.mobi/blog/2023/06/linkedin-supports-schema-org-metadata/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 23 Jun 2023 11:34:09 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[linked data]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[schema.org]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=46089</guid>

					<description><![CDATA[I&#039;m a big fan of machine-readable metadata. It&#039;s useful for programs which need to extract information from messy and complicated websites. It&#039;s always surprising where it turns up.  For example, take this post of mine on LinkedIn. If you view the source, you&#039;ll see this scrap of linked data:  &#38;lt;script type=&#38;quot;application/ld+json&#38;quot;&#38;gt; {   &#38;quot;@context&#38;quot;:…]]></description>
										<content:encoded><![CDATA[<p>I'm a big fan of machine-readable metadata. It's useful for programs which need to extract information from messy and complicated websites. It's always surprising where it turns up.</p>

<p>For example, take <a href="https://www.linkedin.com/posts/terenceeden_did-you-know-that-every-post-you-make-on-activity-7075043149462556672-fxiw?utm_source=share&amp;utm_medium=member_desktop">this post of mine on LinkedIn</a>. If you view the source, you'll see this scrap of linked data:</p>

<pre><code class="language-html">&amp;lt;script type=&amp;quot;application/ld+json&amp;quot;&amp;gt;
{
  &amp;quot;@context&amp;quot;: &amp;quot;http://schema.org&amp;quot;,
  &amp;quot;@type&amp;quot;: &amp;quot;SocialMediaPosting&amp;quot;,
  &amp;quot;@id&amp;quot;: &amp;quot;https://www.linkedin.com/posts/terenceeden_did-you-know-that-every-post-you-make-on-activity-7075043149462556672-fxiw&amp;quot;,
  &amp;quot;author&amp;quot;: {
    &amp;quot;name&amp;quot;: &amp;quot;Terence Eden&amp;quot;,
    &amp;quot;image&amp;quot;: {
      &amp;quot;url&amp;quot;: &amp;quot;https://media.licdn.com/dms/image/C4E03AQEX11qBnAo43A/profile-displayphoto-shrink_400_400/0/1517677542848?e=1692230400&amp;amp;v=beta&amp;amp;t=-AHOoj__Ehm_p24dQ6McPbqNj9gQ2UsjvzOCIU16IGs&amp;quot;,
      &amp;quot;@type&amp;quot;: &amp;quot;ImageObject&amp;quot;
    },
    &amp;quot;url&amp;quot;: &amp;quot;https://uk.linkedin.com/in/terenceeden&amp;quot;,
    &amp;quot;@type&amp;quot;: &amp;quot;Person&amp;quot;
  },
  &amp;quot;datePublished&amp;quot;: &amp;quot;2023-06-15T09:35:34.752Z&amp;quot;,
  &amp;quot;articleBody&amp;quot;: &amp;quot;Did you know that every post you make on LinkedIn has SchemaOrg metadata embedded in it?\n(This post mostly to test which fields are supported.)&amp;quot;,
  &amp;quot;isAccessibleForFree&amp;quot;: false,
  &amp;quot;hasPart&amp;quot;: {
    &amp;quot;@type&amp;quot;: &amp;quot;WebPageElement&amp;quot;,
    &amp;quot;isAccessibleForFree&amp;quot;: false,
    &amp;quot;cssSelector&amp;quot;: &amp;quot;.details&amp;quot;
  }
}
&amp;lt;/script&amp;gt;
</code></pre>

<p>If you share a link in your post, the markup is slightly different:</p>

<pre><code class="language-html">&amp;lt;script type=&amp;quot;application/ld+json&amp;quot;&amp;gt;
{
  &amp;quot;@context&amp;quot;: &amp;quot;http://schema.org&amp;quot;,
  &amp;quot;@type&amp;quot;: &amp;quot;SocialMediaPosting&amp;quot;,
  &amp;quot;@id&amp;quot;: &amp;quot;https://www.linkedin.com/posts/terenceeden_why-im-using-mx-as-a-title-activity-7074702026084884480-jO0C&amp;quot;,
  &amp;quot;author&amp;quot;: {
    &amp;quot;name&amp;quot;: &amp;quot;Terence Eden&amp;quot;,
    &amp;quot;image&amp;quot;: {
      &amp;quot;url&amp;quot;: &amp;quot;https://media.licdn.com/dms/image/C4E03AQEX11qBnAo43A/profile-displayphoto-shrink_400_400/0/1517677542848?e=1692230400&amp;amp;v=beta&amp;amp;t=-AHOoj__Ehm_p24dQ6McPbqNj9gQ2UsjvzOCIU16IGs&amp;quot;,
      &amp;quot;@type&amp;quot;: &amp;quot;ImageObject&amp;quot;
    },
    &amp;quot;url&amp;quot;: &amp;quot;https://uk.linkedin.com/in/terenceeden&amp;quot;,
    &amp;quot;@type&amp;quot;: &amp;quot;Person&amp;quot;
  },
  &amp;quot;datePublished&amp;quot;: &amp;quot;2023-06-14T11:00:04.600Z&amp;quot;,
  &amp;quot;image&amp;quot;: {
    &amp;quot;url&amp;quot;: &amp;quot;https://media.licdn.com/dms/image/sync/D5627AQHWF4nuGqlfzQ/articleshare-shrink_800/0/1686397225711?e=1687428000&amp;amp;v=beta&amp;amp;t=SsQ_1b8M3xAGXnhUvID0976rpItlTLdC2Gz9RG3sXwI&amp;quot;,
    &amp;quot;@type&amp;quot;: &amp;quot;ImageObject&amp;quot;
  },
  &amp;quot;sharedContent&amp;quot;: {
    &amp;quot;@type&amp;quot;: &amp;quot;WebPage&amp;quot;,
    &amp;quot;headline&amp;quot;: &amp;quot;Why I&amp;#039;m using \&amp;quot;Mx\&amp;quot; as a title&amp;quot;,
    &amp;quot;url&amp;quot;: &amp;quot;https://shkspr.mobi/blog/2023/06/why-im-using-mx-as-a-title/&amp;quot;
  },
  &amp;quot;articleBody&amp;quot;: &amp;quot;What title do you use when filling in forms? Mr? Mrs? Ms? Or something newer and more incluside?\n\nWhy do companies want to know my title? What are they going to do with my data?\n\nHere&amp;#039;s why I&amp;#039;m using \&amp;quot;Mx\&amp;quot; as my title.\nhttps://lnkd.in/eCNH5sqp&amp;quot;,
  &amp;quot;isAccessibleForFree&amp;quot;: false,
  &amp;quot;hasPart&amp;quot;: {
    &amp;quot;@type&amp;quot;: &amp;quot;WebPageElement&amp;quot;,
    &amp;quot;isAccessibleForFree&amp;quot;: false,
    &amp;quot;cssSelector&amp;quot;: &amp;quot;.details&amp;quot;
  }
}
&amp;lt;/script&amp;gt;
</code></pre>

<p>Interestingly, this doesn't seem to be exposed in the API. It's available to any user-agent which requests a public LinkedIn post. I don't recommend you train any LLMs on the data though - it would be unbearably smug.</p>

<p>It would be incredibly useful if other social media platforms like Mastodon used this.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=46089&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2023/06/linkedin-supports-schema-org-metadata/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[The existential terror of LinkedIn]]></title>
		<link>https://shkspr.mobi/blog/2022/02/the-existential-terror-of-linkedin/</link>
					<comments>https://shkspr.mobi/blog/2022/02/the-existential-terror-of-linkedin/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Tue, 15 Feb 2022 12:34:24 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Social Media]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=41482</guid>

					<description><![CDATA[Several years ago, I applied for my dream job. Not quite ice-cream tester on the International Space Station, but pretty close. I was astounded to get a first interview, and crushed to flame out at the second round. That&#039;s the way it goes sometimes. Better to have tried and failed than never to have tried at all.  In the past, that would have been the end of it. I&#039;d have moved on with my life and …]]></description>
										<content:encoded><![CDATA[<p>Several years ago, I applied for my dream job. Not quite ice-cream tester on the International Space Station, but pretty close. I was astounded to get a first interview, and crushed to flame out at the second round. That's the way it goes sometimes. Better to have tried and failed than never to have tried at all.</p>

<p>In the past, that would have been the end of it. I'd have moved on with my life and gradually forgotten about it. But <em>fucking</em> LinkedIn…</p>

<p>A few months after the interview, one of my former colleagues posted an update saying how delighted and excited they were to be starting a new role as - you guessed it - my dream job.</p>

<p><a href="https://quoteinvestigator.com/2014/09/11/friend-succeeds/">Whenever a friend succeeds, a little something in me dies</a>. It is doubly worse when they succeed at something you've failed at.</p>

<p>For the last few years, I've had to put up with their smug grinning face dropping in to my feed - explaining how brilliantly the job is going, and what a difference they're making to the world. To be absolutely clear - I hold no personal grudge against them. They really are well suited to the rôle. Would I have been better? I obviously wasn't as impressive at interview but, ultimately, it doesn't matter.</p>

<p>I know the job isn't perfect - they've ranted enough on Facebook to convince me I probably wouldn't have enjoyed it.</p>

<p>I can't imagine what it is like to be, say, an actor - and see your dream job go to some talentless hack. Or to be in the running for CEO - only to lose out to someone who crushes it quarter after quarter. Is it better to see your friends succeed where you failed? Or better to indulge in <i lang="de">schadenfreude</i> when they fail?</p>

<p>For most of us, the jobs we fail to get slowly fade from our memory. That's the way it should be. But there's no escaping the viral poison that is the LinkedIn mindfuck.</p>

<p>I know the obvious thing is to stop visiting LinkedIn. But then, how would my my friends know how well I was doing at the jobs they wanted?</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=41482&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2022/02/the-existential-terror-of-linkedin/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Abusing LinkedIn for better customer service]]></title>
		<link>https://shkspr.mobi/blog/2019/02/abusing-linkedin-for-better-customer-service/</link>
					<comments>https://shkspr.mobi/blog/2019/02/abusing-linkedin-for-better-customer-service/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 01 Feb 2019 12:40:06 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[complaint]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Social Media]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=31326</guid>

					<description><![CDATA[Back when social networks were new, Twitter was a great place to raise a complaint with a company. You could be sure that the Twitter account was run by someone who got social and, more often than not, would show tweets to the CEO.  Sadly, Twitter corporate accounts now all follow the same script &#34;Gosh! That doesn&#039;t sound good! Let us put this right. Please DM us your customer number, surname,…]]></description>
										<content:encoded><![CDATA[<p>Back when social networks were new, Twitter was a great place to raise a complaint with a company. You could be sure that the Twitter account was run by someone who <em>got</em> social and, more often than not, would show tweets to the CEO.</p>

<p>Sadly, Twitter corporate accounts now all follow the same script "Gosh! That doesn't sound good! Let us put this right. Please DM us your customer number, surname, mother's maiden name, and blood type and we'll get right on to ignoring you."</p>

<p>Bah!</p>

<p>LinkedIn doesn't suffer from this. It's too full of THOUGHT LEADERS and CHANGE AGENTS who absolutely believe their own hype.</p>

<p>When I have a complaint about a company, and regular customer services just can't fix it, I cheat. I send a connection request to the CEO, or head of customer service, or anyone senior who looks like they might actually hold some sway.</p>

<p>After a month of my energy company sending me incorrect bills, and several hours on hold, I cracked and connected to someone senior there.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/01/Energy.png" alt="Firstly apologies for the experience you have had with XYZ and that we have been unable to provide you with the service needed.  If you could confirm your account number then I will make sure this is looked in to today and provide an update.  For context, I've been at the company since the outset and I'm part of the senior management team at XYZ reporting directly to the COO and the owners. I'm responsible for customer services, billing and metering activities so I can assure you that by making contact you have already escalated the issue." width="540" height="675" class="aligncenter size-full wp-image-31340">

<p>A few messages later, it was all sorted.</p>

<p>Similarly, when an employer's payroll company started messing me around, I went straight to the top.  In this case, an executive had posted several times about their "award winning" team.  So I left comments on their post asking if my poor experience with their company was typical of their service.  Within a moment, I had a response.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/01/Payroll.png" alt="The head of payroll acknowledging my complaint." width="540" height="546" class="aligncenter size-full wp-image-31341">

<p>And, eventually, they fixed my issues.  No amount of speaking to regular customer services had helped to resolve the problems. Some grumpy comments on LinkedIn did.</p>

<p>To be clear - this is kinda a shitty thing to do. It's annoying to the recipients and will almost certainly piss off someone. It may damage your reputation as an AGILE PERFORMANCE EXECUTIVE if your network of talented individuals see you complaining. It's also part of the tragedy of the commons - if everyone does this, the usefulness decreases.</p>

<p>But... it works! And, perhaps, people at the top occasionally need to hear directly how badly their company is letting down customers.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=31326&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/02/abusing-linkedin-for-better-customer-service/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
