Skip to main content

All Questions

4 votes
3 answers
8k views

NextJs - How to redirect to a new URL with 301 status code?

NextJs - I am trying to redirect from /index.html to / URL using below code, module.exports = { async redirects() { return [ { source: '/index.html', destination: '/', ...
Shruthi R's user avatar
  • 1,893
0 votes
0 answers
40 views

RewriteRule and seo friendly address

So far, my website has been working on the following addresses: domain.com/item.php?id=XXXXXXXXXXXXXXX I wanted to change to seo friendly addresses and added to htaccess RewriteCond% {REQUEST_FILENAME}...
Mark's user avatar
  • 1
0 votes
1 answer
541 views

301 redirect not working on click only on refresh or new window

I have a website that I am working on closing and merging into another. I've set some 301 redirects to the site I am merging into but they don't work on click, only when I open in a new tab or window ...
ingvi einarsson's user avatar
1 vote
1 answer
188 views

Forwarding Old URL with trailing slash

I was using the Divi builder with WordPress for quite some time to build my site. I outgrew it and switched to Webflow so that custom code would be easier to achieve. I have gotten the site live, but ...
Waterboy's user avatar
-1 votes
1 answer
210 views

How to set up 301 redirect to a new domain

I have a domain for which I would like to set up both a www and non-www redirect to https://newdomain.com. So olddomain.com and www.olddomain.com should go to https://shinynewdomain.com. #redirect ...
Mitchell's user avatar
3 votes
1 answer
4k views

How to make open graph links work with 301 redirects

I am using friendly URLs on a VB.NET application and I was sharing the URLs on social media and the image preview was working fine. The link can be shared as follows: example.com/news/123 or ...
Rami Zebian's user avatar
0 votes
0 answers
26 views

How to catch and potential 301 or 404 errors when appropriate?

We had a little mishap where an https binding was created for a website without a hostname (just an ip), and then another website was created with only an http binding to a hostname using the same ip ...
BVernon's user avatar
  • 3,587
-1 votes
1 answer
80 views

301 rewrite rule causes SEO alert

I use the following rewrtie rule to enforce visitors using HTTPS in my website. SEO check tools mark this redirection as a negative SEO parameter. How should I set 200 status code for redirecting to ...
Ali Sheikhpour's user avatar
-1 votes
1 answer
262 views

The right way to do a 301 NGINX redirect without losing backlinks

I faced an issue with the Google Dec. 2016 update, and lost 99% of my traffic (200K/day to 1K/day). As a result, I've created a new website in the same niche. Now, my goal is to transfer the DA (...
Alex Cardo's user avatar
-1 votes
1 answer
27 views

Renamed and Transferred site successful but old Social Media links are broken

I just got finished with moving my site from one domain name to another. All old links on social media and search engines are broken. If I click on a link from reddit or Facebook it still points to ...
jjf3's user avatar
  • 27
0 votes
0 answers
250 views

.htaccess Redirecting domain.com/subfolder/index.html to domain.com/subfolder/

I want to redirect domain sub folder index.html to it's root directory Example current: https://example.com/en/index.html expected: https://example.com/en/ /en/ is sub folder in https://example....
Mr Robot's user avatar
  • 887
1 vote
0 answers
266 views

301 redirect in apace.conf, non-www to www AND http:// to https:// [duplicate]

I am trying to send all traffic to https://www.example.com without using RewriteEngine, because it is a heavy solution. I realize there are solutions out there for my problem involving .htaccess file ...
Berk's user avatar
  • 45
0 votes
1 answer
48 views

301 Redirects from old.com to new.com

My aim is to redirect my current old domain to my new domain. All the page structures are the very same, only thing that has changed is the domain. I'm wanting to redirect the entire site to the new ...
daniel27lt's user avatar
0 votes
1 answer
2k views

How to list all pages in Google search results?

My website was recently hacked and Google mentioned "This site may be hacked" so I removed the entire wordpress website and changed server. I installed a new wordpress website however, Google is still ...
Elaine Byene's user avatar
  • 4,074
0 votes
1 answer
288 views

SEO - correct way to redirect 301 for crawler

I have a problem with Google's crawling and I am not sure if its a technical problem. Basically we redesigned our site a bit so we 301-redirect users like this: url.com/ --> url.com/en/items or url....
Michael's user avatar
  • 815

15 30 50 per page
1
2 3 4 5
8