julian.arris
Newbie
- May 13, 2019
- 23
- 6
over all working. thanks for share
can you please tell us .edu , .gov , .org, how and where we can make baclinks from these website..
Do you think this kind of backlinks can be pointed towards money site?
Thanks for sharing OP!
Good and detailed manual, just made a page according to it.
Do I need to make extra steps to make it crawlable by google? Submit it to search console somehow?
Are you seeing that the Azure accounts are showing "credit expired"? Got that email today saying the site would be shut down. Already have the link indexed, so not overly concerned. Not a Jr. VIP so can't comment on that thread.
The problem with this is that it's not a link from a high DA site.
my-website.mybluemix.net is not the same as mybluemix.net.
It's a subdomain. Subdomains are considered a separate site by google.
Just used a regular email. That was probably the problem.I haven't checked it out yet. Did you use edu email or vcc? It should be no problems with vcc anyway.
hi. nice shre sir. but "Copy paste your html code into the editor." what is the code you mean ?Site Metric
![]()
Sign up for free at
Code:https://cloud.ibm.com/registration
![]()
Then go toCreate a toolchain. Pick Develop a Cloud Foundry app. Give it a name. Scroll down to Repository type and select New. Uncheck the ‘Make this repo private’. Create IBM Cloud IP key. Then hit the Create button.Code:https://cloud.ibm.com/devops/toolchains?
Select Eclipse Orion Web IDE. Then go to File menu, New, File. Name it index.html.
![]()
Copy paste your html code into the editor.
Create a new manifest by going to File menu, New, File. Name it manifest.yml and copy paste the code below into your editor.
Code:--- applications: - buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git host: sample-${random} name: sample-${random} memory: 64M stack: cflinuxfs2
Replace the host and the name with your host application URL. And it must be unique. Here is the sample
![]()
Then Deploy the App by clicking the start icon and then wait for a minute.
![]()
If it success, the light will turn into green like this
![]()
If it fails, go to your launch file and edit the “Name: “ with your unique name above.
Apply your changes to Git Repos by doing this
![]()
Enter a comment then Commit.
![]()
Hit the Sync button.
![]()
Then click Open the Deployed App to see the result
![]()
And voila! Your site is live!
![]()
Link indexed on google
![]()
In case you missed my share [METHOD] Get Free Backlinks on Ms Azure DA90 and other cool methods, you may upgrade your account to Jr. VIP to get them for free![]()
Worked.deploy few times wait for a minute each time.and add comment to Git repos if it not that works and change the host and name each times...hope every one got this..Site Metric
![]()
Sign up for free at
Code:https://cloud.ibm.com/registration
![]()
Then go toCreate a toolchain. Pick Develop a Cloud Foundry app. Give it a name. Scroll down to Repository type and select New. Uncheck the ‘Make this repo private’. Create IBM Cloud IP key. Then hit the Create button.Code:https://cloud.ibm.com/devops/toolchains?
Select Eclipse Orion Web IDE. Then go to File menu, New, File. Name it index.html.
![]()
Copy paste your html code into the editor.
Create a new manifest by going to File menu, New, File. Name it manifest.yml and copy paste the code below into your editor.
Code:--- applications: - buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git host: sample-${random} name: sample-${random} memory: 64M stack: cflinuxfs2
Replace the host and the name with your host application URL. And it must be unique. Here is the sample
![]()
Then Deploy the App by clicking the start icon and then wait for a minute.
![]()
If it success, the light will turn into green like this
![]()
If it fails, go to your launch file and edit the “Name: “ with your unique name above.
Apply your changes to Git Repos by doing this
![]()
Enter a comment then Commit.
![]()
Hit the Sync button.
![]()
Then click Open the Deployed App to see the result
![]()
And voila! Your site is live!
![]()
Link indexed on google
![]()
In case you missed my share [METHOD] Get Free Backlinks on Ms Azure DA90 and other cool methods, you may upgrade your account to Jr. VIP to get them for free![]()
hi. nice shre sir. but "Copy paste your html code into the editor." what is the code you mean ?