Linking between my domains

Hi, I have two websites of same niche. Is it ok to point one domain to another one to inrease SEO ranking.

A post was merged into an existing topic: Google ranking drop for my website

It’s unclear what you mean by this.

Are you thinking of consolidating all your content onto one site, and redirecting traffic from the now-unused domain to the other? If so, that’s fine - but ensure you set up proper redirects.

If you are simply talking about linking between the sites, you can do that, and should do it where the links are of benefit to site visitors. If you are linking from multiple pages, then it is probably best to mark the links (or at least most of them) as “nofollow”, so that you do not appear to be trying to manipulate ranking with backlinks. https://support.google.com/webmasters/answer/66356?hl=en

1 Like

If the first site is getting a good traffic and ranking then yes otherwise no.

Now I have pointed my domain postzippy.com to topadnetworks.com. “www” version of my site is not opening. I am not able to verify “www” version webmaster tool. Google webmaster also showing error in fetching of robot.txt.
Please help!!!

Do you have redirects set up to forward to your preferred domain version (www or non-www)?

No, Where I have to make this?
Domain registrar side?
Hosting side?
or in Webmaster tool?

It can be done in the htaccess file if it’s an Apache server.

Thanks, I made these changes an now it work awesome:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.example.com$
RewriteRule ^/?$ “http://example.com/” [R=301,L]

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.