• Hi

    Your plugin generates thousands of thousands of urls like this :

    mysite.com/normal-url?wpappninja_v=63268bfd5befc

    they have right canonical but are still crawled and generates a huge amount of urls, not good at all for SEO

    how can i get rid of those urls

    normally your plugin should generate an app for mobile, not disturbing our site urls on google

    thank you

Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author AmauriC

    (@amauric)

    Hi

    If google is able to browse theses urls, thats because you have a cache issue that server app page for web browsing.

    You can turn off the “debug” section from the wpmobile plugin > options > cache to remove the random parameter.

    Thread Starter DeepBlue

    (@deepblue5)

    Ok so what should we do exactly ?

    turn off the “debug” section will solve the problem ?

    Plugin Author AmauriC

    (@amauric)

    It will stop generating url with a random wpappninja_v parameter.

    About the cache issue it’s from your cache system.

    Thread Starter DeepBlue

    (@deepblue5)

    ok

    can you be more specific about “you have a cache issue that server app page for web browsing.”

    what do you mean exactly ? what should i tell our host ?

    Plugin Author AmauriC

    (@amauric)

    App pages always have a specific parameter on the url (the ?xxx=yyy part).

    Usually cache system didnt cache the page when a parameter exist.

    In your case it seem that everything is cached and served again to web user (so without the cache parameters) and this is wrong.

    Example: https://example.com/page/?app=true << this is the page generated by wpmobile with the app options/layout

    if your cache system say “ok, I’ll cache this as https://example.com/page/ “, when a web user (or google) come to your website, https://example.com/page/ is served but with the render of the app.

    • This reply was modified 2 years, 1 month ago by AmauriC.
    Thread Starter DeepBlue

    (@deepblue5)

    ok thank you i will tell our dev

    Thread Starter DeepBlue

    (@deepblue5)

    Hi Amauric

    I would like to contact you in private about this issue

    Thank you

    • This reply was modified 2 years, 1 month ago by DeepBlue.
    Plugin Author AmauriC

    (@amauric)

    Hello AmauriC,

    I’m the Host.

    The problem is we already have unistalled your plugin 3 month ago to solve this issu.

    So we can’t turn off the “debug” section from the wpmobile plugin > options > cache now.

    Plugin Author AmauriC

    (@amauric)

    If the plugin is uninstalled, thats cached somewhere but it’s no more related to wpmobile.

    This htaccess rule redirect the url with wpappninja_v parameter to the url without get param:

    
    RewriteCond %{QUERY_STRING} (^|&)wpappninja_v= [NC]
    RewriteRule ^(.*)$ /$1/? [R=301,L]
    

    It can be a solution.

    thank you for this solution, but to do 301 redir on 8M URL is not possible in SEO.

    We have to delete the sources.

    And anyway new URLs continue to be created. That’s the main problem.

    What generate these URLs if your plugin have been completely removed from our website ?

    Plugin Author AmauriC

    (@amauric)

    That’s the wpmobile plugin that generate the urls.

    If new urls are discovered that’s because you still have on a cache the wpmobile pages where each links contain a random value.

    wpwebsites

    (@wpwebsites)

    I have same problem in my website. Can fix this problem?

    Plugin Author AmauriC

    (@amauric)

    Same problem, same solution:

    – disable the “debug” feature on the wpmobile plugin > options > cache
    – fix your cache plugin to do not serve on the web version the app version where there is the url parameters

    wpwebsites

    (@wpwebsites)

    ‘Debug’ feature it’s called ‘Disable all cache’ in option>cache?

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Millions of urls generated by your plugin’ is closed to new replies.