Skip to main content

Questions tagged [hyperlink]

Filter by
Sorted by
Tagged with
2 votes
2 answers
387 views

I have a page with about a dozen resources. Each resource has a title and a description, then links to play a video tutorial, go to a lesson on the topic, and to visit the documentation pages. The ...
pitzki's user avatar
  • 121
1 vote
0 answers
19 views

I have a Web site. On one of the pages of my site, there are two hyperlinks to USPTO (US Patent & Trademark Office) resources, among other content and hyperlinks. One of these two hyperlinks is of ...
Richard's user avatar
  • 11
4 votes
1 answer
665 views

If using a URL as anchor text (= visible link text) - is this bad practice and why? Are there any good reasons to use a URL as anchor text? Example: URL as anchor text: <a href="https://...
Sybille Peters's user avatar
3 votes
1 answer
892 views

I'm afraid I couldn't understand the information available about this feature. A canonical link should be the "canonical" or "preferred" version of a web page. An alternate link ...
Nemalp's user avatar
  • 31
1 vote
1 answer
172 views

I've a website which is in en-US and fr-FR and I'm building links for the en version of the website. Should I put all the fr links on the English version nofollow? Is it a good practice?
P082's user avatar
  • 470
2 votes
0 answers
27 views

In HTML code for an email is there a way to have a fallback URL when a primary URL cannot be handled? For example: Open app when using Android Open website when clicking on it on a desktop I know how ...
UberFace's user avatar
  • 121
0 votes
2 answers
48 views

We're a design company. I wonder if adding a list of client websites we have completed as a section after our site map webpage (rather than XML file) will hurt our SEO? (or even help our SEO?) They ...
Insight's user avatar
  • 199
2 votes
0 answers
865 views

We're deploying OSticket (uses Apache 2.4 & PHP-7.0-fpm) and want to hyperlink to network shared files (eg \\servername\foo) But this proves to be very difficult as this file is not in the webroot ...
WouterVE's user avatar
2 votes
2 answers
1k views

I have seen some of the websites who are using nofollow at mail address. I want to know about it that if I use it so will I get any benefit from SEO purpose. Example
Mazharul Haq SEO's user avatar
3 votes
2 answers
4k views

I'm taking over a website for a client after they ended their working relationship with the SEO company they was working with. On the website, the SEO company repeatedly linked keyword phrases to ...
laynehuber's user avatar
2 votes
2 answers
780 views

Should blog posts be linked on the home page or is it sufficient to have a /blog page with all the links on it? I know the home page generally has the largest page authority so I was wondering ...
Oliver K's user avatar
  • 271
2 votes
1 answer
858 views

Is this the absolute ONLY correct way to indicate a paginated series of pages to search engines? <head> <link href="www.example.co.uk/news/?page=8" rel="prev"> <link href="www....
Hannah C.'s user avatar
  • 368
4 votes
2 answers
6k views

I am about switch to HTTPS for a site with about 1000 pages. All external libraries for the theme are secure and all internal ones will be changed over via 301 redirects. What about anchor links ...
dasickle's user avatar
  • 3,658
4 votes
1 answer
1k views

So I am making an HTML sitemap for my users, mostly to see how it affects SEO, and to see if it would be beneficial visitor-wise. Is there any difference between the two types of links, and how ...
nick-w-nick's user avatar
0 votes
2 answers
3k views

I am using apache web server for my project. I am creating hyperlinks for local files in my system. The hyperlinks are getting displayed but the problem is when i click it says 403 Forbidden and gives ...
Vignesh O K's user avatar
5 votes
1 answer
75 views

I have an HTML code like this: <a href="http://example.com/kitten_image.jpg" title="Cute Kittens" download> <span title="Cute Kittens">Download</span> </a> The problem with ...
Marvin Lewis's user avatar
2 votes
1 answer
129 views

I have noticed some phishing emails that copy format that Google or Gmail use in their URLs for account login or OAuth logins: https://accounts.google.com/ I've seen URLs like http://accounts....
Drenai's user avatar
  • 123
2 votes
1 answer
2k views

I've seen a lot of websites where posts have h1 headers that contain hyperlinks: <h1 class="title"> <a href="link">Title</a> </h1> enter code here I don't know if this ...
Ahmad Yousef's user avatar
1 vote
2 answers
227 views

<a href="http://example.com" title="my keyword"></a> Can I build back links like this? Is this black hat or white hat?
Milan Shah's user avatar
8 votes
2 answers
5k views

Let's say I want to link to a parent directory (http://example.com/library/) from a subdirectory (http://example.com/library/html/basics/). The link to the parent directory can be: href="../../" ...
Jakub Kliský's user avatar
3 votes
3 answers
13k views

I'm making a new layout for our website, and I want to make a list using the unordered list tag (ul) to show our offers. But because of our design I would like to use the h3 tag into an a element. ...
bumerang's user avatar
  • 163
3 votes
1 answer
1k views

I'm using the Yii Framework, with Bootstrap 3, and have noticed the default pagination behavior on the first and last pages is a little strange. On page 2 of 3 the links look like: < Prev | 1 | 2 ...
Arth's user avatar
  • 609
9 votes
4 answers
25k views

Is <a href=" #id "> (note spaces) correct (X)HTML? Does it mean the same as <a href="#id">?
porton's user avatar
  • 383
0 votes
1 answer
116 views

Please excuse me if this is the wrong site to post this type of issue to. However, after examining all of the Stack Exchange websites, this looked like the best one to post my question to: I came ...
InterLinked's user avatar
11 votes
1 answer
2k views

I have a page that is not linked to from anywhere, but it is listed in sitemap.xml. It will be crawled and display in the SERP. Would it be preferable, from a SEO perspective, to have the page ...
nathanziarek's user avatar