Dealing with an purchased old domain - google-search-console

I purchased fudomain.com 7 days ago and installed the script on it.
And added the site (8 pages) to the google search console.
My new site did not index until now.
Huge old data appears on search console page indexing.
How can I deal with this data?
https://drive.google.com/file/d/1eDYDx_AFv9_-SWFhyfDUhvFWkFh2gZ20/view?usp=sharing

Related

Virustotal showing Application as malicious

Im working on a small project of Google Drive where people can easily download and upload files on thir GDrive. After 2 weeks of coding finally im done with that and for double checking, i test that app on Vitustotal and its detected as virus. Even that was UnObfuscated file but still false detections. Please anyone can help how to fix or atleast reduce it.
Here is the virustotal scan link
https://www.virustotal.com/gui/file/e69d21bee8ce99405b0d142e49858c72a3dfbddf6a4bed3eea5564dd377ea248?nocache=1

old metadata in search results for PDF

Last year, we published our new journal online, but results in Google search show a 2008 date which we cannot trace down to the source. The document was created only recently. The old date makes us look old. Can you please help?enter image description here
the document in question is available at https://www.globalaccesspartners.org/1907-06_GAP_Journal_BESS_WEB_FA.pdf
many thanks!

Bulk remove scheme/protocol/domain from internal referencing links

I created a website years ago, but I don't have the original files, just what I was able download off the site. The website's internal links are all fully qualified (with domain name). Is there a way to remove the URL from all the links?
i.e. http://drawingproject.frostartmuseum.org/events/ should be
/events
I'm using Dreamweaver and Visual Studio Code. I have a PC.
Thanks!

Editing documents with ms office online corrupts docs

We have an office online server build 16.0.8471.8525 (latest and greatest) which we use for displaying and editing word documents through WOPI. When editing a document which has a pretty header and footer representing a formal law document, it gets corrupted. It can be used for editing with no problem with our office server but viewing in it as well as in desktop word is not possible, even desktop word can not repair it.
Editing the same doc in office 365 online or desktop word does not corrupt the file.
Making the same change to the document with our office online server, office 365 online and desktop word produces 3 completely different files in therms of internal xml representation (viewing with Open XML SDK 2.5 for Microsoft Office) and its not trivial to figure out why is the file broken.
I'm struggling to find the correct approach for solving the problem
We recently upgraded to office online server version 16.0.8471.8525 and started seeing corrupted documents, too. As we still have the old version running in our production environment, we were able to experiment and compare a little:
All corrupted documents have in common that they contain some sort of drawing element (for example a very simple rectangle with a color). In the original document this drawing element has its PercentageWidth and PercentageHeight specified as <wp14:pctWidth>0</wp14:pctWidth> and <wp14:pctHeight>0</wp14:pctHeight> respectively. After editing, the document (now corrupt) contains <wp14:pctWidth /> and <wp14:pctHeight />. So empty values.
When setting the value (0) back on these elements, the document can be opened again, but when you try to edit it in OOS, it will get corrupted again :(.
I think this is a bug in Office Online Server, but I hope above details can help you to get a bit further.

Possible to copy branches/pages of TYPO3 6.2 into existing website?

I am new to TYPO3 and got a problem. I have an existing website (6.2) and an old site (4.5).
Problem is that the old site has a lot of pages which should be migrated into the new site. The existing pages of the old site contain only regular content records. I want to avoid to copy hundreds of pages manually.
My idea is to upgrade the old site from 4.5 to 6.2. And then somehow copy the existing branches/pages eg. with help of sql? Does someone has experience with it?
If this might not work is it possible to copy at least the structure of the branches/pages? Means the content needs to be copied manually but at least page title, url etc. can be copied by sql?