You could try searching NerdyData for a search operator like below:
href="http://example.com
Make sure to leave the closing quotation mark out to account for any sub pages.
This may or may not return some different results, it's worth a shot.
Welcome to the Q&A Forum
Browse the forum for helpful insights and fresh discussions about all things SEO.
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.
You could try searching NerdyData for a search operator like below:
href="http://example.com
Make sure to leave the closing quotation mark out to account for any sub pages.
This may or may not return some different results, it's worth a shot.
I would tell your client to not worry about it. I didn't know that GoDaddy was in the SEO consulting business now?
I found this as an explaination of what a GoDaddy SEO Checklist Stop Word means:
Words that are common do not help search engines understand documents. Exceptionally common terms, such as the, are called stop words. While search engines index stop words, they are not typically used or weighted heavily to determine relevancy in search algorithms.
It sounds like more of a warning to me. I wouldn't worry about it.
To 301 redirect all files in the direct to the new directory in .htaccess, try this:
RewriteEngine On
RewriteRule ^old\ foldr/(.*) /newfolder/$1 [R=301,NC,L]
This should redirect all HTML pages, images, you name it. It should also account for the space too.
You'll want to move all your files to the new folder location so when the redirect happens your end user doesn't receive a 404 error.
I personally don't think it would make a difference one way or the other, as long as the proper 301 redirects are put into place and all traffic to the old URLs is sent to the correct new URL.
I do, however, think the sub-directory approach looks cleaner. Anything beyond the first sub-domain looks spammy to me (or just sloppy). That's just me though.
I don't think it's Google that is causing the problem, perhaps it's the browser.
In Chrome, I searched for your keyword. I noticed the '%20' (the HTML character for a space) in the URL of the first result. When I moused over the result, the HREF that showed had a space in the URL in place of the '%20'. When I clicked on the result, it correctly sent me to your page, and did not replace '%20' with a '+' symbol - which can also be used to replace a space.
Have you tried writing .htaccess redirects to send users to the correct page if they encounter a situation where they are attempting to hit the + URL when they should hit the '%20' URL?
If the structure is identical (I'm not clear on that from your post) then why not do a global redirect from the old content to the new content
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !newdomain.com$ [NC]
RewriteRule ^(.*)$ http://newdomain.com/$1 [L,R=301]
This should redirect old pages to the same structure on the new domain, including images.
I understand what you are referring to about having to hide certain elements on smaller screens. Sometimes not everything fits or flows correctly.
When this happens, however, I try to hide design elements as opposed to text or links. I'm also OK with hiding images. If a block of text or a link seems out of place or doesn't flow properly, I will build a dropdown for it. I'm sure you've seen mobile sites with dropdown navigation menus.
I wouldn't leave it to up to Google to interpret what you are doing. Don't hide any links.
The thing is though - these methods will not increase your rankings. Google has pretty much devalued any links that we have some form of control over (directories, forums, blog comments, social bookmarking sites - even guest posting).
If all you plan to do is drop your links in social bookmarking sites, you're probably just wasting your time. It's not likely that these links will be worth anything to search engines - even if they are followed links. The time you spend building these links could be spend developing great content, or working on other link-building opportunities that would be more worthwhile.
As far as blog comments go - if your goal is to get backlinks, it's not a good idea. These links are nofollowed and too many of them will look spammy to search engines. If you are commenting to engage with the content author, that's a different story. I often comment on other sites to engage with the content author and start a conversation. I sometimes choose to include my website as a reference, but I often choose to leave it out.
Yes the presence of BingSiteAuth.xml or the lack-thereof doesn't really give you a definitive answer, but it does give you a little insight into the situation.
There is really no way to know for sure if they have activated or are using Webmaster Tools accounts unfortunately, unless you have access to their email accounts.
I am not aware of anyway to determine if a site has implemented Google Webmaster Tools or not, as they could have verified it with by uploading a randomly named file, or through Google Analytics. I would say if they are fairly large site and have Google Analytics (which you can determime by viewing the source code of the site) they probably have GWMT as well.
To determine if Bing Webmaster Tools are in use, you can go to http://example.com/BingSiteAuth.xml (replace the domain name) and see if the file exists. If it does, then they activated Bing Webmaster Tools. If the file does not exist, it either means that they never activated Bing Webmaster Tools, or they did and were smart enough to delete the file from their server.
Hope this helps!
Why not try to avoid the problem altogheter? I assume the below line is site-wide:
If you remove the index, follow meta tag, your pages will still be indexed and followed. Then allow your authors to decide on a post-by-post basis if they want to noindex or nofollow the page.
If all you plan to do is drop your links in social bookmarking sites, you're probably just wasting your time. It's not likely that these links will be worth anything to search engines - even if they are followed links. The time you spend building these links could be spend developing great content, or working on other link-building opportunities that would be more worthwhile.
As far as blog comments go - if your goal is to get backlinks, it's not a good idea. These links are nofollowed and too many of them will look spammy to search engines. If you are commenting to engage with the content author, that's a different story. I often comment on other sites to engage with the content author and start a conversation. I sometimes choose to include my website as a reference, but I often choose to leave it out.
I would tell your client to not worry about it. I didn't know that GoDaddy was in the SEO consulting business now?
I found this as an explaination of what a GoDaddy SEO Checklist Stop Word means:
Words that are common do not help search engines understand documents. Exceptionally common terms, such as the, are called stop words. While search engines index stop words, they are not typically used or weighted heavily to determine relevancy in search algorithms.
It sounds like more of a warning to me. I wouldn't worry about it.
The number of categories you have on your WordPress blog should accurately reflect the content you write about. If you have a legitimate need for 50 categories, then by all means, 50 categories it is. If your content all falls under 5 categories, then that is all you should need.
Essentially, let your content dictate how many categories your blog has. Remember to look out for duplicate content, or pages with little to no content. It's possible that you have a single blog post that is tagged to two categories - and those categories have no other posts attributed to them. The category pages will then show short excerpts of the content (little to no content), and be essentially identical because the same post is tied to them (duplicate content).
I understand what you are referring to about having to hide certain elements on smaller screens. Sometimes not everything fits or flows correctly.
When this happens, however, I try to hide design elements as opposed to text or links. I'm also OK with hiding images. If a block of text or a link seems out of place or doesn't flow properly, I will build a dropdown for it. I'm sure you've seen mobile sites with dropdown navigation menus.
I wouldn't leave it to up to Google to interpret what you are doing. Don't hide any links.
Moz has published a lot of posts on Link Building: http://moz.com/blog/category/link-building most of them have some solid advice.
If the structure is identical (I'm not clear on that from your post) then why not do a global redirect from the old content to the new content
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !newdomain.com$ [NC]
RewriteRule ^(.*)$ http://newdomain.com/$1 [L,R=301]
This should redirect old pages to the same structure on the new domain, including images.
I personally don't think it would make a difference one way or the other, as long as the proper 301 redirects are put into place and all traffic to the old URLs is sent to the correct new URL.
I do, however, think the sub-directory approach looks cleaner. Anything beyond the first sub-domain looks spammy to me (or just sloppy). That's just me though.
Yes the presence of BingSiteAuth.xml or the lack-thereof doesn't really give you a definitive answer, but it does give you a little insight into the situation.
There is really no way to know for sure if they have activated or are using Webmaster Tools accounts unfortunately, unless you have access to their email accounts.
All SEO and no play makes Brad a happy boy.
Looks like your connection to Moz was lost, please wait while we try to reconnect.