Glad it works!
- Home
- FrankViolette
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.
FrankViolette
@FrankViolette
Job Title: e-Comm Specialist
Company: HockeyShot Inc.
Favorite Thing about SEO
Always evolves
Latest posts made by FrankViolette
-
RE: 301 Redirect for multiple links
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.
-
RE: 301 Redirect for multiple links
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-valeHope this helps, if not, let me know if you have any questions!
-
RE: Schema for restaurants and menus?
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.
-
RE: Website rankings drop significantly after moving to new hosting provider
Make sure that you are doing 301 redirects from your www links to your new non-www links. This will tell search engines where the new pages are.
-
RE: Website rankings drop significantly after moving to new hosting provider
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!
Best posts made by FrankViolette
-
RE: 301 Redirect for multiple links
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.
-
RE: Schema for restaurants and menus?
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.
-
RE: Website rankings drop significantly after moving to new hosting provider
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!
I'm a passionate Digital Marketer that likes to browse around for the latest trends and do some SEO consulting on the side.
Looks like your connection to Moz was lost, please wait while we try to reconnect.