Mobile app version of vmapp.org
Login or Join
Pope3001725

: Different data with same title and keywords Here is my scenario: I have a website where I redirect my users based upon the device they are using. Let's say a user is visiting from an iPad:

@Pope3001725

Posted in: #Keywords #Seo

Here is my scenario: I have a website where I redirect my users based upon the device they are using. Let's say a user is visiting from an iPad: I take them directly to the page of iPad wallpapers. The user selects iPad version and I them take them to the gallery of wallpapers where they can select and download any wallpaper. Every wallpaper is the required resolution, I have my reasons for doing this.

Now the thing is there are multiple resolution versions of an image appearing on 5 different sections of my website, each having their own view page. There is only one record in the database table for the image, and based on my consistent naming convention of the images, I pick the required image.

This means when 5 different pages are generated in 5 categorized sections of the website, due to a shared database record, the keywords, titles and every single detail of these is the same besides the resolution of the image, and the section specific details that a page has. The pages also have different paths like

wallpapers.comipad-1carsFerrari-dino.html
wallpapers.comipad-2carsFerrari-dino.html
wallpapers.comipad-3carsFerrari-dino.html
wallpapers.comipad-4carsFerrari-dino.html
wallpapers.comipad-5carsFerrari-dino.html



My question is, how do search engines see it and how do they rank it?
Is it a good or normal or bad SEO practice? If bad, how dangerous it is for my site's SEO?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope3001725

1 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi995

It is not a bad thing, but a more appropriate solution would be one page for the db record, with 5 (or more) download links for the different resolutions.

Because think about your users: someone who is searching for "Ferrari wallpaper" will be confused to discover many pages with same image, the normal convention is one page, and inside it all the required links.

Also, you can dynamically show the appropriate link on this one page. (using javascript/server side detection.. whatever you prefer.)

So you have one url wallpapers.comcarsFerrari-dino.html and inside it the link to the resolution of the user device.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme