I just recently started my shopify store, as with all shopify sites my site has a X.myshopify.com url. However, I have a domain, X.com, that points at the same ip as the myshopify.com. The problem is that in search results (Google), the myshopify.com link is showing up instead of my main domain. Is there a way to fix this?
If you cant get shopify to redirect the shopify domain to the proper domain then ensure the shopify domain has canonical tags pointing to the proper domain and the proper domain should replace indexing in time.
Related
I have a web application where when a user registers, a subdomain is created.
Example :
user1.domain.com
user2.domain.com
user3.domain.com
How do I automatically add sites on these subdomains to Google search ?
The only option I came up with is to use Google search console API. But for some reason I don't think it's right. It is worth noting that the main domain does not have links to custom subdomains.
I have registered my domain name example: zoek.com in Google domains forwarding it to google sites sites.google.com/view/zoek/home.
Now, whenever users are visiting zoek.com, the URL in the browser is redirecting to sites.google.com/view/zoek/home. Instead, I want to retain on zoek.com
I added CNAME record as per instructions, still no luck
I don't have GSUITE. I want to do it without GSUITE. Is it possible?
IF I have to buy GSUITE then what's the cost of it yearly?
Thanks in Advance!
I'm trying to redirect multiple domain names to their corresponding landing pages on my website using name servers, but don't know where to start.
Example:
I have two domain names 1)ABC.com 2)123.com. I want to set the name servers of each domain to forward them to the landing page on my website, so ABC.com would redirect to MyWebsite.com/abc and 123.com would redirect to MyWebsite.com/123.
Any help as to where I could a general direction to make this happen?
DNS is solely responsible for the name 123.com to address 12.34.56.78 mapping. It has no concept of anything that happens beyond that. Via DNS you would need to point both names to the address of the web server.
Then on the web server, configure a site at abc.com and 123.com, with each site being redirected the appropriate place.
This way, the HTTP software will detect which domain name is requested and redirect it as required.
You basically need to follow the link shared in comments, but do that for each domain. - How do I redirect a domain to a specific "landing page"?
I have a website hosted at Azure, registered {0}.com and www.{0}.com as custom domain, both are working fine!
But if I use the plain IP which I put into the A record, it gives me an 404.
My understanding is that the plain IP address should also return the website, am I wrong? If it should do so, whats my mistake?
Did you create an “awverify” record in your domain register? You need to create a special CNAME record that is used to verify you own your domain. This is required if you are going to use A record, and is not necessary for CNAME. You can check http://azure.microsoft.com/en-us/documentation/articles/web-sites-custom-domain-name/.
we have a saas web app, written in zend mvc (php) where users can enter their own domain name in their settings page.
When they enter e.g. www.customdomain.com we want this domain to redirect to our web application so we can serve up their own pages from our app.
We do the same already for subdomains by having a *.ourapp.com entry in our DNS configuration.
that works great for subdomains like customdomain.ourapp.com.
This doesn't seem to work for full domain names like www.customdomain.com.
What's the easiest way to have any domain address link to our application, so we can just read out the incoming domain name and act accordingly in our app?
For letting the DNS entry point at your servers:
Domain is already registered (and owned by the customer): Make him configure the CNAME entry to your server's IP. (Even google let this do the enduser by hand - so automating this might be hard)
Domain is free: Register it, configure the CNAME yourself (you own it)
If you only want a redirect, the user can upload a html file or .htaccess file, that performs the redirect. But this has to be done by the customer, too.