1. Skapa en ”author”-sida som länkar till din profil för Google+. En knapp kan även skapas här.
2. Skapa en länk på varje inlägg som går till din profilsida på din blogg(I mitt fall sidan ”om”: http://www.davidolofsson.se/om/). Länken måste innehålla rel=”author”.
Exempel <code><a rel=”author” href=”http://www.davidolofsson.se/om/”>David Olofsson</a></code>
2. Update your Google Profile with links to any of your other author pages around the web. (To add links to your profile, click Edit profile (redigera profil), then click the Links box (andra profiler) on the right of the page and add the links you want.)
1. You write an article for the Foo Times, and also have a Foo Times author page
The article should link to your Foo Times author page using rel=”author”.
Your Foo Times author page should link to your Google Profile using rel=”me”.
Your Google Profile should link to your Foo Times author page. When you add this link to your profile, be sure to check the This page is specifically about me checkbox. This creates a rel=”me” link to your Foo Times author page.
2. You write an article for the Foo Times, and you have no author page on that domain.The article should link to your Google Profile using rel=”author”.
Your profile should link to the Foo Times home page.
Lättare version:
Because not everyone either has the technical knowledge and/or the actual access to their sites to be able to accomplish the above, Google has made a simpler alternative. I don’t know whether this alternative will work forever, it does work now though. It’s quite simple, just follow these steps:
- Find your Google Profile URL, copy paste it.
- Create a link with that profile URL, and add this ?rel=author to the end of the URL.
- As an anchor text, use your full name with a +, in my case the anchor text would be: +Joost de Valk
- Go to the last step, below the video embedded below.
The full HTML of my profile link would look like this (line break just to make it easier to read, you shouldn’t have that):
1 |
<a href="https://plus.google.com/115369062315673853712 |
2 |
/about?rel=author">+Joost de Valk</a> |
Last (but important!) step
Whichever version of the code you used, be sure to submit your details through this form. You probably won’t get an email back but at some point it (might) suddenly start working!
Google stöder flera olika system för att specificera variabler som sedan dyker upp i sökresultaten. Det handlar oftast om priser, betygsättningar på recensioner och liknande. Så här visar du Google att Din sida handlar om just Dig.
- Tala först om för Google att du använder dig av systemet som definieras på schema.org.
<html itemscope itemtype="http://schema.org/Person"> - Märk upp det du vill specificera åt Google. Exemplen nedan talar om för Google att sidan handlar om mitt namn, en beskrivning av vad sidan handlar om och vilken bild som ska representera mig.
<span itemprop="name">David Olofsson</span>
<span itemprop="description">Spelteori, humanetologi, sökmotoroptimering och andra intressanta saker.</span>
<img itemprop="image" src="http://www.davidolofsson.se/images/david-olofsson-pixel.png">




Senaste kommentarer