That's what I suspected! Sorry then, can't help as I don't have too much experience with mention.net.
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.
Posts made by JSTRANDELL
-
RE: How to track mentions with links using Mentions App
-
RE: How to track mentions with links using Mentions App
Hi Jason,
Which app are you referring to? I know that in Fresh Web Explorer you can do the following query:
example -rd:example.com
Where example is the brand name and example.com the domain. This will find any mentions of the brand that doesn't include a link to your website.
Perhaps this can help?
-
RE: Redirect root domain to www
Hi Eric,
I'm glad I could help! Feel free to send me a PM if you need further help.
-
RE: Redirect root domain to www
I do not use Apache that much unfortunately (prefer Nginx), but assuming you are using Apache, you'd probably want to add something like this:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^brickmarkers.com
RewriteRule (.*) http://www.brickmarkers.com/$1 [R=301,L] -
RE: Redirect root domain to www
Both yes and no. It doesn't directly hurt your ranking to use your root domain for web, but it can affect your rankings to use both www. and the root domain. Typically what most people do is to redirect either www. or the root domain to the other, with the most common being redirecting the root domain with a HTTP 301 to the www.
In your case, this means that everyone visiting brickmarkers.com would be redirected to www.brickmarkers.com. This is helpful from a SEO perspective, as the "link juice" will be passed from brickmarkers.com to www.brickmarkers.com, consolidating all of your ranking power to one domain, instead of splitting it up over two.
The problem described in the quotation you included is however that you are tracking rankings for www.brickmarkers.com, but that it may sometimes be brickmarkers.com that shows up in the serp, and therefore the tracking isn't working correctly (or that's at least how I interpret it).
You can redirect the entire domain, you don't need to redirect the entire site. You can use this page on MOZ to read more about the 301 redirect and how to implement it: