How to control google ranking of different pages in the same website?
This is keyword: laldupatta mulla
According to https://www.google.co.in/
Position 1:https://example.com/smart-kitchen-devices/laldupatta-mulla-one-on-e
Position 2:https://example.com/smart-kitchen-devices/laldupatta-mulla-two-tw-o
Problem or confusion:
If you visit https://example.com/smart-kitchen-devices/laldupatta-mulla-one-on-e
You will get a link referring tohttps://example.com/smart-kitchen-devices/laldupatta-mulla-two-tw-o
But https://example.com/smart-kitchen-devices/laldupatta-mulla-two-tw-o
is still in second position. So,
internal link building is not working here.
So my question:
If I want to make the following ranking internally and without external link building, what should I do?
Position 1:https://example.com/smart-kitchen-devices/laldupatta-mulla-two-tw-o
Position 2:https://example.com/smart-kitchen-devices/laldupatta-mulla-one-on-e
At first be sure to use 301 redirects for your first link to destination link.
and then use a link rel canonical tag for the second:
<link rel="canonical" href="http://example.com/DESTINATIONURL/" />
Comments
Post a Comment