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
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
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
-
Is there a way to get a list of all pages of your website that are indexed in Google?
I am trying to put together a comprehensive list of all pages that are indexed in Google and have differing opinions on how to do this.
Technical SEO | | SpodekandCo0 -
How to set up internal linking with subcategories?
I'm building a new website and am setting up internal link structure with subcategories and hoping to do so with best Seo practices in mind. When linking to a subcategory's main page, would I make the internal link www.xxx.com/fishing/ or www.xxx.com/fishing/index.html or does it matter? I'm just trying to avoid duplicate content I guess, if Google saw each page as a separate page. Any other cautions when using subdirectories in my navigation?
Technical SEO | | wplodge0 -
How do I find which pages are being deindexed on a large site?
Is there an easy way or any way to get a list of all deindexed pages? Thanks for reading!
Technical SEO | | DA20130 -
Ok to internally link to pages with NOINDEX?
I manage a directory site with hundreds of thousands of indexed pages. I want to remove a significant number of these pages from the index using NOINDEX and have 2 questions about this: 1. Is NOINDEX the most effective way to remove large numbers of pages from Google's index? 2. The IA of our site means that we will have thousands of internal links pointing to these noindexed pages if we make this change. Is it a problem to link to pages with a noindex directive on them? Thanks in advance for all responses.
Technical SEO | | OMGPyrmont0 -
Does anchor text penalty apply to internal links?
We already know that over optimsied anchor text for external will cause a penalty. But what about internal links? All of our blog posts include an advertisement linking sales pages. These links all use the exact same anchor text. Is linking to an internal page from so many other pages (blog posts) likely to trigger a penalty? Here is an example: http://www.designquotes.com.au/business-blog/four-ways-to-enhance-your-e-commerce-site-for-busy-shoppers/ This links to http://www.designquotes.com.au/web-design-quotes Many of the posts link to the same page using the anchor text "Compare Web Design Quotes from Local Designers."
Technical SEO | | designquotes0 -
What is the best way to find stranded pages?
I have a client that has a site that has had a number of people in charge of it. All of these people have very different opinions about what should be on the site itself. When I look at their website on the server I see pages that do not have any obvious navigation to them. What is the best way to find out the internal linking structure of a site and see if these pages truly are stranded?
Technical SEO | | anjonr0 -
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