Skip to main content

Questions tagged [relative-urls]

2 votes
2 answers
381 views

I have migrated from Joomla to WordPress and after migration I understood my relative URLs like /abc has changed to abc (the / is omitted.) So if I am on page example.com/efg, my relative link seems ...
Sarah's user avatar
  • 21
1 vote
2 answers
97 views

I have created a website recently and was checking if google has indexed my website on google console. My home page is indexed but my other leaf pages connected to my home page are not indexed yet. &...
sourav sankpal's user avatar
1 vote
1 answer
711 views

I've got a website with includes the following directive in the HEAD section: <base href="https://example.com" /> Now, I want to create internal links to sections within the page '...
Hookstark's user avatar
  • 423
1 vote
1 answer
398 views

Should I use absolute paths for CSS or JS resources in <link and <script tags? Is there any reason? Some SEO optimization say fix it, should I do it for any reason? I do not know why, if ...
Mohammad Hossein Fattahizadeh's user avatar
2 votes
1 answer
141 views

The HTML Microdata Working Draft shows the following example: Assuming a page at http://example.net/some/dataexample contains the following code: <section itemscope itemtype="http://example.org/...
BenMorel's user avatar
  • 281
2 votes
0 answers
198 views

I'm using an old free web crawler called Xenu Link Sleuth to find broken links on my site. Normally it works well enough for my needs, but the site that I'm testing it on right now seems to ...
Pikamander2's user avatar
0 votes
2 answers
143 views

I have a link on my website to my FB business page, it is the exact URL for the FB page, but whenever I try to access that link FB throws up a security check. I'm making an attempt to use FB to ...
zod's user avatar
  • 305
6 votes
2 answers
4k views

I'm writing the Schema.org JSON-LD for a website now. For a url within my site, what will work / best practice? "url": "http://myawesomesite.com/content.html" or "url": "/content.html"
rmcn96's user avatar
  • 61
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
2 votes
1 answer
793 views

Is it a problem to put a schemaless URL in a canonical tag? Example: page URL is http://example.com while canonical tag is <link rel="canonical" href="//example.com" />.
user avatar
6 votes
3 answers
1k views

Can I use: <link rel="alternate" hreflang="en" href="?l=en" /> to link pages with different languages for SEO (recommended for example by Google)? Can that URL be relative as in the example ...
PetaspeedBeaver's user avatar
1 vote
1 answer
114 views

I have couple of domains. One in the singular form and other in the plural. The singular one has more traffic and plural one is new and has a chance of getting visitors on the homepage. Both the ...
Maroof Mandal's user avatar
2 votes
1 answer
188 views

How do you correctly display the url property value of your website's landing page? Do I need to specify the full name like "www.example.com" or is "/" sufficient? I currently have it like this: &...
Brendan Vogt's user avatar
  • 1,115
4 votes
2 answers
196 views

Let's assume I have website example.com and 1000s of inner pages. Is there any difference in terms of SEO ranking (SERP) when I link to my home page from all the inner pages using "/" and "example....
Mani's user avatar
  • 1,327
9 votes
1 answer
18k views

I am trying to make my url from this: example.com/view.php?id=15 To this: example.com/watch/15 My code in .htaccess is as follows: Options -Indexes Options +FollowSymlinks RewriteEngine On ...
Undefined's user avatar
  • 213

15 30 50 per page