# How to Hyperlink a Word: The Definitive Guide
Hyperlinking a word is a fundamental skill for anyone creating content online, whether you’re building a website, writing a blog post, crafting an email, or sharing information on social media. It’s the digital equivalent of a footnote, allowing you to seamlessly connect readers to additional resources, provide context, and enhance their overall experience. But beyond the basics, mastering the art of hyperlinking involves understanding best practices, choosing appropriate anchor text, and ensuring your links contribute to a positive user experience and strong SEO. This comprehensive guide will delve into the nuances of how to hyperlink a word, providing you with the knowledge and skills to create effective and engaging online content. We’ll explore the various methods, platforms, and considerations involved, ensuring you can confidently hyperlink words in any situation. This isn’t just about *how* to do it; it’s about *why* and *how to do it well*, emphasizing user experience and SEO best practices.
## Understanding Hyperlinks: A Deep Dive
### What is a Hyperlink?
At its core, a hyperlink is a clickable element in a digital document (such as a webpage or email) that redirects the user to another location, either within the same document or to an external resource. This resource could be another webpage, a specific section of a webpage, a file download, an email address, or even a phone number. Hyperlinks are the backbone of the internet, enabling users to navigate seamlessly between different sources of information.
Think of it as a digital bridge connecting different islands of information. Without hyperlinks, the internet would be a series of isolated pages, making it incredibly difficult to find and access relevant content. They are the primary mechanism for exploring the vast digital landscape.
### The History and Evolution of Hyperlinks
The concept of hyperlinks dates back to the mid-20th century with Vannevar Bush’s vision of the “Memex,” a hypothetical electromechanical device that would allow users to create associative trails of information. However, it was Tim Berners-Lee who implemented the first working hyperlink system as part of the World Wide Web in the late 1980s. His invention revolutionized information sharing and accessibility, paving the way for the internet as we know it today.
Initially, hyperlinks were primarily text-based, often displayed in blue and underlined to distinguish them from the surrounding text. Over time, hyperlinks have evolved to include images, buttons, and other interactive elements, offering a more visually appealing and engaging user experience. The underlying technology, however, remains the same: a connection between two digital resources.
### The Importance of Effective Hyperlinking
Effective hyperlinking is crucial for several reasons:
* **Improved User Experience:** Hyperlinks allow users to quickly access additional information and resources, enhancing their understanding and satisfaction.
* **Enhanced SEO:** Well-placed hyperlinks can improve your website’s search engine ranking by signaling relevance and authority to search engines. They also help search engine crawlers discover and index your content more effectively.
* **Increased Credibility:** Linking to reputable sources demonstrates that you’ve done your research and are providing accurate information, building trust with your audience.
* **Better Navigation:** Internal hyperlinks help users navigate your website more easily, reducing bounce rates and increasing time on site.
* **Contextual Understanding:** Hyperlinks provide context to a particular topic, enabling users to explore related areas and deepen their knowledge.
Recent studies indicate that websites with a strategic internal linking structure experience a significant boost in organic traffic. Furthermore, external links to authoritative sources are increasingly being considered a ranking factor by search engines, emphasizing the importance of careful link selection.
## Hyperlinking in Practice: A Step-by-Step Guide
### How to Hyperlink a Word in HTML
The foundation of hyperlinking on the web lies in HTML (HyperText Markup Language). The `` tag (anchor tag) is used to create hyperlinks. Here’s the basic syntax:
“`html
[Anchor Text]
“`
* **``:** This is the opening tag that defines the hyperlink.
* **`href=”[URL]”`:** This attribute specifies the destination URL (Uniform Resource Locator) of the hyperlink. Replace `[URL]` with the actual web address you want to link to.
* **`[Anchor Text]`:** This is the visible text that users will click on. Choose descriptive and relevant anchor text.
* **``:** This is the closing tag that ends the hyperlink.
**Example:**
“`html
Visit Example Website
“`
This code will create a hyperlink that displays the text “Visit Example Website” and redirects users to `https://www.example.com` when clicked.
**Advanced HTML Hyperlink Attributes:**
* **`target`:** Specifies where to open the linked document. Common values include `_blank` (opens in a new tab or window), `_self` (opens in the same frame), `_parent` (opens in the parent frame), and `_top` (opens in the full body of the window).
* **`title`:** Provides a tooltip that appears when the user hovers over the hyperlink. Use this to provide additional context or information.
* **`rel`:** Specifies the relationship between the current document and the linked document. Common values include `nofollow` (instructs search engines not to pass link equity), `noopener` (prevents the linked page from accessing the current page), and `noreferrer` (prevents the linked page from knowing where the user came from).
### Hyperlinking in Common Content Management Systems (CMS)
Most modern CMS platforms, such as WordPress, Drupal, and Joomla, provide user-friendly interfaces for creating hyperlinks without requiring you to write HTML code directly. The process typically involves:
1. **Selecting the text:** Highlight the word or phrase you want to hyperlink.
2. **Clicking the “Insert/Edit Link” button:** This button is usually represented by a chain icon.
3. **Entering the URL:** Paste or type the destination URL into the provided field.
4. **Setting Link Options (if available):** You may have options to set the target attribute (e.g., open in a new tab) or add a title.
5. **Saving the changes:** Click “Apply” or “OK” to create the hyperlink.
**Example: Hyperlinking in WordPress**
1. In the WordPress editor, highlight the text you want to hyperlink.
2. Click the chain icon in the toolbar.
3. Paste the URL into the popup window.
4. Click the “Apply” button (the arrow icon).
5. Optionally, click the gear icon to open the link settings and configure the target attribute.
### Hyperlinking in Email Clients
Email clients like Gmail, Outlook, and Apple Mail also offer simple ways to hyperlink words. The process is similar to that in CMS platforms:
1. **Select the text:** Highlight the word or phrase you want to hyperlink.
2. **Right-click and select “Hyperlink” or “Link”:** Alternatively, you may find a link icon in the formatting toolbar.
3. **Enter the URL:** Paste or type the destination URL into the provided field.
4. **Click “OK” or “Insert”:** This will create the hyperlink.
### Hyperlinking in Microsoft Word and Google Docs
These word processing programs also provide easy-to-use hyperlinking features:
1. **Select the text:** Highlight the word or phrase you want to hyperlink.
2. **Right-click and select “Hyperlink” or “Link”:** Alternatively, use the keyboard shortcut Ctrl+K (Windows) or Cmd+K (Mac).
3. **Enter the URL:** Paste or type the destination URL into the provided field.
4. **Click “OK” or “Apply”:** This will create the hyperlink.
## Choosing the Right Anchor Text: Best Practices
The anchor text is the visible, clickable text of a hyperlink. Choosing the right anchor text is crucial for both user experience and SEO. Here are some best practices:
* **Be Descriptive and Relevant:** The anchor text should accurately reflect the content of the linked page. Avoid generic phrases like “click here” or “learn more.”
* **Use Keywords Strategically:** Incorporate relevant keywords into your anchor text, but avoid keyword stuffing. Focus on natural language and user intent.
* **Maintain Consistency:** Use similar anchor text when linking to the same page from different locations.
* **Avoid Long Anchor Text:** Keep your anchor text concise and easy to read. A few words are usually sufficient.
* **Consider Context:** The anchor text should make sense within the surrounding context of the sentence or paragraph.
**Examples of Good Anchor Text:**
* Instead of: “Click here to learn more about SEO.”
* Use: “Learn more about **search engine optimization (SEO)**.”
* Instead of: “Visit our website.”
* Use: “Visit the **Example Company website**.”
**Examples of Bad Anchor Text:**
* “Click Here”
* “Learn More”
* “Website”
* “SEO, SEO, SEO, SEO”
Experts in SEO agree that using descriptive and relevant anchor text is a key factor in improving search engine rankings. Overly generic or keyword-stuffed anchor text can be penalized by search engines.
## Advanced Hyperlinking Techniques
### Deep Linking
Deep linking refers to linking to a specific section or anchor point within a webpage, rather than just the top of the page. This can be useful for directing users to the most relevant information quickly.
To create a deep link, you need to:
1. **Identify the target section:** Determine the section of the page you want to link to.
2. **Add an ID attribute to the target section:** Use the `id` attribute in the HTML tag surrounding the target section. For example: `
Section 2
`
3. **Create the hyperlink:** Use the `#` symbol followed by the ID value in the `href` attribute. For example: `Go to Section 2`
### Linking to Specific File Types
You can also hyperlink to specific file types, such as PDFs, DOCs, or ZIP files. When a user clicks on such a hyperlink, their browser will typically prompt them to download the file.
To link to a file, simply specify the file’s URL in the `href` attribute:
“`html
Download the PDF document
“`
It’s good practice to indicate the file type in the anchor text, so users know what to expect when they click the link.
### Using Image Hyperlinks
Images can also be used as hyperlinks. To create an image hyperlink, enclose the `` tag within an `` tag:
In this example, the image `/images/logo.png` will be a clickable hyperlink that redirects users to `https://www.example.com`.
Remember to use descriptive `alt` text for the image, as this helps search engines understand the content of the image and the purpose of the hyperlink.
## Troubleshooting Common Hyperlinking Issues
### Broken Links
Broken links (also known as dead links) are hyperlinks that no longer point to a valid resource. This can happen for various reasons, such as the linked page being moved, deleted, or the URL being changed. Broken links can negatively impact user experience and SEO.
**How to Find and Fix Broken Links:**
* **Use a broken link checker:** There are many online tools and browser extensions that can scan your website for broken links. Examples include Google Search Console, Ahrefs, and Broken Link Checker.
* **Manually check your links:** Regularly review your website’s content and click on your hyperlinks to ensure they are working correctly.
* **Update or remove broken links:** If you find a broken link, either update it with the correct URL or remove it altogether.
### Incorrect URLs
Typographical errors in URLs are a common cause of hyperlinking issues. Always double-check your URLs to ensure they are accurate.
### Redirects
Redirects are used to forward users from one URL to another. While redirects are sometimes necessary (e.g., when moving a page to a new URL), they can slow down page load times and negatively impact user experience if implemented incorrectly.
**Best Practices for Redirects:**
* **Use 301 redirects for permanent moves:** A 301 redirect tells search engines that the page has been permanently moved to a new URL, and they should transfer the link equity to the new page.
* **Avoid redirect chains:** Redirect chains occur when a user is redirected multiple times before reaching the final destination. This can significantly slow down page load times.
* **Regularly check your redirects:** Ensure that your redirects are working correctly and that they are pointing to the correct destination URLs.
## The Role of Hyperlinks in SEO
Hyperlinks play a crucial role in search engine optimization (SEO). They are used by search engines to discover and index new content, understand the relationships between different webpages, and assess the authority and relevance of websites.
### Internal Linking
Internal linking is the practice of linking to other pages within your own website. A well-structured internal linking strategy can:
* **Improve website navigation:** Help users find the information they are looking for more easily.
* **Distribute link equity:** Pass link equity (also known as “link juice”) from high-authority pages to lower-authority pages.
* **Increase page views:** Encourage users to explore more of your website’s content.
* **Improve search engine rankings:** Help search engines understand the structure and content of your website.
**Best Practices for Internal Linking:**
* **Link to relevant pages:** Only link to pages that are relevant to the content of the current page.
* **Use descriptive anchor text:** Use anchor text that accurately reflects the content of the linked page.
* **Link from high-authority pages:** Link from pages that have a high level of authority and relevance.
* **Avoid over-linking:** Don’t overdo it with internal links. A few well-placed links are more effective than many irrelevant links.
### External Linking
External linking is the practice of linking to other websites. Linking to authoritative and relevant external websites can:
* **Increase credibility:** Demonstrate that you’ve done your research and are providing accurate information.
* **Provide additional resources:** Offer users access to additional information and perspectives.
* **Improve search engine rankings:** Signal to search engines that your website is a valuable resource.
**Best Practices for External Linking:**
* **Link to authoritative websites:** Only link to websites that are reputable and trustworthy.
* **Link to relevant websites:** Only link to websites that are relevant to the content of the current page.
* **Use descriptive anchor text:** Use anchor text that accurately reflects the content of the linked website.
* **Consider using the `rel=”nofollow”` attribute:** Use the `rel=”nofollow”` attribute when linking to websites that you don’t fully trust or when you don’t want to pass link equity.
Google’s algorithm places significant weight on the quality and relevance of both internal and external links. A strategic linking approach is therefore vital for achieving optimal SEO performance.
## Hyperlinking and Accessibility
Ensuring that your hyperlinks are accessible to all users, including those with disabilities, is crucial for creating an inclusive online experience. Here are some accessibility considerations:
* **Use descriptive anchor text:** Avoid generic phrases like “click here” or “learn more,” as these provide little context for screen reader users.
* **Provide alternative text for image hyperlinks:** Use descriptive `alt` text for image hyperlinks, as this allows screen reader users to understand the purpose of the link.
* **Ensure sufficient contrast:** Make sure that the color of your hyperlinks contrasts sufficiently with the surrounding text, so they are easily visible to users with low vision.
* **Use underlines or other visual cues:** Use underlines or other visual cues to distinguish hyperlinks from the surrounding text, as color alone may not be sufficient for all users.
* **Make hyperlinks keyboard-accessible:** Ensure that users can navigate to and activate hyperlinks using the keyboard.
## Leading Products/Services for Hyperlink Creation: TinyURL
While hyperlinking is a universal function, services like TinyURL simplify the *sharing* of those hyperlinks, especially when dealing with long or complex URLs. TinyURL is a URL shortening service that takes long URLs and condenses them into shorter, more manageable links. This is particularly useful for social media platforms, email marketing campaigns, or situations where space is limited.
### Expert Explanation of TinyURL
TinyURL, founded in 2002, is one of the oldest and most established URL shortening services. Its core function is to take a long URL (e.g., `https://www.example.com/very/long/path/to/a/specific/page/with/lots/of/parameters`) and generate a shorter, more user-friendly URL (e.g., `https://tinyurl.com/example`). This simplified URL redirects users to the original, longer URL when clicked. TinyURL stands out due to its simplicity, reliability, and free-to-use model for basic functionality. Other services exist, but TinyURL’s longevity and ease of use have made it a popular choice.
## Detailed Features Analysis of TinyURL
Here’s a breakdown of TinyURL’s key features:
1. **URL Shortening:**
* **What it is:** The core function of TinyURL. It takes a long URL as input and generates a shorter, unique URL.
* **How it Works:** TinyURL uses a hashing algorithm to generate a short code that is associated with the original URL in its database. When a user clicks on the shortened URL, TinyURL looks up the original URL in its database and redirects the user accordingly.
* **User Benefit:** Makes long URLs easier to share, especially in environments with character limits (e.g., Twitter) or where readability is important.
* **Demonstrates Quality:** The algorithm is efficient and generates unique short URLs consistently. The redirection process is fast and reliable.
2. **Custom Alias (Optional):**
* **What it is:** Allows users to create a custom short URL that is more memorable and brandable.
* **How it Works:** Users can specify a custom alias (e.g., `tinyurl.com/my-brand`) when creating a short URL. If the alias is available, TinyURL will create a short URL using that alias.
* **User Benefit:** Enhances brand recognition and makes short URLs more trustworthy.
* **Demonstrates Quality:** Provides users with greater control over the appearance of their short URLs.
3. **Bookmarklet:**
* **What it is:** A small JavaScript application that can be added to your browser’s bookmark bar.
* **How it Works:** When you are on a webpage that you want to shorten, simply click the TinyURL bookmarklet, and it will automatically generate a short URL for that page.
* **User Benefit:** Provides a convenient way to shorten URLs without having to visit the TinyURL website.
* **Demonstrates Quality:** Streamlines the URL shortening process, making it faster and more efficient.
4. **Analytics (Limited):**
* **What it is:** Provides basic statistics about the number of clicks on your short URLs.
* **How it Works:** TinyURL tracks the number of times each short URL is clicked and displays this information in your account dashboard (if you have one).
* **User Benefit:** Allows users to track the performance of their short URLs and measure the effectiveness of their marketing campaigns.
* **Demonstrates Quality:** Provides valuable insights into how users are interacting with your content.
5. **API (for Developers):**
* **What it is:** An Application Programming Interface (API) that allows developers to integrate TinyURL’s URL shortening functionality into their own applications.
* **How it Works:** Developers can use the TinyURL API to programmatically create short URLs from their own applications.
* **User Benefit:** Enables developers to automate the URL shortening process and integrate it seamlessly into their workflows.
* **Demonstrates Quality:** Provides a flexible and powerful way to use TinyURL’s functionality.
6. **Free to Use (Basic Functionality):**
* **What it is:** The core URL shortening service is available for free.
* **How it Works:** Users can create short URLs without creating an account or paying any fees.
* **User Benefit:** Makes URL shortening accessible to everyone.
* **Demonstrates Quality:** Shows TinyURL’s commitment to providing a valuable service to the community.
7. **No Account Required (for Basic Use):**
* **What it is:** Users can shorten URLs without needing to register for an account.
* **How it Works:** Simply visit the TinyURL website, paste the long URL, and click the “Shorten” button.
* **User Benefit:** Makes the URL shortening process quick and easy.
* **Demonstrates Quality:** Reduces friction and makes the service more user-friendly.
## Significant Advantages, Benefits & Real-World Value of TinyURL
TinyURL provides several tangible and intangible benefits:
* **Simplified Sharing:** Long URLs can be unwieldy and difficult to share, especially on social media. TinyURL simplifies the sharing process by creating shorter, more manageable links.
* **Improved Readability:** Short URLs are easier to read and remember, making them more appealing to users.
* **Character Limit Compliance:** Many social media platforms have character limits for posts. TinyURL allows you to share long URLs without exceeding these limits.
* **Enhanced Brand Recognition:** The custom alias feature allows you to create short URLs that incorporate your brand name, increasing brand visibility and recognition.
* **Tracking and Analytics:** The analytics feature provides valuable insights into the performance of your short URLs, allowing you to track clicks and measure the effectiveness of your marketing campaigns.
* **Convenience and Efficiency:** The bookmarklet and API features streamline the URL shortening process, making it faster and more efficient.
* **Cost-Effectiveness:** The basic URL shortening service is free to use, making it accessible to everyone.
Users consistently report that TinyURL’s simplicity is its biggest advantage. Our analysis reveals that short URLs generated by TinyURL are clicked more often on social media compared to their longer counterparts. This is likely due to the increased readability and trustworthiness of the shortened links.
## Comprehensive & Trustworthy Review of TinyURL
TinyURL is a reliable and user-friendly URL shortening service that offers a range of features to simplify the sharing and tracking of long URLs. While it may lack some of the advanced features of its competitors, its simplicity and ease of use make it a popular choice for individuals and businesses alike.
**User Experience & Usability:**
TinyURL’s website is clean and intuitive, making it easy to shorten URLs even for first-time users. The process is straightforward: simply paste the long URL into the provided field and click the “Shorten” button. The website is also mobile-friendly, allowing you to shorten URLs on the go. In our experience, the website loads quickly and is free of intrusive ads.
**Performance & Effectiveness:**
TinyURL’s URL shortening algorithm is efficient and generates unique short URLs consistently. The redirection process is fast and reliable. We have tested TinyURL with a variety of long URLs and have found that it consistently generates short URLs that redirect to the correct destination.
**Pros:**
* **Simple and easy to use:** TinyURL is incredibly easy to use, even for beginners.
* **Free to use (basic functionality):** The core URL shortening service is available for free.
* **Reliable and consistent:** TinyURL’s URL shortening algorithm is efficient and generates unique short URLs consistently.
* **Mobile-friendly:** The website is mobile-friendly, allowing you to shorten URLs on the go.
* **Custom alias feature:** Allows you to create short URLs that incorporate your brand name.
**Cons/Limitations:**
* **Limited analytics:** The analytics feature is basic and provides only limited information.
* **No link customization (beyond alias):** You cannot customize the appearance of the short URLs beyond the alias.
* **Potential for abuse:** Like all URL shortening services, TinyURL can be used to mask malicious links.
* **Reliance on a third-party service:** Your short URLs are dependent on TinyURL’s continued operation.
**Ideal User Profile:**
TinyURL is best suited for individuals and small businesses who need a simple and reliable URL shortening service. It is particularly useful for social media marketing, email marketing, and situations where space is limited.
**Key Alternatives:**
* **Bitly:** Bitly offers more advanced features than TinyURL, such as detailed analytics, link customization, and branded short domains. However, it is also more expensive.
* **Rebrandly:** Rebrandly focuses on branded short links and offers a wide range of customization options. It is a good choice for businesses that want to create a consistent brand experience.
**Expert Overall Verdict & Recommendation:**
TinyURL is a solid choice for a basic URL shortening service. Its simplicity, reliability, and free-to-use model make it a popular option for many users. While it may lack some of the advanced features of its competitors, it is a reliable and effective tool for simplifying the sharing of long URLs. We recommend TinyURL for users who need a simple and straightforward URL shortening solution.
## Insightful Q&A Section
Here are 10 insightful questions about hyperlinking, going beyond the basics:
1. **Q: How can I ensure my hyperlinks are accessible to users with screen readers?**
**A:** Use descriptive anchor text that clearly indicates the destination of the link. Avoid generic phrases like “click here.” For image hyperlinks, provide descriptive alt text. Ensure sufficient color contrast between the link and the surrounding text.
2. **Q: What’s the difference between absolute and relative URLs in hyperlinks, and when should I use each?**
**A:** Absolute URLs contain the full address (e.g., `https://www.example.com/page.html`), while relative URLs are relative to the current page’s location (e.g., `page.html` or `../page.html`). Use absolute URLs for linking to external websites and relative URLs for linking to pages within your own website. Relative URLs are more portable and less prone to breaking if you move your website.
3. **Q: How does Google treat hyperlinks with the `rel=”nofollow”` attribute, and when should I use it?**
**A:** The `rel=”nofollow”` attribute tells search engines not to pass link equity to the linked page. Use it when linking to untrusted websites, sponsored content, or user-generated content where you don’t want to vouch for the linked page’s quality.
4. **Q: What are some common mistakes to avoid when creating hyperlinks for SEO?**
**A:** Avoid using generic anchor text like “click here” or “learn more.” Don’t keyword stuff your anchor text. Don’t link to irrelevant or low-quality websites. Don’t create too many hyperlinks on a single page.
5. **Q: How can I use deep linking to improve user experience and SEO?**
**A:** Deep linking involves linking to a specific section or anchor point within a webpage. This allows users to quickly access the information they are looking for without having to scroll through the entire page. To implement deep linking, assign an ID to the target section and use the `#` symbol followed by the ID in the hyperlink’s URL.
6. **Q: How do I track the performance of my hyperlinks?**
**A:** Use a web analytics tool like Google Analytics to track the number of clicks on your hyperlinks. You can also use URL shortening services like Bitly, which provide detailed analytics about link clicks, location, and referral sources.
7. **Q: What are the best practices for linking to PDF documents?**
**A:** Indicate the file type in the anchor text (e.g., “Download the PDF document”). Ensure that the PDF document is optimized for search engines. Use descriptive file names. Consider providing a brief summary of the PDF’s content on the linking page.
8. **Q: How can I use hyperlinks to build relationships with other websites?**
**A:** Link to relevant and high-quality content on other websites. Reach out to the website owners and let them know that you’ve linked to their content. This can lead to reciprocal linking opportunities and collaborations.
9. **Q: What are some advanced techniques for using hyperlinks in email marketing?**
**A:** Use personalized hyperlinks that track individual user activity. Use dynamic hyperlinks that change based on user behavior. Use image hyperlinks to make your emails more visually appealing. Ensure that your hyperlinks are mobile-friendly.
10. **Q: How will the future of hyperlinking evolve with advancements in AI and semantic search?**
**A:** Future hyperlinking will likely become more context-aware and personalized. AI-powered search engines will be able to better understand the intent behind hyperlinks and deliver more relevant results. Semantic search will enable more sophisticated relationships between linked content, going beyond simple keyword matching. We may see more sophisticated forms of embedded content and interactive linking experiences.
## Conclusion: Mastering the Art of Hyperlinking
Mastering the art of how to hyperlink a word goes far beyond simply inserting a link. It involves understanding the underlying principles, choosing the right anchor text, optimizing for user experience and SEO, and ensuring accessibility for all users. By following the guidelines and best practices outlined in this comprehensive guide, you can create hyperlinks that enhance your content, improve your website’s search engine ranking, and build trust with your audience. Remember that the goal is always to provide value to your users by connecting them to relevant and helpful resources. As experts in content strategy, we believe that a thoughtful and strategic approach to hyperlinking is essential for success in today’s digital landscape. As you continue to create and share content online, remember the power of a well-placed hyperlink to enhance understanding, drive engagement, and build a more connected web.
Now, we encourage you to share your own experiences with how to hyperlink a word in the comments below. What challenges have you faced, and what strategies have you found to be most effective? Explore our advanced guide to internal linking for more in-depth strategies to boost your SEO. Contact our experts for a consultation on how to implement a comprehensive hyperlinking strategy for your website.