It sounds like you’re interested in setting up a “rel=me” link for your profile on the Fediverse. This is a great way to verify your identity across different platforms. Here’s a simple guide to help you:
What is “rel=me”?
The rel="me" attribute is used in HTML links to indicate that the linked URL is another profile or identity of the same person. This is commonly used for identity verification in decentralized social networks like the Fediverse.
How to Add “rel=me” to Your Profile
- Edit Your Profile HTML:
- Locate the section of your profile where you can add custom HTML or links.
- Insert the following code, replacing
https://your-other-profile-url.comwith the URL of your other profile: Copy the code<a href="https://your-other-profile-url.com" rel="me">My Other Profile</a>
- Verify the Link:
- Ensure that the linked profile also has a link back to your original profile with the
rel="me"attribute. This creates a bidirectional link, which is often required for verification. Copy the code<a href="https://your-original-profile-url.com" rel="me">Back to Original Profile</a>
- Ensure that the linked profile also has a link back to your original profile with the
Example
If you have a profile on Mastodon and another on a personal website, your Mastodon profile might include:
Copy the code<a href="https://yourwebsite.com" rel="me">My Website</a>
And your website might include:
Copy the code<a href="https://mastodon.social/@yourusername" rel="me">My Mastodon Profile</a>
Benefits
- Identity Verification: Helps verify your identity across different platforms.
- Trust Building: Builds trust with your followers by showing interconnected profiles.
Feel free to reach out if you need more detailed instructions or have any questions about setting this up!
댓글 남기기