Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Parsing in the same html files (with option true/false for save in Other Folder, as before)
- 1.Parsing content of <title> tag to other 5 meta tags ----- (last 2 tags are from <!-- Schema Org Start --> )
- <title>Purtatorii de informatie | Neculai Fantanaru</title>
- to
- <meta name="keywords" content="blah, blah 1"/>
- <meta name="abstract" content="blah, blah 2"/>
- <meta name="Subject" content="blah, blah 3"/>
- "headline": "blah, blah 4",
- "keywords": "blah, blah 5",
- 2.Parsing content of CANONICAL tag to other 2 meta tags (last tag is from <!-- Schema Org Start --> )
- <link rel="canonical" href="https://neculaifantanaru.com/purtatorii-de-informatie.html" />
- to
- <meta property="og:url" content="https://other-link-1.html"/>
- "@id": "https://other-link-2.html"
- 3.Parsing content of DESCRIPTION tag to other 2 tags (last tag is from <!-- Schema Org Start --> )
- <meta name="description" content="Cultiva-ti propria cultura stiintifica dupa modelul altor vizionari, actionand strict in directia tendintei de a te remodela pe tine insuti."/>
- to
- <meta property="og:description" content="Other thing"/>
- "description": "Blah Blah.",
Add Comment
Please, Sign In to add comment