How to upload html file in the google and let it view by everyone? [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I have built a program using HTML, JavaScript, CSS, and PHP. I want to know how to put HTML file in the google so, people can use it or everyone can view it. I heard I need to do something with SEO then they will let mine program view by everyone.

you must buy host and domain and then upload your site in host you buy (you can search for free host and domain for first time) and then index it with the google search console

Related

How can I acess a website's localstorage from another website? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I would like to access website A's localstorage from website B's script, how could I do that?
If that is not possible in any way how could I save a string from website A (using a JS script) to my computer and how could I read it from website B's script?
One possible option is to make a .txt file in the same root directory and provide its path to where you want to use the string.
If you want to use it in a javascript file, you can refer: How to read text file in JavaScript
I hope this helps!

Website posting and login [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
How can I make website where the moderator will be able to publish a post or an image without accessing to the code. To publish something like a facebook status from some part of site. And second question, who can I make that someone can login to my site(moderator/administrator), I know how to make login form but just visualy withaout some functionality. Thanks
(I know HTML, CSS, JavaScript)
You seem to be talking about a Content Management System. I'd suggest you look at some of the (many) options out there
e.g. Wordpress or Drupal - neither is perfect but both are widely supported.

HTML Title From json - SEO Friendly Way? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
Changing the page title using jQuery, changes the title on the load of the page - but is there a SEO friendly way to do this?
My data is coming from json and I am handling it in jQuery.
document.title = 'test';
No, bots will only see the static title of the page as it is served by the webserver. Nothing you do in JavaScript will have any effect on that data. Furthermore, your approach is unfriendly to any browser with no JavaScript, making it wholly inaccessible.
You should control your title on the server; perhaps with a PHP script?!

How can I do a if then statement in javascript between websites? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am trying to make a website that depends on another website.
If this other website has a certain word written on the index page at the time, then the text on my website says Yes, if it doesn't have that word, then the font on my website says No.
How can I do this?
You'd have to do that through a server side code, which can do cross-domain GET requests for the target websites, check for your desired word and then display the result on your website. You can use php, aspx.net and many more.

Adding a language code in my URL [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
i have been advised to add a language code to my url - therefore i want my homepage to read http://www.freebetoffersonline.com/en/index.php instead of http://www.freebetoffersonline.com/index.php therefore can somebody please assist me??
do i have to change the html in order to add this
my suggestion is to use an get object lang=en/other language code like http://www.freebetoffersonline.com/index.php?lang=en this is easier.
I suggest same as '.Madan Ram' http://www.freebetoffersonline.com/index.php?lang=en.
Or you can make a folder named 'en' and put your whole web site in that folder. This will help you to create different folders for different languages. But you have to make a copy of whole web page again and again regarding the language in every folder. And this is bulky.

Categories

Resources