Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Trying to find all internal links to a specific page (without index)
-
Hi guys --
Still waiting on Moz to index a page of mine. We launched a new site over two months ago.
In the meantime, I really just need a list of internal links to a specific page because I want to change its URL. Does anybody know how to find that list (of internal links to 1 of my pages) without the Moz index?
I appreciate the help!
-
@marchexmarketingmcc intelligible results from Google tools is never to be expected.
-
Hi! You can use Screaming Frog and Google Search Console, as it is mentioned in this article: https://rush-analytics.com/blog/find-all-pages-on-website
Also, they've mentioned their own tool, but I haven't tried it yet. -
You can make complete Crawl of your webpage with Screaming Frog. If the number of pages is not large. You can check the internal Links and export it. With Pivot tables you can identify all pages which link to a specific page.
-
If you have a new page that replaces an out of date one. Maybe you'd be better off putting a 301 redirect in place.?
-
Screaming Frog
-
My answer is outdated, now it works like this:
- Go to Google Search Console (former Webmaster Tools) and chose the site you want.
- On the left-hand menu, select LINKS, there you can also see your sites Internal links.
-
@sceorily Yes my answer is more than 4 years old...
now the link in the Google Search Console (former Webmaster Tools) is called LINKS. There you can also see your sites Internal links.
The asteriks were wrong formatting from my side I guess.
-
If you are wanting to find all internal links on a specific page on your website. You can follow these steps in Ahref webmaster tool:
- Enter your website URL in Site Explorer
- Then, Click on Internal Backlinks - Where you can see all internal backlinks of specific page of your website.
I hope this helps!
-
@cesare-marchetti Hi there. As Moz has reminded me just now, it's almost 2022. I'm afraid your instruction appears to be out of date. Google has moved the Search box, and I find no "Traffic" link. By the way, are the ** (asterisks) supposed to be included in the search string? I tried with and without, no intelligible results.
Then again, intelligible results from Google tools is never to be expected.
I'll keep trying. But this is like throwing darts blindfolded, and not even knowing which direction the dartboard is.
-
Download XENU - http://home.snafu.de/tilman/xenulink.html - run a crawl of your site and right click the properties of any page to see all internal links linking to that page.
-
Simple enough. Thanks Cesare.
-
Hi, you can use Search Console (Webmaster Tools) for that and see a list of internal links for your website as follows:
- On the Webmaster Tools Home page, click the site you want.
- On the left-hand menu, click **Search **Traffic, and then click Internal Links.
Cheers,
Cesare
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Find all external 404 errors/links?
Hi All, We have recently discovered a site was linking to our site but it was linking to an incorrect url, resulting in a 404 error. We had only found this by pure chance and wondered if there was a tool out there that will tell us when a site is linking to an incorrect url on our site? Thanks 🙂
Technical SEO | | O2C0 -
Updating inbound links vs. 301 redirecting the page they link to
Hi everyone, I'm preparing myself for a website redesign and finding conflicting information about inbound links and 301 redirects. If I have a URL (we'll say website.com/website) that is linked to by outside sources, should I get those outside sources to update their links when I change the URL to website.com/webpage? Or is it just as effective from a link juice perspective to simply 301 redirect the old page to the new page? Are there any other implications to this choice that I may want to consider? Thanks!
Technical SEO | | Liggins0 -
How to block text on a page to be indexed?
I would like to block the spider indexing a block of text inside a page , however I do not want to block the whole page with, for example , a noindex tag. I have tried already with a tag like this : chocolate pudding chocolate pudding However this is not working for my case, a travel related website. thanks in advance for your support. Best regards Gianluca
Technical SEO | | CharmingGuy0 -
How to find all crawlable links on a particular page?
Hi! This might sound like a newbie question, but I'm trying to find all crawlable links (that google bot sees), on a particular page of my website. I'm trying to use screaming frog, but that gives me all the links on that particular page, AND all subsequent pages in the given sub-directory. What I want is ONLY the crawlable links pointing away from a particular page. What is the best way to go about this? Thanks in advance.
Technical SEO | | AB_Newbie0 -
Tool to search relative vs absolute internal links
I'm preparing for a site migration from a .co.uk to a .com and I want to ensure all internal links are updated to point to the new primary domain. What tool can I use to check internal links as some are relative and others are absolute so I need to update them all to relative.
Technical SEO | | Lindsay_D0 -
How to handle (internal) search result pages?
Hi Mozers, I'm not quite sure what the best way is to handle internal search pages. In this case it's for an ecommerce website with about 8.000+ products and search pages currently look like: example.com/search.php?search=QUERY+HERE. I'm leaning towards making them follow, noindex. Since pages like this can be easily abused for duplicate content and because I'd rather have the category pages ranked. How would you handle this?
Technical SEO | | Qon0 -
Do web pages have to be linked to a menu?
I have a situation where people search for terms like, say 1978 one dollar bill. Even though there never was a 1978 one dollar bill. I want to make a page to capture these searches but since there wasn't such a thing as a one dollar bill I don't want it connected to the rest of my content which is reality based. Does that make sense? Anyway, my question is, can I publish pages that aren't linked to my menu structure but that will be searchable or, am I going to have to figure out a way to make these oddball pages accessible through my menu?
Technical SEO | | Banknotes0 -
How to Redirect only specific pages to new domain
My HTACCESS FILE IS AS FOLLOWS: rewriteengine on
Technical SEO | | askthetrainer
rewritecond %{HTTP_HOST} ^mydomain.com$
rewriterule ^mydomain/(.*)$ "http://www.mydomain.com/$1" [R=301,L] #4d864805b49b5 I want to move ONLY specific pages from this domain to a new domain How do I edit my HTACCESS (which redirects http:// to www.) to move specific pages from old domain (which I have to delete) to new domain.... I.e. http://mydomaon.com/move.html needs to move to http://mynewdomain.com/move.html Where i can delete the original domains0