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
-
Sudden Indexation of "Index of /wp-content/uploads/"
Hi all, I have suddenly noticed a massive jump in indexed pages. After performing a "site:" search, it was revealed that the sudden jump was due to the indexation of many pages beginning with the serp title "Index of /wp-content/uploads/" for many uploaded pieces of content & plugins. This has appeared approximately one month after switching to https. I have also noticed a decline in Bing rankings. Does anyone know what is causing/how to fix this? To be clear, these pages are **not **normal /wp-content/uploads/ but rather "index of" pages, being included in Google. Thank you.
Technical SEO | | Tom3_150 -
How preproduction website is getting indexed in Google.
Hi team, Can anybody please help me to find how my preproduction website and urls are getting indexed in Google.
Technical SEO | | nlogix0 -
How to check if an individual page is indexed by Google?
So my understanding is that you can use site: [page url without http] to check if a page is indexed by Google, is this 100% reliable though? Just recently Ive worked on a few pages that have not shown up when Ive checked them using site: but they do show up when using info: and also show their cached versions, also the rest of the site and pages above it (the url I was checking was quite deep) are indexed just fine. What does this mean? thank you p.s I do not have WMT or GA access for these sites
Technical SEO | | linklander0 -
Help: domain name change and Google News
Hi. I work for a regional news source, and our (separate) Spanish-language news publication recently changed its domain name. The publication lost its Google News inclusion. Most of their traffic came from Google News, so traffic tanked. They're trying to get back in. They reapplied but didn't get approved. They're now in the 30-day waiting period to reapply again. The website is run by a third-party company, which handled the domain name change in April (2015). That company has been running their site for a couple of years. Our in-house devs' hands are tied on helping, because we (at the mother company) don't manage their site. This third party has not been responsive. The Spanish pub folks have reached out to me to help them prepare for Round 2 of reapplication. I'm the mothership in-house SEO, but I've never experienced this situation before. Because everything seems to be in order besides the ham-handed changes, my best advice to them so far is: You'll have to wait until Google gets to know you again, unfortunately. Does that sound right? Any pointers out there for bringing their best possible A-game to the next round?
Technical SEO | | christyrobinson1 -
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 -
Unnecessary pages getting indexed in Google for my blog
I have a blog dapazze.com and I am suffering from a problem for a long time. I found out that Google have indexed hundreds of replytocom links and images attachment pages for my blog. I had to remove these pages manually using the URL removal tool. I had used "Disallow: ?replytocom" in my robots.txt, but Google disobeyed it. After that, I removed the parameter from my blog completely using the SEO by Yoast plugin. But now I see that Google has again started indexing these links even after they are not present in my blog (I use #comment). Google have also indexed many of my admin and plugin pages, whereas they are disallowed in my robots.txt file. Have a look at my robots.txt file here: http://dapazze.com/robots.txt Please help me out to solve this problem permanently?
Technical SEO | | rahulchowdhury0 -
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 -
Ranking on google.com.au but not google.com
Hi there, we (www.refundfx.com.au) rank on google.com.au for some keywords that we target, but we do not rank at all on google.com, is that because we only use a .com.au domain and not a .com domain? We are an Australian company but our customers come from all over the world so we don't want to miss out on the google.com searches. Any help in this regard is appreciated. Thanks.
Technical SEO | | RefundFX0