Google Meta-Tags

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anos atrás
For the Froogle XML feed, you need to generate it in your admin tool, save it to your hard drive and then upload it through Google Base www.Google.com/base.  Be sure to keep the name consistent and refresh it from time to time (whenever you update products).
14 anos atrás
To get the xml file for froogle

Go To Admin section > Promotions > Providers > Froogle
14 anos atrás
I voted with the file method as I thought it was easier to copy back a single file when upgrading the site. The sitemap also worked perfectly.
14 anos atrás
Good to know everything's working fine at your side
14 anos atrás
Feel free to ask anything whenever you need any kind of help
13 anos atrás
SEO.Sitemaps.OtherPages  - Any idea how this works? i want to put all the pages i have on here, but not entirely sure what i am doing?

Any help, greatfully appreciated.
13 anos atrás
try turning it on, the open yoursite.com/sitemapseo.aspx and see what gets included.

brady
13 anos atrás
frankiewicks wrote:
SEO.Sitemaps.OtherPages  - Any idea how this works? i want to put all the pages i have on here, but not entirely sure what i am doing?

Any help, greatfully appreciated.

The setting SEO.Sitemaps.OtherPages takes a comma separated list of pages (relative to the root). For example, setting the value to:
page1.aspx, page2.aspx, topic/11-topic-name.aspx, boards/Default.aspx


results in the following being added to the end of the sitemapseo.aspx page:

  <url>
    <loc>http://www.example.com/page1.aspx</loc>
    <changefreq>Weekly</changefreq>
    <lastmod>2010-06-11</lastmod>
  </url>
  <url>
    <loc>http://www.example.com/page2.aspx</loc>
    <changefreq>Weekly</changefreq>
    <lastmod>2010-06-11</lastmod>
  </url>
  <url>
    <loc>http://www.example.com/topic/11-topic-name.aspx</loc>
    <changefreq>Weekly</changefreq>
    <lastmod>2010-06-11</lastmod>
  </url>
  <url>
    <loc>http://www.example.com/boards/default.aspx</loc>
    <changefreq>Weekly</changefreq>
    <lastmod>2010-06-11</lastmod>
  </url>


.
13 anos atrás
cool, im going to go add my extra pages now :) thanks
13 anos atrás
hi guys,


Is is required to add meta-tag on each n every page....or adding meta-tag on only root.master is acceptable????

thanks n BRgds,
v'jay
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.