Backlink indexing is the process of helping Google discover and crawl the page that contains the link. You cannot submit a backlink as a separate item. If you own the source page, you can request indexing through Google Search Console. If another website owns it, you cannot submit that page through your own Search Console property.
Backlink Indexing at a Glance
| Objective | Correct action | What you cannot do |
|---|---|---|
| Help Google discover a backlink | Make the source page crawlable and link to it from other known pages | Submit the backlink itself |
| Request a crawl of your own source page | Use URL Inspection in Google Search Console | Request indexing for a page outside your property |
| Help Google find multiple source pages | Use internal links and an XML sitemap | Force Google to index every URL |
| Check whether Google knows about your link | Review Search Console's Links report | Treat the Links report as a complete backlink database |
1. Make Sure the Backlink Is Crawlable
Google generally discovers links through a standard HTML anchor element with an href attribute:
<a href="descriptive anchor text
</a>
The source page should also:
- Return a successful HTTP response, normally
200 OK - Be publicly accessible without a login
- Avoid blocking Googlebot with robots.txt
- Avoid a
noindexdirective if you want the page indexed - Use a real, resolvable URL in the
hrefattribute - Place the link in visible, useful content rather than hidden text or an isolated link
A crawlable link helps Google find the target page and understand the relationship between the two pages.
A JavaScript-generated link may still be crawlable if the rendered HTML contains a standard anchor element with an href. A custom element such as <span href="...">, or a link that works only through a JavaScript click event, is less reliable.
2. Check Whether the Source Page Is Indexable
The source page is the page containing your backlink. Inspect that page, not only the page receiving the link.
If you own the source website:
- Open Google Search Console.
- Select the correct website property.
- Open URL Inspection.
- Enter the complete source-page URL.
- Review the indexing status.
- Fix any technical issues.
- Select Request indexing.
URL Inspection can show whether Google knows about the page, whether it can crawl and index it, and which canonical URL Google selected. The URL must belong to the Search Console property you are using.
If the backlink appears on someone else's website, that site's owner must request indexing for the source page. You can ask the publisher to inspect or update the page, but your Search Console account cannot submit a URL from another property.
3. Improve the Page Containing the Backlink
Getting a weak source page indexed is not a reliable SEO strategy. The page should give readers a clear reason to follow the link.
Consider the following changes:
- Add original, useful information
- Make the backlink fit the surrounding paragraph
- Use descriptive anchor text
- Link to the most relevant page on your website
- Remove duplicate or thin versions of the content
- Add internal links from established pages on the same website
- Keep the page accessible through normal site navigation
For example, a link to a technical SEO guide makes more sense in an explanation of crawling, indexing or website audits. A random link in a generic directory, profile page or unrelated article provides little context.
Google recommends anchor text that helps users and search engines understand the linked page.
4. Use the Correct Link Attributes
A normal editorial link does not need a rel attribute:
<a href="technical SEO guide
</a>
Use the appropriate attribute when the link relationship requires it:
<a rel="sponsored" href="sponsored resource
</a>
<a rel="ugc" href="community recommendation
</a>
Google recommends rel="sponsored" for paid or compensated placements and rel="ugc" for user-generated content, including forum posts and comments. Google also supports `rel="nofollow"`` when you do not want to associate your website with the linked page or prefer not to have Google crawl the link from your site.
Do not remove or misuse these attributes to make a link appear more valuable. Paid links and other attempts to manipulate rankings can violate Google's spam policies.
5. Submit the Source Page Through an XML Sitemap
If you control the website containing several new or updated backlinks, add the relevant source pages to an XML sitemap and submit it through Google Search Console.
A sitemap helps Google find multiple URLs. It does not guarantee that Google will crawl or index every page. Google recommends using a sitemap for many URLs instead of submitting each one individually through URL Inspection.
A sitemap entry may look like this:
<url>
<loc><lastmod>2026-09-20</lastmod>
</url>
Only include canonical, indexable URLs that you want Google to access.
6. Build Internal Links to the Source Page
A new source page is easier for Google to find when established pages on the same website link to it. Add internal links from:
- The main navigation
- Category or resource pages
- Related articles
- The homepage, when appropriate
- Existing pages that Google crawls regularly
Google says it can discover a page through a sitemap, a crawl request or a link from another known page.
Internal links improve discovery, but they do not force indexing. The page still needs to meet Google's technical and quality requirements.
7. Ask the Publisher to Update an External Backlink
When another website contains the backlink, send the publisher a specific request. Ask them to confirm that:
- The page is publicly accessible
- The page is not blocked from indexing
- The link uses a standard HTML anchor
- The link points to the correct final URL
- The page is not a duplicate or outdated version
- The link fits the surrounding content
Do not ask publishers to hide links, create automated pages or add links to unrelated content. Google treats hidden links, manipulative link schemes and paid links that attempt to influence rankings as spam risks.
8. Check Whether Google Has Found the Backlink
For links pointing to your website, open:
Google Search Console → Links → External links
The Links report can show top linking sites, top linked pages and sample external links Google has found. It is not a complete list of every backlink. Google may omit links from pages it has not indexed, combine duplicate links or show only a sample of the full link profile.
Use the report to check whether Google has found a link. Do not treat it as a final test of whether the link passes ranking value.
How Long Does Backlink Indexing Take?
There is no guaranteed indexing time. Google says a request may take up to a week or two, may take longer and does not guarantee that the page will enter the index.
The process is:
- Publish the backlink on a useful, crawlable page.
- Link to that page internally.
- Add the page to an XML sitemap if you control the website.
- Request indexing if the page belongs to your Search Console property.
- Ask an external publisher to take these steps when the page belongs to them.
- Check the Links report over time.
What Does Not Reliably Index Backlinks?
Avoid relying on:
- Bulk backlink indexing tools
- Automated URL-submission services
- Hidden links
- Link farms and private blog networks
- Mass-produced guest posts
- Unrelated directory pages
- Spam comments and forum profiles
- Paid links without the correct
relattribute
Google does not offer a tool that guarantees indexing. A crawl request is only a request. The soundest approach is to publish or earn a relevant backlink on a useful page that Google can access, understand and crawl.