I want to get all SEO data using Java Selenium WebDriver, I have only getting Title using below code,
String STR = w.getTitle();
I have also used, String STR1 = w.getPageSource(); but it will return the whole Page.
Any way to get all SEO title are below:
- Title
- Meta Title
- Meta Description
- Address
- Phone number
- Website URL
- Presented Video and their URL
If there any other way to get data, Please Help.