Hi,
Since Google indexes the “Mobile First” version of websites, there is an SEO issue.
On desktop, https://www.mondeoz.com/ has only 1 homepage.
If it had a second one, because of pagination for example, an SEO variable in Yoast would add “page 2” (%%page%%) in the meta title.
But, because of the way the mobile theme is built, there are several homepages on the mobile version. And since the “Mobile First”, Google indexes them all. Obviously without the variable as it’s set for the desktop HP and not the “auto-generated” HP of the mobile version.
How can we fix that?
Thanks
Hi,
I believe you are referring to the fact that the pages like /page/2, /page/3 and so on don’t display the title accordingly in the mobile theme – https://prnt.sc/p7a5pc
This may be an issue, I could add it on the list. I did find a code that will add the proper title and pagination meta – https://prnt.sc/p7a6q8
But it will have to be entered in the mobile theme functions file
– https://pastebin.com/y1nc6kSV -> https://prnt.sc/p7a7g6
If this is not what you meant, let me know.
Thanks
Hi,
That code should use the settings you have in Yoast for pages – https://prnt.sc/p827vl try to modify the order of the snippets there according to your needs, and they should appear in the page source.
Thanks
Hi Simion,
I pasted the code in the right place but it doesn’t seem to be working: https://ibb.co/vDtySYv
I double-checked my Yoast settings and everything seems fine to me: https://ibb.co/Cvz9kxY and https://ibb.co/XCdCMfS
Can you help me please?
Moreover, do you plan to fix it in the next update so we won’t have to change the code?
Thanks
Hello,
I tried to check your mobile version, but is seems that there are some problems -> http://prntscr.com/p8jahm
Also we are doing our best to fix all the bugs from the theme, so we hope that this problem will be fix for the coming updates.
Thank you for your understanding!
Hi again,
To explain further the SEO issue, look at this SERP: https://ibb.co/7gm9KzW
The result I circled is https://www.mondeoz.com/page/2/
But, on desktop, my HP doesn’t have a second page. So it’s showing the content of the 1st HP. And so it’s “duplicate content”. Moreover, as it’s showing the 1st HP, it doesn’t include the Yoast Page variable (“page 2”) and again the meta title is duplicate (with the one of the 1st HP).
The reason of all this is because now Google indexes websites from their mobile version.
As Newspaper mobile theme provides several HP pages, Google indexes them all, even for desktop SERP.
Hope it helped and you guys will manage to find a solution for the next update.
Thanks
Hello,
Yes, is look that the google indexed the url for the homepage on mobile theme to desktop too, there may be a chance to fix this problem by asking the Google to recrawl/reindex your URLs -> https://support.google.com/webmasters/answer/6065812?hl=en
Thank you!
Hi,
All the theme fixes and news can be found in our changelog ->http://prntscr.com/pts5wx from themeforest -> https://themeforest.net/item/newspaper/5489609
Thank you for your understanding!
As long as the mobile site home page and the desktop site homepage are the same URL, all you need to do is make sure the canonical link element is listed as the homepage, and not /page2 or whatever.
This should tell Google to only consider content on the homepage and not additional pages like /page2 as an alternate version that needs to be indexed.
Hi,
Here is how is looking the canonical link on mobile theme -> http://prntscr.com/pu9vjv this is how will display the canonical on resposnive version -> http://prntscr.com/pu9w20
Thank you!
Hi,
Seems there was some misunderstanding. That’s my fault as I didn’t detail again my answer. Thought you would read or remember our previous chat.
The SEO issue is related to the variable %%page%%
When a second page is generated for the hompage, on AMP if I’m not wrong, the page URL is https://www.example.com/page/2/
But this second homepage doesn’t include the variable %%page%% into the meta title (even if the variable is present into the set up of the homepage) and that’s the problem.
As far as I know, this doesn’t happen for posts.
You can see it on the following URLs:
https://www.mondeoz.com/
meta title = Bons plans voyage et astuces pour voyager pas cher | Mondeoz
https://www.mondeoz.com/page/2/
meta title = Bons plans voyage et astuces pour voyager pas cher | Mondeoz
But it should be = Bons plans voyage et astuces pour voyager pas cher PAGE 2 | Mondeoz
You previously wrote “This problem was add on our fix list and we hope will be fix for the coming update, sorry for the inconvenience!”
That’s why I was wondering if it was fixed on this update, or not?
Thanks
Btw, the only way to make sure it doesn’t happen is to go into Appearance > Reading and set a hugeeeee amount of “Blog pages show at most” (more than the total amount of posts the website has). Then, there is no second page. But it doesn’t solve the problem, just doesn’t face it anymore…
Hi,
This problem was fixed, here is and result for default PRO -> http://prntscr.com/pv8nva, all you need to do is to replace the page template from Page Builder + Latest Articles + Pagination on default -> http://prntscr.com/pv8r31 and set with tagDiv Composer a post loop -> http://prntscr.com/pv8rms
Thank you for your understanding!