1

I want to add link element to website, but I don't know how to use http scheme,

Is is a proper way?

Page Url: http://package.myapp.org/id-123.html

App package: org.myapp.package

Scheme: http

Path: id-123.html

Link element in question:

<link rel="alternate" href="android-app://org.myapp.package/http/id-123.html" />

Or do I need to fill in participation link to enable app indexing?

Mihai Ionescu
  • 2,108
  • 1
  • 12
  • 15
pixel
  • 24,905
  • 36
  • 149
  • 251

1 Answers1

1

The proper way is:

<link rel="alternate" href="android-app://org.myapp.package/http/my-website.com/id-123.html" />

pixel
  • 24,905
  • 36
  • 149
  • 251