Distinguish between external and internal absolute resources #2

Open
opened 2022-11-25 21:16:53 +00:00 by Nulo · 1 comment
Owner

For example, WordPress inserts images with the site's domain in it.

For example, WordPress inserts images with the site's domain in it.
Author
Owner

There's many ways to get the domains of the site to detect this:

  • Through rel=canonical: <link rel="canonical" href="https://sutty.nl//">
  • Through og:url: <meta property="og:url" content="https://sutty.nl//">
  • By passing the known domains as an option. The Sutty panel already knows which domains the site will be accessible as.
There's many ways to get the domains of the site to detect this: - Through rel=canonical: `<link rel="canonical" href="https://sutty.nl//">` - Through og:url: `<meta property="og:url" content="https://sutty.nl//">` - By passing the known domains as an option. The Sutty panel already knows which domains the site will be accessible as.
Nulo added the
priority:high
label 2022-11-26 23:55:14 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Nulo/site-analyzer#2
No description provided.