For future reference.
My page was back indexed in Google 3 days after it was taken out and that I sent the re-index request.
This was a lot less bad than I thought it would be!
Welcome to the Q&A Forum
Browse the forum for helpful insights and fresh discussions about all things SEO.
Job Title: e-Comm Specialist
Company: HockeyShot Inc.
Favorite Thing about SEO
Always evolves
For future reference.
My page was back indexed in Google 3 days after it was taken out and that I sent the re-index request.
This was a lot less bad than I thought it would be!
One of our top organic landing page was set as "NOINDEX,NOFOLLOW" by "mistake". I took me about a week to realize this after I saw a drop of traffic on that page. I looked on Google to see if it was indexed and my fear were confirmed!
After finding our that it was switched to "NOINDEX,NOFOLLOW" I switched it back to "INDEX,FOLLOW" and did an index request in our Google Search Console.
Anyone else has run into a similar issue? Did you ever got the page inxed again?
Hi Lily,
That's what I'm doing for the moment and it does the trick but I feel the need for more!
I landed on these guys: content-insight.com, but the crawler doesn't seem to be getting the actual content.
Thanks for the suggestion!
Hi Patrick,
I gave it a shot but it not exactly what I want. I'd like to be able to store my content and search through it.
Thanks for the suggestions!
For the past few days I've been looking for a tool that I could use to boost my internal linking game. I can't seem to find a tool that does what I'm looking for, I was hoping someone in the Moz community might have a suggestion or two for me.
Here's a scenario to explain what I'm looking for.
Every week I had new content to our website and within this new content I often link to other relevant blog post that I find could be useful for the user to read or at least take a look at it.
My issue here is that I'd like to also link to this new article from older content that could benefit from this new article. I'd like a tool that could index my websites content so that I can search it and find pages that could benefit linking to that new article.
As anyone ever ran into a tool that could do this?
Hi Rhys,
If you got all the keyword optimization done I would put my focus on optimizing the load speed of your page. It has a big effect on conversions and also on your search results ranking.
You can use https://tools.pingdom.com/ to help you find loading issues on your page.
Hope this helps!
Yeah, that would be a lot of lines to add manuall., I would try the htaccess Rewrite function.
<ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /RewriteRule ^(.)urban-living(.)$ yoursite.com/$1urban$2 [R=301,L]</ifmodule>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond %{HTTP_HOST} !^www.yoursite.com$ [NC]
RewriteRule ^(.*)$ yoursite.com//$1 [L,R=301]
I'm not an htaccess expert, so I'm not 100% sure that it will work, if not you can check out this stack overflow thread for an explanation of the code used above.
Since you only have a dozen of URLs you could just do a simple 301 redirect in your .htaccess file or you can get a little more technical and do a RewriteRule that would 301 "urban-living" to "urban'
.htaccess 301 Redirect
Redirect 301/urban-living /urban
Redirect 301/urban-living/tempe /urban/tempe
Redirect 301/urban-living/tempe/the-vale /urban/tempe/the-vale
Hope this helps, if not, let me know if you have any questions!
Hi Rob,
I would recommend using htaccess 301 redirects. If you're not currently using htaccess you just need to create a file in your website's root folder and name it .htaccess and jsut add a 301 redirect line for each redirect that you want to do. See below for example.
Redirect 301 /bootcampuk.php /bootcamps.jsp
So it's Redirect 301 Old-Url New-Url
Let me know if you have any questions!
Yeah, that would be a lot of lines to add manuall., I would try the htaccess Rewrite function.
<ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /RewriteRule ^(.)urban-living(.)$ yoursite.com/$1urban$2 [R=301,L]</ifmodule>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond %{HTTP_HOST} !^www.yoursite.com$ [NC]
RewriteRule ^(.*)$ yoursite.com//$1 [L,R=301]
I'm not an htaccess expert, so I'm not 100% sure that it will work, if not you can check out this stack overflow thread for an explanation of the code used above.
Hi Ricky,
If you look at Restaurant item on Schema.org you'll see that they have a property for menu.
Restaurant Property Info --> https://schema.org/Restaurant
They suggest either wrapping the entire menu with the itemprop="menu" tag or linking to it. Below is an example of a linked menu.
Fondue for Fun and Fantasy
Fantastic and fun for all your cheesy occasions.
Open: Daily from 11:30am till 11pm
Phone: 555-0100-3333
View our menu.
I only see 2 reasons for your rank to drop like this after switching servers. Your site is slower after the move and your servers location(not sure about this one, maybe someone else can confirm).
#1 - Site speed is a key factor for ranking so if you had excellent speed and you switched to average speed, this could be one of the cause.
Did you notice if your site is slower after the move? And how long after the move did your rank start dropping?
#2 - If your server was in New Zealand and now it's, lets say in the US, there is an added respond time for people looking for you website in New Zealand.
Do you know in which country is the new server located in? A good CDN might help if that's the issue.
I hope this points you in the right direction to get your issue resolved!
Hi,
I've actually had to deal with the same issue this year. From the research I did a while ago there's one solution that stood out for me.
I went with the sub-folder. example.com/en & example.com/es and made sure that all my pages add the hreflang attribute that points the page with its language info.
The main benefits of using a subfolder is that you don't have to share your domain authority between the different language sites.
Here's some resource to get you started
One of our top organic landing page was set as "NOINDEX,NOFOLLOW" by "mistake". I took me about a week to realize this after I saw a drop of traffic on that page. I looked on Google to see if it was indexed and my fear were confirmed!
After finding our that it was switched to "NOINDEX,NOFOLLOW" I switched it back to "INDEX,FOLLOW" and did an index request in our Google Search Console.
Anyone else has run into a similar issue? Did you ever got the page inxed again?
Hi,
If you use the hreflang tag correctly to tell search engines that your "/es" sub directory is another language, your domain shouldn't loose any authority.
Resources:
https://moz.com/learn/seo/hreflang-tag
https://support.google.com/webmasters/answer/189077?hl=en
Yup, I think as long as you specify the hreflang for all languages including the principale one you'll be fine.
The main reason is that Amazon take a huge chunk out of our margins.
But like you and @EGOL mentioned, it would be pretty hard to outrank something like Amazon.
Thanks for the feedback!
Hi Rhys,
If you got all the keyword optimization done I would put my focus on optimizing the load speed of your page. It has a big effect on conversions and also on your search results ranking.
You can use https://tools.pingdom.com/ to help you find loading issues on your page.
Hope this helps!
I'm a passionate Digital Marketer that likes to browse around for the latest trends and do some SEO consulting on the side.