Jump to content

SUBIECTE NOI
« 1 / 5 »
RSS
Folie display laptop in Bucuresti?

Pagina Wikipedia

Masina veche sau indatorat in ban...

Incalzire cu Boiler cu PDC + IPAT...
 Salariu de șofer Uber 8000 l...

Problema token semnatura electron...

Incarcator diy China

Unde au disparut tancurile federa...
 RMN Decontat

Jgheab clasic forma "U"- ...

Reparatie plafoniera LED

Problema PC - se blocheaza sau re...
 Notebook HP 840G2 - Upgrade RAM, ...

Defect ciudat Videorecorder Panas...

lege de reglementare a shrinkflat...

Care este cota parte la succesiun...
 

RSS.xml pentru Google trebuie sa pun si link spre poze?

- - - - -
  • Please log in to reply
4 replies to this topic

#1
me_suzy

me_suzy

    Member

  • Grup: Members
  • Posts: 748
  • Înscris: 29.04.2007
salut, am un Rss.xml pe care permanent il indexez la google Webmaster. Pe scurt, asa am pus eu linkurile care se termina in html.



<url>
<loc>https://neculaifantanaru.com/ca-sa-vezi-si-sa-nu-vezi.html</loc>
<lastmod>2018-11-30T17:19:37+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6400</priority>
</url>
<url>
<loc>https://neculaifantanaru.com/principiul-vederii-de-dincolo-de-vaz.html</loc>
<lastmod>2018-11-30T17:19:37+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6400</priority>
</url>

Intrebare:

La un link de forma

https://mywebsite.com/poze.html 

deci care contine poze, trebuie sa adaug in rss.xml si link-rile directe catre poze, de exemplu:


<url>
<loc>https://mywebsite.com/index_files/poza_1.jpg</loc>
<lastmod>2018-11-30T17:19:37+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6400</priority>
</url>

Edited by me_suzy, 24 May 2023 - 11:35.


#2
tigerheart

tigerheart

    Savage Member

  • Grup: Senior Members
  • Posts: 9,910
  • Înscris: 07.08.2008
https://developers.g.../image-sitemaps

la care mai poti adauga lastmod pentru pagina

Edited by tigerheart, 24 May 2023 - 12:44.


#3
me_suzy

me_suzy

    Member

  • Grup: Members
  • Posts: 748
  • Înscris: 29.04.2007

 tigerheart, on 24 mai 2023 - 12:32, said:

https://developers.g.../image-sitemaps

la care mai poti adauga lastmod pentru pagina


multumesc tare mult

dar, apropo, nici asta nu stiu.

Cum adaug lastmod la pagina ? IMi poti arata model?

Edited by me_suzy, 24 May 2023 - 13:52.


#4
tigerheart

tigerheart

    Savage Member

  • Grup: Senior Members
  • Posts: 9,910
  • Înscris: 07.08.2008

Quote

How to set the lastmod?
To set the "lastmod" tag in your sitemap, you'll need to include it in the <url> tag for each page that you want to include in your sitemap. This date should be in W3C Datetime format. Most common format used are the ones specifying the date YYYY-MM-DD (example 2022-12-28) and the ones specifying date and time YYYY-MM-DDThh:mm:ssTZD  (example 2022-12-19T17:15:30+01:00) , and it should be set to the date that the page was last modified.
Also, the "lastmod" tag should be regularly updated when the page is updated for search engines to understand the frequency of updates. To ensure this, it is recommended to generate your sitemaps at least daily.
https://blogs.bing.c...in-Your-Sitemap

Pe Wordpress de ex. se foloseste:

Quote

<lastmod>2023-XX-XXT10:22:51+00:00</lastmod>

Vezi ca sunt si generatoare online care iti scaneaza site-ul si la final poti descarca xml-ul, dar nu cred ca au si partea de imagini, plus ca unele au limite de genul max. 500 link-uri in xml.

#5
me_suzy

me_suzy

    Member

  • Grup: Members
  • Posts: 748
  • Înscris: 29.04.2007
thanks. Da, se poate cu Python genera automat sitemap xml la oricate pagini vrei.

Dar partea cu  <lastmod> nu o stiam.

https://neculaifanta...html-files.html

<lastmod>2023-01-23</lastmod>

Exemplu:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
	  <loc>http://www.example.com/</loc>
	  <lastmod>2023-01-23</lastmod>	
   </url>
   <url>
	  <loc>http://www.example.com/catalog?loc=vacation_jupiter</loc>
	  <lastmod>2023-01-23</lastmod>
   </url>
   <url>
	  <loc>http://www.example.com/catalog?loc=vacation_mars</loc>
	  <lastmod>2023-01-23</lastmod>
   </url>
</urlset>


Anunturi

Bun venit pe Forumul Softpedia!

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

Forumul Softpedia foloseste "cookies" pentru a imbunatati experienta utilizatorilor Accept
Pentru detalii si optiuni legate de cookies si datele personale, consultati Politica de utilizare cookies si Politica de confidentialitate