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.
My brand name has 2 words but Google only indexing as 1 word. Is there a fix?
-
Hi all...I'm at a loss. I've never had this happen. Google only shows pages of my site when I search the brand name as one word.
When I Google the site as one word BrandBrand- it only shows my blog page and about us page plus Twitter and Facebook on page 1. The homepage does not show up at all.
When I Google the site as two words Brand Brand - My Facebook page is on page 1 but nothing else. The homepage isn't showing up at all.
When I search both words on Bing and Yahoo both are indexing it as two words and shows on page 1.
Any ideas?
-
@TexasBlogger Here are a few potential reasons for the issue:
Google's indexing: Sometimes, Google's indexing algorithms may take time to properly crawl and index your website. It's possible that your homepage hasn't been fully indexed yet.
Brand name competition: If your brand name consists of common words or phrases, it could face tougher competition in search results. Other websites or brands with similar names might be overshadowing your homepage.
Search engine preferences: Different search engines can have variations in their algorithms and indexing processes. It's possible that Bing and Yahoo are interpreting your brand name as two separate words, while Google treats it as a single word. This can affect the way your homepage appears in their search results.
Website optimization: Double-check your homepage's optimization to ensure that it contains relevant keywords, meta tags, and descriptive content. Make sure your homepage is properly optimized for search engines to understand its relevance.
Backlinks and authority: Building high-quality backlinks from reputable websites can improve your website's authority and visibility in search results. Consider reaching out to relevant websites or industry influencers for potential collaborations or partnerships.
To address these issues, you can try the following steps:
Submit your website's sitemap to Google Search Console to ensure that it is properly indexed.
Continue to optimize your homepage by including relevant keywords, improving meta tags, and enhancing the content.
Consider enhancing your website's overall SEO strategy, including link-building efforts, to improve its visibility and authority.
If feasible, consider consulting with an SEO specialist who can analyze your website's specific situation and provide tailored recommendations.
-
Right but most pages of my site have been indexed. They're not ranking well yet and that's what takes time. The indexing happens quickly, it's the ranking that takes time.
I appreciate your responses, though.
-
In my experience it can even take 2 to 4 months really. It's why i focus more on domains with a longer age then newly registered ones. I have domains of over 10 year old in relation of registration and those index in just one complete night if i renew the website. Just saying.
-
Great. I'll wait it out then. The reason I reached out is I've seen aged sites with this same issue. Let's see what happens in a few weeks. Thanks!
-
New sites are damped to prevent quick spammers launching up domains on to go. So it takes a while or some time for google to release that and start listing you actively.
-
It's a new site. It's doesn't list at all...I checked through page 14 with the two words. But it does with one. There are no backlinks yet as it's new. But it should still be showing results for the brand name search.
-
Site age? Incoming links? Did you submit the website to even Google?
Does it list at all? Like page 2 or 3 etc? If thats the case, i'd suggest inspecting your incoming link profile and adjust links accordingly. It might be considered spammy.
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
-
Google not Indexing images on CDN.
My URL is: https://bit.ly/2hWAApQ We have set up a CDN on our own domain: https://bit.ly/2KspW3C We have a main xml sitemap: https://bit.ly/2rd2jEb and https://bit.ly/2JMu7GB is one the sub sitemaps with images listed within. The image sitemap uses the CDN URLs. We verified the CDN subdomain in GWT. The robots.txt does not restrict any of the photos: https://bit.ly/2FAWJjk. Yet, GWT still reports none of our images on the CDN are indexed. I ve followed all the steps and still none of the images are being indexed. My problem seems similar to this ticket https://bit.ly/2FzUnBl but however different because we don't have a separate image sitemap but instead have listed image urls within the sitemaps itself. Can anyone help please? I will promptly respond to any queries. Thanks
Technical SEO | | TNZ
Deepinder0 -
URL Structure On Site - Currently it's domain/product-name NOT domain/category/product name is this bad?
I have a eCommerce site and the site structure is domain/product-name rather than domain/product-category/product-name Do you think this will have a negative impact SEO Wise? I have seen that some of my individual product pages do get better rankings than my categories.
Technical SEO | | the-gate-films0 -
No Index PDFs
Our products have about 4 PDFs a piece, which really inflates our indexed pages. I was wondering if I could add REL=No Index to the PDF's URL? All of the files are on a file server, so they are embedded with links on our product pages. I know I could add a No Follow attribute, but I was wondering if any one knew if the No Index would work the same or if that is even possible. Thanks!
Technical SEO | | MonicaOConnor0 -
Blocked URL parameters can still be crawled and indexed by google?
Hy guys, I have two questions and one might be a dumb question but there it goes. I just want to be sure that I understand: IF I tell webmaster tools to ignore an URL Parameter, will google still index and rank my url? IS it ok if I don't append in the url structure the brand filter?, will I still rank for that brand? Thanks, PS: ok 3 questions :)...
Technical SEO | | catalinmoraru0 -
Staging & Development areas should be not indexable (i.e. no followed/no index in meta robots etc)
Hi I take it if theres a staging or development area on a subdomain for a site, who's content is hence usually duplicate then this should not be indexable i.e. (no-indexed & nofollowed in metarobots) ? In order to prevent dupe content probs as well as non project related people seeing work in progress or finding accidentally in search engine listings ? Also if theres no such info in meta robots is there any other way it may have been made non-indexable, or at least dupe content prob removed by canonicalising the page to the equivalent page on the live site ? In the case in question i am finding it listed in serps when i search for the staging/dev area url, so i presume this needs urgent attention ? Cheers Dan
Technical SEO | | Dan-Lawrence0 -
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 | | 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 -
De-indexed from Google
Hi Search Experts! We are just launching a new site for a client with a completely new URL. The client can not provide any access details for their existing site. Any ideas how can we get the existing site de-indexed from Google? Thanks guys!
Technical SEO | | rikmon0 -
How to get Google to index another page
Hi, I will try to make my question clear, although it is a bit complex. For my site the most important keyword is "Insurance" or at least the danish variation of this. My problem is that Google are'nt indexing my frontpage on this, but are indexing a subpage - www.mydomain.dk/insurance instead of www.mydomain.dk. My link bulding will be to subpages and to my main domain, but i wont be able to get that many links to www.mydomain.dk/insurance. So im interested in making my frontpage the page that is my main page for the keyword insurance, but without just blowing the traffic im getting from the subpage at the moment. Is there any solutions to do this? Thanks in advance.
Technical SEO | | Petersen110