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.
Links from Instructables.com?
-
This is a silly newbie question. But will posting on www.instructables.com with some valuable content and url link back to my site help with "linking"?
Or do they put a no-follow on all links on their site?
Thanks for answering!
Ron
-
I'm doing some experimenting with Instructables, and some profile links are no-follow. I don't know if it's because the accounts are new, or that you need to have a PRO account to get follow links ...
- topic:timeago_earlier,3 years
-
Hi Ron,
I have a pdf explaining, I will PM you, which should answer all those questions:
- Your link isn't hyperlinked - hence not a link, just text
- The link I have shown is a "nofollow"
- Link to member profile page is dofollow
Hope this helps out mate!
-
Hi Michael,
I downloaded the seomoz tool bar which says it can check for nofollowed links.
When I tested it on this page: http://www.instructables.com/id/Make-a-Titanium-Ring/?comments=all#CHSFLAKHGH72CAL (one of the comments by J.R. YATES has two links in it) it did not show as a followed, or a no followed link.
When I click on link button from the seomoz tool bar and sort by "nofollow" (pink) and "follow" (green) the url link I put in the comments doesn't get highlighted either way. So I'm guessing that anything put in the comments section is not a link. Thoughts?
-
Wow! Thanks so much for the helpful tip Michael!
I'll download the extension now. Very helpful, thanks again sir!
Ron
-
Hi Ron,
Not a silly question at all mate!
It appears there aren't any "nofollow" attribute links on members profile pages, I had a look at this one as an example: http://www.instructables.com/member/JonnyBGood/. I'm not sure if that is for all member profiles though.
I only had a little chance to look at articles and couldn't see any links so can't comment on if they are "nofollow" or not. I would recommend downloading a "nofollow" toolbar extension on either Chrome or Firefox, that way when ever you view any site all nofollow links have a red dotted-line show up around them so you can instantly see the dofollow and nofollow links. It is helpful not just from a link building perspective, but also to see how authority can be directed around pages.
Hope this helps!
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
-
Should we Nofollow Social Links?
I've been asked the question of whether if we should nofollow all of our social links, would this be a wise thing to do? I'm not exactly getting a clear answer from search results and thought you guys would be best to ask 🙂 Thanks in advance.
Technical SEO | Apr 17, 2024, 5:26 PM | JH_OffLimits0 -
We switched the domain from www.blog.domain.com to domain.com/blog.
We switched the domain from www.blog.domain.com to domain.com/blog. This was done with the purpose of gaining backlinks to our main website as well along with to our blog. This set us very low in organic traffic and not to mention, lost the backlinks. For anything, they are being redirected to 301 code. Kindly suggest changes to bring back all the traffic.
Technical SEO | Nov 12, 2017, 10:15 AM | arun.negi0 -
How can I stop a tracking link from being indexed while still passing link equity?
I have a marketing campaign landing page and it uses a tracking URL to track clicks. The tracking links look something like this: http://this-is-the-origin-url.com/clkn/http/destination-url.com/ The problem is that Google is indexing these links as pages in the SERPs. Of course when they get indexed and then clicked, they show a 400 error because the /clkn/ link doesn't represent an actual page with content on it. The tracking link is set up to instantly 301 redirect to http://destination-url.com. Right now my dev team has blocked these links from crawlers by adding Disallow: /clkn/ in the robots.txt file, however, this blocks the flow of link equity to the destination page. How can I stop these links from being indexed without blocking the flow of link equity to the destination URL?
Technical SEO | May 12, 2017, 2:12 PM | UnbounceVan0 -
How does link juice flow through hreflang?
We want to use the hreflang tag on our site (direct users searching for the Spanish version of spanishdict.com to spanishdict.com/traductor). Before doing so, we were wondering how link juice flows through hreflang? Any insight or resources on this would be very helpful. Thanks!
Technical SEO | Jan 19, 2016, 1:43 PM | CuriosityMedia0 -
Fake Links indexing in google
Hello everyone, I have an interesting situation occurring here, and hoping maybe someone here has seen something of this nature or be able to offer some sort of advice. So, we recently installed a wordpress to a subdomain for our business and have been blogging through it. We added the google webmaster tools meta tag and I've noticed an increase in 404 links. I brought this up to or server admin, and he verified that there were a lot of ip's pinging our server looking for these links that don't exist. We've combed through our server files and nothing seems to be compromised. Today, we noticed that when you do site:ourdomain.com into google the subdomain with wordpress shows hundreds of these fake links, that when you visit them, return a 404 page. Just curious if anyone has seen anything like this, what it may be, how we can stop it, could it negatively impact us in anyway? Should we even worry about it? Here's the link to the google results. https://www.google.com/search?q=site%3Amshowells.com&oq=site%3A&aqs=chrome.0.69i59j69i57j69i58.1905j0j1&sourceid=chrome&es_sm=91&ie=UTF-8 (odd links show up on pages 2-3+)
Technical SEO | Sep 15, 2014, 12:34 PM | mshowells0 -
Correct linking to the /index of a site and subfolders: what's the best practice? link to: domain.com/ or domain.com/index.html ?
Dear all, starting with my .htaccess file: RewriteEngine On
Technical SEO | Jul 25, 2013, 6:54 PM | inlinear
RewriteCond %{HTTP_HOST} ^www.inlinear.com$ [NC]
RewriteRule ^(.*)$ http://inlinear.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.html
RewriteRule ^(.)index.html$ http://inlinear.com/ [R=301,L] 1. I redirect all URL-requests with www. to the non www-version...
2. all requests with "index.html" will be redirected to "domain.com/" My questions are: A) When linking from a page to my frontpage (home) the best practice is?: "http://domain.com/" the best and NOT: "http://domain.com/index.php" B) When linking to the index of a subfolder "http://domain.com/products/index.php" I should link also to: "http://domain.com/products/" and not put also the index.php..., right? C) When I define the canonical ULR, should I also define it just: "http://domain.com/products/" or in this case I should link to the definite file: "http://domain.com/products**/index.php**" Is A) B) the best practice? and C) ? Thanks for all replies! 🙂
Holger0 -
Moving from a .com to .co.uk
I need to migrate a wordpress site from domainname.com to domainname.co.uk. If I just put a 301 on every page on the .com will that cover it? Would it make sense to go and change all the backlinks/profile links to the new .co.uk site or doesn't it matter if you have a 301 redirect on it? Thanks
Technical SEO | Feb 27, 2013, 8:29 AM | littlesthobo0 -
What is link Schemes?
Hello Friends, Today I am reading about link schemes on http://support.google.com/webmasters/bin/answer.py?hl=en&answer=66356 there are a several ways how to avoid Google penalties and also talk about the low quality links. But I can't understand about "Low-quality directory or bookmark site links" Is there he talked about low page rank, Alexa or something else?
Technical SEO | Nov 27, 2012, 1:09 PM | KLLC0